/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
}
html.no-scroll {
  overflow: hidden;
  overflow-y: hidden;
  height: 100%;
  max-height: 100%;
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: 'PT Sans', sans-serif;
  color: #3b3b3b;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  background: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
}
body.no-scroll {
  overflow: hidden;
  overflow-y: hidden;
  height: 100%;
  max-height: 100%;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a {
  color: #040e36;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out 0.2s ease-out;
  -moz-transition: color 0.2s ease-out 0.2s ease-out;
  -o-transition: color 0.2s ease-out 0.2s ease-out;
  transition: color 0.2s ease-out 0.2s ease-out;
}
.undrl {
  border-bottom: 1px solid #616161;
  -webkit-transition: color 0.2s ease-out 0.2s ease-out;
  -moz-transition: color 0.2s ease-out 0.2s ease-out;
  -o-transition: color 0.2s ease-out 0.2s ease-out;
  transition: color 0.2s ease-out 0.2s ease-out;
}
.undrl:hover {
  border-color: #f88787;
}
a:focus {
  outline: 0;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
  /*color: #f65050;*/
  text-decoration: none;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 0 20px;
}
h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 40px 0 20px;
  text-align: center;
}
h3 {
  font-size: 16px;
  margin: 0 0 5px;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
sup {
  font-size: 14px;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 2px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 10px;
  list-style: none;
  margin: 0;
}
menu li,
ol li,
ul li {
  padding-bottom: 3px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
input {
  border-radius: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
button:focus,
input:focus {
  outline: none;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  display: table;
  /* IE6-8 */
  *display: block;
  *float: left;
  *overflow: hidden;
  *position: relative;
  padding: 0;
}
.table-row {
  display: table-row;
  /* IE6-8 */
  *display: block;
  *float: left;
  padding: 0;
}
.table-cell {
  display: table-cell;
  /* IE6-8 */
  *display: block;
  *float: left;
  *clear: right;
  *zoom: 1;
  padding: 0;
}
/* sprties */
.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #3b3b3b;
}
html {
  line-height: 1.4;
  height: 100%;
  width: 100%;
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: .2em 0;
  padding: .2em 0;
  color: #000;
  background: #ccc;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #232323;
  height: 100%;
  width: 100%;
  background-size: 100% 990px !important;
}
body.front {
  background: #ffffff url("../images/wrapper-bg.jpg") 50% 90px no-repeat;
}
body.nofront {
  background: #ffffff url("../images/wrapper-bg.jpg") 50% -400px no-repeat;
}
/*.inner {
    width: 1020px;
    margin: 0 auto;
    padding: 0 10px;
}*/
.wrapper {
  min-height: 100%;
  width: 100%;
}
.content_checkout {
  padding-bottom: 70px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ta-c {
  text-align: center;
}
/*
 * Image replacement
 */
.ir {
  overflow: hidden;
  border: 0;
  background-color: transparent;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  display: block;
  width: 0;
  height: 150%;
  content: '';
}
/*
 * 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: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  /* 1 */
  display: table;
  content: ' ';
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
.xs {
  font-size: 12px;
}
.m {
  font-size: 16px;
}
.fl-l {
  float: left;
}
.fl-r {
  float: right;
}
.ta-c {
  text-align: center;
}
.ta-r {
  text-align: right;
}
.line-strike {
  text-decoration: line-through;
}
.itWrap {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.it {
  width: 100%;
  height: 32px;
  margin: 0;
  padding: 0 8px;
  border: 1px solid #cccccc;
  background: #fafafa;
  display: inline-block;
  vertical-align: top;
}
.it-err {
  border-color: #cb0d26;
}
.it-clndr {
  line-height: 42px;
  cursor: pointer;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAFVBMVEUAAABZWVlZWVlZWVlZWVlZWVlZWVnI10MDAAAABnRSTlMAd4iARDxX9kicAAAAWUlEQVQY02NQSzBLZktLA5FJDGkITho6h4EByAGSIE6SkpJaGpgEchAAnZMoCAViYAOggA2To6TgpMKkBOFA7cXGERQIFGUURDcAoYwgBwLwcfD5Rw3BTgIAqSdDaJWXjAkAAAAASUVORK5CYII=') no-repeat 97% 50%;
}
.err-text {
  color: #cb0d26;
}
.label {
  margin: 6px 0 0;
  display: inline-block;
  vertical-align: top;
}
.label_str {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding: 0;
  color: #cb0d26;
}
.is {
  border: none;
}
.textarea {
  width: 100%;
  height: 80px;
  margin: 0 0 25px;
  background: #fafafa;
  padding: 8px;
  resize: none;
  border: 1px solid #ccc;
  display: inline-block;
  vertical-align: top;
}
body > .tooltip {
  display: none !important;
}
.video-block {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .wrapper {
    overflow: hidden;
    min-width: initial;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .wrapper {
    overflow: hidden;
    min-height: initial;
  }
}
.custom-input {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  position: absolute;
  z-index: -1;
  float: right;
  overflow: hidden;
  zoom: 1;
  width: 0;
  height: 0;
  margin-top: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.custom-label {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 1px 0 0 25px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.custom-input_check + .custom-label {
  background-image: url(data:image/gif;base64,R0lGODlhEAAQAIAAADw8PPf39yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDNjk5NTcxMjVERkUxMUU0ODEzMURDOEZBMzBBMTMxOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDNjk5NTcxMzVERkUxMUU0ODEzMURDOEZBMzBBMTMxOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM2OTk1NzEwNURGRTExRTQ4MTMxREM4RkEzMEExMzE4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkM2OTk1NzExNURGRTExRTQ4MTMxREM4RkEzMEExMzE4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAABAAEAAAAiCEj2nB7b6eZHG+ahvOYWdvgZMokRfAQWhKraypKrJRAAA7);
}
.custom-input_check:checked + .custom-label {
  background-image: url(data:image/gif;base64,R0lGODlhEAAQANUAABsbG/T09MLCwg8PDxISEhQUFDc3N21tbTExMSoqKqamptra2snJyfHx8e7u7kBAQEtLSwYGBmhoaAEBAdjY2BgYGLe3t29vb+Li4qOjo1JSUs7OztHR0ejo6MDAwA0NDcvLyz09PQAAADw8PPf39wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RDk5NkMxRDVERkYxMUU0OTBGOUJCQjFDRjJGMzVCNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RDk5NkMxRTVERkYxMUU0OTBGOUJCQjFDRjJGMzVCNyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjREOTk2QzFCNURGRjExRTQ5MEY5QkJCMUNGMkYzNUI3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjREOTk2QzFDNURGRjExRTQ5MEY5QkJCMUNGMkYzNUI3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAABAAEAAABl3AkXBILApJyKRSeVw6kc0nBdKBjp6kBkL0sCYdSoloovCSGBUBMiMSXZJNg4gA4nxEoQD8SloARAAJgBhMfCQbBW0RHktRJAIDIgdOjiQWGnqNhlh7nJqehUaiQkEAOw==);
}
.custom-input_radio + .custom-label {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUZDOTlGQkU1RjlEMTFFNEFDNzNBQTQ5MjI2MjMyNUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUZDOTlGQkY1RjlEMTFFNEFDNzNBQTQ5MjI2MjMyNUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRkM5OUZCQzVGOUQxMUU0QUM3M0FBNDkyMjYyMzI1QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRkM5OUZCRDVGOUQxMUU0QUM3M0FBNDkyMjYyMzI1QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhSMBIsAAAFsSURBVHjarJS/SsNgFMVvfIe0U53r2NKh2FIl4gsUqbOj5HmCo4t2EGnWoImYWKXYkgzJkFlFaEpAnGIIxHskKbWI0tgDJzck3/mRP/d+QpqmtKx2uy1xOWSjbmaXn9g37IvhcGgsZ4RFEAOqXE5qtdoui7hSuVz+ujedTslxHDJNk2zbvuVLxwz052GA4FartcN+7/f7aRRFvxprsBaZPJ9Dquw3TdP+hOTGWmSQBUPgE4Ef7EGW5Wa326VVNBgMSFGUEZ9ub/Bhr16vrwyBkEEWDIB6+LBFlWV7AEn4O0WVZSWAKqVSqTAoy1YA+ojjmP4rgF7DMCwMmM1mKC8APfq+XxjkeR7KPUDnhmEUBum6jnIG0NV4PB6huVaVqqo0mUzQkNfrGJGt+aytY2h/2kZOG41Gs9PpoP1JFEVKkoSCICDXdcmyrPx1jha3EWF5Y2MYhniffYAZQrOx0WjP7Dv2Jb4JQ74FPwUYAJoWVL30xnF1AAAAAElFTkSuQmCC);
}
.custom-input_radio:checked + .custom-label {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkFGNUU1MUY1RjlEMTFFNEEyQThDRkMxOUM5NzYzQkMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkFGNUU1MjA1RjlEMTFFNEEyQThDRkMxOUM5NzYzQkMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQUY1RTUxRDVGOUQxMUU0QTJBOENGQzE5Qzk3NjNCQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQUY1RTUxRTVGOUQxMUU0QTJBOENGQzE5Qzk3NjNCQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuRx9YsAAAHLSURBVHjarJRNSwJRFIbPRDvX6srWfqwUwSHFQukPSNi6ZfgPdK2/QGnZplxE6FZII81SQ3Th57oiUBEiEEwEO6+Mwx3TXOiB13Pnnvs+zFzvudJsNqPl8Hg8Pk5nLOQDZfqN9cC6LRaLuWWPJIIYYOZ0abfbjzmIMxmNxnmt1+tRvV6nfD5PtVrtkacuGNhVzQBBbrf7iPWdTCZn4/H4X2EN1sKz8C8gZtZXJpPZCFkIa+GBFwyJBxK/2EsoFJIDgYDmuzudDrVarfnYZrORxWLR1FOpFCUSiTIPD/f5x+9wODSQ0WhEsViMyuWyxijLMoXDYdLpdPNneEqlksx75t/j5yA2VoxoNPoHgsAcamIo3iBAPvw7i+h2u1SpVGhdoNZut9VnxesDyGQwGNRCs9mkTSGCFK8JoJ/JZELbBkCfw+FQnbBarRtN4prBYID0AdAr9kVc5HK51kJQE0HKVjwDdJPLaVsnEomshGEONTGy2SzS9VYHMp1OUzwenx/IXbSIRe21XTTtqmvkyul0yl6vl7h1SK/X03Q6pX6/T41GgwqFAlWrVXzOuXiNSMsXG8OwZyesU/QhDhsLB+2d9cS6Y90zRGP8FWAALeyIsnihw2EAAAAASUVORK5CYII=);
}
.custom-input_tab + .custom-label {
  float: left;
  padding: 0;
  padding: 8px 20px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-right: none;
  margin-left: -1px;
}
.custom-input_tab:checked + .custom-label {
  background: #f0efdc;
}
.custom-select {
  position: relative;
  height: 32px;
  padding: 0 17px 0 8px;
  width: 320px;
  cursor: pointer;
  border: 1px solid #ccc;
  display: inline-block;
  vertical-align: top;
  background: #fafafa;
  line-height: 30px;
}
.custom-select:after {
  content: '';
  position: absolute;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAQAAAChr3WYAAAAXElEQVQI11XKwQ0AERSE4YmrChShCSMUohAKUYg6FKECV9nN2rDre5eXPwMWc53HAqs5jjSsBsB8xIyHV+w7da/wMnEvIxYn2eauOYkPw4wBf0mwsiaBk/XWr/8G2pM8a8IWUVQAAAAASUVORK5CYII=') no-repeat 50% 50%;
  top: 1px;
  right: 10px;
  width: 10px;
  height: 28px;
}
.custom-select__dd {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 320px;
  height: 29px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: none;
  background-color: transparent;
  box-shadow: none;
  font-size: 12px;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -webkit-appearance: none;
}
.custom-select__dd-item {
  display: block;
  zoom: 1;
  height: 27px;
  padding-right: 15px;
  padding-top: 7px;
  font-size: 14px;
  color: black;
  background-color: #FFFFFF;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -webkit-appearance: none;
}
.slick-slider {
  overflow: hidden;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 40px;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track {
  -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);
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-slider .slick-track:before {
  display: table;
  content: '';
}
.slick-slider .slick-track:after {
  display: table;
  content: '';
  clear: both;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  -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-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 0 15px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-next,
.slick-prev {
  border: none;
  position: absolute;
  top: 50%;
  margin: -28px 0 0 0;
  width: 22px;
  height: 56px;
  background: url('../images/blocks-arrows.png') 0 50% no-repeat;
  text-indent: -9999px;
  outline: none;
  cursor: pointer;
  opacity: .4;
}
.slick-next:hover,
.slick-prev:hover {
  opacity: 1;
}
.slick-prev {
  left: 50px;
}
.slick-next {
  right: 50px;
  background-position: 100% 50%;
}
.jcomments_comment {
  margin: 40px 0;
}
.jcomments_comment #comments-list {
  margin: 0 !important;
  height: auto !important;
}
.jcomments_comment #comments-list .comment-item {
  padding: 0 30px 25px;
  margin: 0 0 20px;
  border-bottom: 1px dashed #fff;
}
.jcomments_comment #comments-list .comment-item:last-child {
  margin: 0;
  padding: 0 30px;
  border: 0;
}
.jcomments_comment #comments-list .rbox {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}
.jcomments_comment #comments-list .rbox .comment-anchor {
  display: none;
}
.jcomments_comment #comments-list .rbox .comment-author {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 10px;
  display: block;
}
.jcomments_comment #comments-list .rbox .comment-date {
  display: none;
}
.jcomments_comment #comments-list .rbox .comment-body {
  color: #fff !important;
  padding: 0 !important;
  line-height: 1.3;
}
.jcomments_comment #comments-list .rbox .comments-buttons {
  display: none;
}
.jcomments_comment #comments-list-footer {
  margin: 30px 0 !important;
}
.jcomments_comment #nav-top {
  display: none !important;
}
.jcomments_comment #nav-bottom {
  background: transparent !important;
  margin: 0 0 30px !important;
}
.jcomments_comment #nav-bottom span {
  border: 0 !important;
  font-weight: normal !important;
  font-size: 14px !important;
  height: 28px !important;
  margin: 0 5px 0 0 !important;
  padding: 5px 10px !important;
}
.jcomments_comment #nav-bottom span:last-child {
  margin: 0 !important;
}
.jcomments_comment #nav-bottom span.activepage {
  color: #fff !important;
  background: #444045 !important;
  cursor: default !important;
}
.jcomments_comment #nav-bottom span.activepage b {
  font-weight: normal;
}
.jcomments_comment #nav-bottom span.page {
  color: #fff !important;
  background: transparent !important;
}
.jcomments_comment #nav-bottom span.hoverpage {
  background: #b1cc1e !important;
  color: #000 !important;
}
.comments-form__l {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin: 0 20px 0 0;
}
.comments-form__r {
  display: inline-block;
  vertical-align: top;
  width: 300px;
}
.comments-form__i {
  margin: 0 0 10px;
}
.comments-form__i .input {
  display: block !important;
  padding: 8px 15px !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  height: auto !important;
  width: 290px !important;
  resize: none !important;
  margin: 0 !important;
  outline: none !important;
  border: 1px solid #ccc !important;
  color: #000;
}
.comments-form__i .textarea {
  display: block !important;
  padding: 8px 15px !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  height: auto !important;
  width: 300px !important;
  resize: none !important;
  margin: 0 !important;
  outline: none !important;
  border: 1px solid #ccc !important;
  color: #000;
}
.comments-form__i .checkbox {
  -webkit-appearance: checkbox !important;
  display: inline-block !important;
  vertical-align: top !important;
  margin: 0 5px 0 0 !important;
  height: 16px !important;
  line-height: 1 !important;
}
.comments-form__i .checkbox + label {
  display: inline-block !important;
  vertical-align: top !important;
  width: 270px !important;
  line-height: 1.1 !important;
}
.comments-form__i .grippie {
  width: auto !important;
}
.comments-form__i img.captcha {
  border: 0 !important;
  margin: 0 10px 0 0 !important;
  height: auto !important;
  width: 150px !important;
}
.comments-form__i span.captcha {
  text-indent: -9999px !important;
  margin: 0 10px 0 0 !important;
  padding: 0 !important;
  width: 22px !important;
  height: 22px;
  background: url(../images/reload.png) 50% 50% no-repeat !important;
  cursor: pointer;
}
.comments-form__i input.captcha {
  padding: 8px 15px !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  height: auto !important;
  width: 100px !important;
  resize: none !important;
  margin: 0 !important;
  outline: none !important;
  border: 1px solid #ccc !important;
  color: #000;
}
.comments-form #comments-form-buttons {
  margin: 0 !important;
}
.comments-form #comments-form-buttons #comments-form-send {
  float: none !important;
  margin: 0 !important;
  background: transparent !important;
}
.comments-form #comments-form-buttons #comments-form-send a {
  background: #b1cc1e !important;
  color: #fff !important;
  border: 0 !important;
  text-transform: uppercase !important;
  font-size: 20px !important;
  padding: 5px 15px !important;
  width: 300px !important;
  text-shadow: none!important;
  display: block;
  margin: 10px 0 0 0;
  text-align: center;
  height: 35px;
  font-weight: normal !important;
}
.comments-form #comments-form-buttons #comments-form-send a:hover {
  color: #201b21 !important;
}
#comments-form-message {
  background: #b1cc1e !important;
  color: #000 !important;
  margin: 0 0 20px !important;
  padding: 5px 0 !important;
  text-align: center;
}
body > .popup .popup-item {
  display: none;
}
body > .tooltip {
  display: none !important;
}
.modal-backdrop {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.popup-item {
  background: 0;
  padding: 0 !important;
}
.popup-item .modal-content {
  padding: 20px 20px 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  background: #ffffff url("../images/popup-bg.jpg") 50% 100% no-repeat;
  background-size: 100% auto;
}
.popup-item .modal-content:after {
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.1;
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  -webkit-opacity: 0.1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
  filter: alpha(opacity=10);
  content: "";
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.popup-item .modal-header {
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  display: block;
  position: relative;
  z-index: 2;
}
.popup-item .modal-header button {
  outline: none;
}
.popup-item .modal-header button.close {
  float: right;
  padding: 0;
  margin: 0 0 20px;
  width: 18px;
  height: 18px;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.popup-item .modal-header button.close span {
  text-indent: -999px;
  overflow: hidden;
  background: url("../images/popup-close.png") 50% 50% no-repeat;
  background-size: contain;
  height: 18px;
  width: 18px;
  display: block;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.popup-item .modal-header button.close:hover {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.popup-item .modal-body {
  padding: 0 40px;
  position: relative;
  z-index: 2;
}
.popup-item .modal-body .popup-header {
  text-align: center;
  font-size: 30px;
  line-height: 1;
  margin: 10px 0 30px;
  text-transform: uppercase;
  padding: 0;
  font-weight: bold;
  color: #fff;
}
.popup-item .modal-body .moduletable h2 {
  font-weight: bold;
  color: #013771;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 20px;
  padding: 0;
  font-family: 'RoadRadio', sans-serif !important;
  text-align: center;
}
.popup-item .modal-body .rsform h2 {
  display: none;
}
.popup-item .modal-body .rsform .form-row {
  margin: 0 -15px;
}
.popup-item .modal-body .rsform .form-row .col-6 {
  padding: 0 15px;
}
.popup-item .modal-body .rsform .formRed {
  text-align: center;
  color: #d91c26 !important;
  margin: -20px 0 20px !important;
}
.popup-item .modal-body .rsform-block {
  display: block;
  margin: 0 0 15px;
}
.popup-item .modal-body .rsform-block .formError {
  color: #fff;
}
.popup-item .modal-body .rsform-block .formControlLabel {
  display: none;
}
.popup-item .modal-body .rsform-block .formBody {
  float: none;
}
.popup-item .modal-body .rsform-block-recaptcha2 {
  display: none;
}
.popup-item .modal-body .rsform-block-submit {
  text-align: center;
  margin: 40px 0 0;
}
.popup-item .modal-body .rsform-block-submit button {
  background: #013771;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 40px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  border: 0 !important;
  line-height: 1;
  font-family: 'RoadRadio', sans-serif !important;
}
.popup-item .modal-body .rsform-block-submit button:focus,
.popup-item .modal-body .rsform-block-submit button:active,
.popup-item .modal-body .rsform-block-submit button:hover {
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: auto 0px -webkit-focus-ring-color;
}
.popup-item .modal-body .rsform-block-submit button:hover {
  color: #fff;
  background: #6da9ea;
}
.popup-item .modal-body .rsform-block .control-label {
  display: none;
}
.popup-item .modal-body .rsform-block .formControls {
  width: 100%;
  display: block;
  max-width: 100%;
  padding: 0;
  flex: 100%;
}
.popup-item .modal-body .rsform-block .formControls .rsform-input-box,
.popup-item .modal-body .rsform-block .formControls .rsform-text-box {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: 0;
  border: 0;
  border-bottom: 1px solid #969696;
  padding: 16px 0;
  color: #444;
  width: 100%;
  resize: none;
}
.popup-item .modal-body .rsform-block .formControls .rsform-input-box.is-invalid,
.popup-item .modal-body .rsform-block .formControls .rsform-text-box.is-invalid {
  border-bottom: 2px solid #d91c26;
}
.popup-item .modal-body .rsform-block .formControls .rsform-input-box::-webkit-input-placeholder,
.popup-item .modal-body .rsform-block .formControls .rsform-text-box::-webkit-input-placeholder {
  color: #969696;
}
.popup-item .modal-body .rsform-block .formControls .rsform-input-box::-moz-placeholder,
.popup-item .modal-body .rsform-block .formControls .rsform-text-box::-moz-placeholder {
  color: #969696;
}
.popup-item .modal-body .rsform-block .formControls .rsform-input-box:-moz-placeholder,
.popup-item .modal-body .rsform-block .formControls .rsform-text-box:-moz-placeholder {
  color: #969696;
}
.popup-item .modal-body .rsform-block .formControls .rsform-input-box:-ms-input-placeholder,
.popup-item .modal-body .rsform-block .formControls .rsform-text-box:-ms-input-placeholder {
  color: #969696;
}
.popup-item .modal-body .rsform-block .formControls .rsform-input-box:active,
.popup-item .modal-body .rsform-block .formControls .rsform-text-box:active,
.popup-item .modal-body .rsform-block .formControls .rsform-input-box:hover,
.popup-item .modal-body .rsform-block .formControls .rsform-text-box:hover,
.popup-item .modal-body .rsform-block .formControls .rsform-input-box:focus,
.popup-item .modal-body .rsform-block .formControls .rsform-text-box:focus {
  outline: 0 !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
}
.popup-item .modal-body .rsform-block .formControls .formError {
  color: red;
}
.popup-item .modal-body .rsform-block .formControls .formDescription {
  display: none;
}
.popup-item .modal-body .rsform-block .formControls .help-block {
  display: none;
  margin: 0;
}
.popup-item#popup-callback {
  max-width: 400px;
  margin: 0 auto;
}
.popup-item#popup-menu-main ul.menu,
.popup-item#popup-menu-second ul.menu {
  padding: 0;
  text-align: left;
  display: block;
}
.popup-item#popup-menu-main ul.menu > li,
.popup-item#popup-menu-second ul.menu > li {
  padding: 0;
  margin: 0 0 15px;
  text-align: center;
}
.popup-item#popup-menu-main ul.menu > li:last-child,
.popup-item#popup-menu-second ul.menu > li:last-child {
  border: 0;
}
.popup-item#popup-menu-main ul.menu > li > a,
.popup-item#popup-menu-second ul.menu > li > a {
  font-size: 24px;
  text-decoration: none;
  white-space: inherit;
  color: #13093f;
  opacity: 1 !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
  padding: 0;
  text-align: left;
  font-weight: bold;
}
.popup-item#popup-menu-main ul.menu > li > a:after,
.popup-item#popup-menu-second ul.menu > li > a:after {
  display: none;
}
.popup-item#popup-menu-main ul.menu > li:hover a,
.popup-item#popup-menu-second ul.menu > li:hover a,
.popup-item#popup-menu-main ul.menu > li.active a,
.popup-item#popup-menu-second ul.menu > li.active a {
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.popup-item#popup-menu-main ul.menu > li > ul,
.popup-item#popup-menu-second ul.menu > li > ul {
  display: block;
  position: relative;
  background: 0;
  padding: 0;
  margin: 10px 0 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  float: none !important;
  width: 100% !important;
  border: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.popup-item#popup-menu-main ul.menu > li > ul > li a,
.popup-item#popup-menu-second ul.menu > li > ul > li a {
  opacity: 1 !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
  padding: 10px 0 0;
  display: block;
  white-space: normal;
  font-size: 16px;
  text-decoration: none;
}
.popup-item#popup-menu-main ul.menu > li > ul > li a:focus,
.popup-item#popup-menu-second ul.menu > li > ul > li a:focus,
.popup-item#popup-menu-main ul.menu > li > ul > li a:hover,
.popup-item#popup-menu-second ul.menu > li > ul > li a:hover {
  background: 0 !important;
}
.popup-item#popup-menu-main ul.menu > li > ul > li > ul,
.popup-item#popup-menu-second ul.menu > li > ul > li > ul {
  display: none !important;
}
.popup-item#popup-menu-main ul.menu > li.item-101 > ul,
.popup-item#popup-menu-second ul.menu > li.item-101 > ul {
  display: none;
}
#lightbox-outer {
  box-shadow: 0px 0px 15px #999 !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#lightbox-content {
  border-width: 20px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 345px !important;
  background: #fff;
}
#lightbox-wrap {
  width: 380px !important;
  position: fixed !important;
  top: 80px !important;
}
#lightbox-wrap .popup-item {
  width: 305px;
  display: block;
}
#lightbox-wrap .popup-item .formResponsive {
  margin: 0;
}
#lightbox-wrap .popup-item h2 {
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 auto 20px;
  font-size: 20px;
  text-align: center;
  color: #040e36;
}
#lightbox-wrap .popup-item .formContainer-left {
  display: inline-block;
  vertical-align: top;
  margin: 0 25px 0 0;
  width: 305px;
}
#lightbox-wrap .popup-item .formContainer-left .rsform-block {
  margin: 0 0 26px !important;
}
#lightbox-wrap .popup-item .formContainer-right {
  display: inline-block;
  vertical-align: top;
  width: 305px;
}
#lightbox-wrap .popup-item .formContainer .rsform-block {
  margin: 0 0 15px;
}
#lightbox-wrap .popup-item .formContainer .rsform-block .formControlLabel {
  float: none;
  width: auto;
  text-align: left;
  margin: 0 0 10px;
  display: none;
}
#lightbox-wrap .popup-item .formContainer .rsform-block .formControls {
  margin: 0;
}
#lightbox-wrap .popup-item .formContainer .rsform-block .formControls .formBody {
  float: none;
}
#lightbox-wrap .popup-item .formContainer .rsform-block .rsform-input-box,
#lightbox-wrap .popup-item .formContainer .rsform-block .rsform-text-box {
  display: block !important;
  padding: 8px 15px !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  height: auto !important;
  width: 303px !important;
  resize: none !important;
  margin: 0 !important;
  outline: none !important;
  border: 1px solid #ccc;
}
#lightbox-wrap .popup-item .formContainer .rsform-block .rsform-input-box .rsform-error {
  background: #fff6f6;
}
#lightbox-wrap .popup-item .formContainer .rsform-block .formValidation {
  display: block;
}
#lightbox-wrap .popup-item .formContainer .rsform-block .rsform-submit-button {
  background: #040e36 !important;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.3;
  padding: 10px 15px;
  width: 305px;
  text-shadow: none;
}
#lightbox-wrap .popup-item .formContainer .rsform-block .rsform-submit-button:hover {
  background: #ce181f !important;
}
#lightbox-wrap .popup-item .formContainer .rsform-block .formDescription {
  display: none;
}
#lightbox-wrap .popup-item .formContainer .rsform-block-submit {
  margin: 0;
}
#lightbox-wrap .popup-item .formContainer .rsform-block-submit .formControlLabel {
  display: none;
}
#lightbox-wrap .popup-item .formContainer .formRed {
  background: red;
  font-weight: normal;
  color: #fff;
  padding: 5px 10px;
  line-height: 1.2;
}
#lightbox-wrap .popup-item .formContainer .formError {
  margin: 5px 0 0 0;
  padding: 0;
  height: auto;
}
#lightbox-container-image-box {
  padding: 0 0 35px;
  display: table;
}
#lightbox-container-image-data-box {
  z-index: 1000;
  position: relative;
  margin: -35px auto 0 auto !important;
}
#lightbox-image-details {
  line-height: 26px;
}
#lightbox-image-details-caption {
  line-height: 1.3 !important;
  font-size: 10px;
  display: block !important;
}
#lightbox-image-details-currentNumber {
  display: none !important;
}
#jquery-lightbox {
  z-index: 1000 !important;
}
@media (max-width: 768px) {
  .popover {
    display: none !important;
  }
  .popup-item {
    padding: 15px !important;
  }
  .popup .modal-content {
    padding: 15px 15px 30px;
  }
  .popup .modal-body {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .popup .modal-dialog {
    max-width: 945px;
  }
  .popup-item#popup-menu .modal-dialog {
    max-width: auto;
  }
}
@media (min-width: 1200px) {
  .popup .modal-dialog {
    max-width: 945px;
  }
  .popup-item#popup-menu .modal-dialog {
    max-width: auto;
  }
}
.header {
  margin: 0 0 30px;
  position: relative;
  z-index: 100;
}
.header p {
  margin: 0;
}
.header-logo {
  /*.inline-block(middle);
        width: 395px;*/
}
.header-logo__lnk {
  /*.inline-block(middle);
            margin: 0 20px 0 0;*/
  height: 65px;
  max-width: 180px;
  display: block;
  background-size: contain;
}
.header-logo__lnk img {
  max-width: 180px;
  width: 100%;
  height: auto;
}
.header-name {
  text-transform: uppercase;
  color: #e7ebfb !important;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none !important;
}
.header-top {
  padding: 10px 0 15px 0;
  background: #040e36;
  position: relative;
  z-index: 3;
}
.header-top-right {
  /*.inline-block(middle);
			width: 580px;
			margin: 0 0 0 20px;*/
}
.header-top-right.nofront {
  /*width: 735px;
				margin: 0 0 0 70px;*/
}
.header-top-right.nofront .header-nav__main {
  /*width: 640px;
						margin: 0 0 0 95px;*/
}
.header-top-right.nofront .header-nav__main a {
  font-size: 15px;
}
.header-top-right.nofront .header-top-phones .phones__lst-i span {
  font-size: 16px !important;
}
.header-top-phones {
  /*.inline-block(middle);
            margin: 10px 50px 10px 20px;*/
}
.header-top-phones .phones__lbl {
  display: none;
}
.header-top-phones .phones__lst-i {
  /*.inline-block(top);
                        width: 140px;*/
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  /*&:nth-child(2) {
                            margin: 0 30px;
                        }*/
  /*
						&:last-child {
							display: none;
						}
						*/
}
.header-top-phones .phones__lst-i a {
  color: #fff;
}
.header-top-btn {
  /*.inline-block(middle);*/
}
.header-top-btn a {
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: url("../images/btn-callback.png") 50% 50% no-repeat;
  /*width: 170px;
                height: 45px;
                line-height: 45px;*/
  display: block;
  padding: 10px;
  background-size: 100% 100%;
}
.header-middle {
  background: #ce181f;
  position: relative;
  z-index: 2;
}
.header-bottom {
  position: relative;
  z-index: 1;
  height: 400px;
  background: url("../images/header-bottom-bg.jpg") 50% 0 no-repeat;
  background-size: cover;
  padding: 55px 0;
  color: #fefdfd;
}
.header-bottom-left_img {
  /*background: url("../images/header-bottom-inner-bg.png") 0 50% no-repeat;
                height: 302px;
                width: 100%;
                max-width: 286px;
                background-size: contain;*/
}
.header-bottom-left_img img {
  object-fit: contain;
  object-position: left;
  width: 100%;
  height: 290px;
}
.header-bottom-logo {
  text-align: center;
  margin: 0 0 40px;
}
.header-bottom-logo__lnk {
  margin: 0 0 15px;
  display: block;
}
.header-bottom-logo__lnk img {
  width: 100%;
  height: 65px;
  object-fit: contain;
  object-position: center;
}
.header-bottom-name {
  text-transform: uppercase;
  color: #e7ebfb !important;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none !important;
}
.header-bottom-phones {
  margin: 0 0 25px;
}
.header-bottom-phones .phones__lbl {
  font-size: 16px;
  margin: 0 0 10px;
}
.header-bottom-phones .phones__lst-i {
  /*.inline-block(top);
                        width: 180px;
                        margin: 0 65px 0 0;*/
  font-size: 24px;
  line-height: 1.4;
  /*&:last-child {
                            margin: 0;
                        }*/
}
.header-bottom-phones .phones__lst-i a {
  color: #fff;
}
.header-bottom-address {
  /*.inline-block(middle);
            margin: 0 55px 0 0;
            width: 190px;*/
  font-size: 16px;
  line-height: 1.4;
}
.header-bottom-email {
  /*.inline-block(middle);
            margin: 0 55px 0 0;
            width: 190px;*/
  font-size: 16px;
  line-height: 1.4;
}
.header-bottom-email a {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 0 0 2px;
}
.header-bottom-btn {
  /*.inline-block(middle);
            width: 170px;*/
  height: 45px;
  margin: 25px 0 0;
}
.header-bottom-btn a {
  /*display: block;
                height: 45px;
                line-height: 45px;*/
  padding: 15px 25px;
  text-transform: uppercase;
  background: url("../images/btn-callback.png") 50% 50% no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 16px;
}
.header-bottom-after {
  height: 50px;
  background: url("../images/header-bottom-bg-before.png") 50% 0 no-repeat;
  background-size: 100% 50px;
  display: block;
  content: "";
}
.header-smallmenu {
  text-align: right;
}
.header-smallmenu-logo__lnk {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
}
.header-smallmenu-logo__lnk img {
  height: 30px;
  width: auto;
}
.header-smallmenu-name {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-transform: none;
}
.header-smallmenu-name .custom {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .header {
    margin: 0;
  }
  .header-smallmenu {
    text-align: center;
  }
  .header-bottom {
    padding: 95px 0 40px;
    height: auto;
  }
  .header-bottom-name {
    font-size: 20px;
  }
  .header-bottom-right {
    text-align: center;
  }
  .header-bottom-email {
    margin: 20px 0;
  }
  .header-bottom-after {
    background-size: contain;
  }
}
@media (min-width: 768px) {
  .header-smallmenu-name {
    display: inline-block !important;
    vertical-align: middle !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .header {
    margin: 0;
  }
  .header-bottom {
    padding: 100px 0 40px;
  }
  .header-bottom-left_img img {
    height: 260px;
  }
}
.nav-header ul {
  padding: 0;
}
.nav-header ul.nav {
  padding: 0;
  display: table;
  width: 100%;
}
.nav-header ul.nav > li {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
.nav-header ul.nav > li > a {
  font-size: 16px;
  display: block;
}
.nav-header ul.nav > li > a:hover {
  color: #fff;
}
.nav-header ul.nav > li.active > a {
  color: #fff;
}
.nav-header ul.nav > li.parent:hover > .nav-child {
  display: block;
}
.nav-header ul.nav > li.item-117 {
  display: none !important;
}
.nav-header ul.nav > li.item-101 ul {
  display: none !important;
}
.nav-header ul.nav-child {
  display: none;
  position: absolute;
  left: 0;
  top: 37px;
  background: #ce181f;
  border-top: 2px solid #fff;
  padding: 10px 15px;
  margin: 0 15px;
  width: 260px;
}
.nav-header ul.nav-child li {
  display: block;
  text-align: left;
  position: relative;
  margin: 0 0 10px;
}
.nav-header ul.nav-child li > a {
  font-size: 15px;
  padding: 0;
}
.nav-header ul.nav-child li.active > a {
  color: #fff;
}
.nav-header ul.nav-child li:last-child {
  margin: 0;
}
.nav-header ul.nav-child li ul {
  left: 100%;
  top: 0;
  border-top: 0;
  border-left: 3px solid #fff;
  display: none;
}
.nav-header ul.nav-child li:hover ul {
  display: block;
}
.nav-header__main ul {
  background: #040e36;
}
.nav-header__main ul.nav > li > a {
  padding: 15px 5px;
}
.nav-header__main ul a {
  color: #acd8f8;
}
.nav-header__second ul {
  background: #ce181f;
}
.nav-header__second ul.nav > li {
  background: url("../images/secondmenu-li-arr.png") 100% 50% no-repeat;
}
.nav-header__second ul.nav > li:last-child {
  background: none;
}
.nav-header__second ul.nav > li > a {
  padding: 10px 30px;
}
.nav-header__second ul a {
  color: #fff;
}
.nav-footer__second ul {
  padding: 0;
  background: #ce181f;
}
.nav-footer__second ul.nav {
  padding: 0;
  display: table;
  width: 100%;
}
.nav-footer__second ul.nav > li {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  background: url("../images/secondmenu-li-arr.png") 100% 50% no-repeat;
}
.nav-footer__second ul.nav > li:last-child {
  background: none;
}
.nav-footer__second ul.nav > li > a {
  font-size: 16px;
  display: block;
  color: #fff;
  padding: 10px 40px;
}
.nav-footer__second ul.nav-child {
  display: none;
}
.nav-breadcrumbs {
  margin: 0 0 15px;
}
.nav-breadcrumbs ul {
  padding: 0;
  background: transparent !important;
}
.nav-breadcrumbs ul li {
  padding: 0;
  margin: 0 0 5px;
  display: inline-block;
  vertical-align: top;
  color: #060e31;
}
.nav-breadcrumbs ul li:first-child {
  display: none;
}
.nav-breadcrumbs ul li:before {
  content: "";
  display: none;
}
.nav-breadcrumbs ul li a {
  border-bottom: 1px solid #060e31;
}
.nav-breadcrumbs ul li span.divider {
  margin: 0 5px;
}
.nav-breadcrumbs ul li span.icon-location {
  display: none;
}
.menusmall {
  text-align: left;
  margin: 0 0 20px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px 0 15px;
  background: #040e36;
  z-index: 1000;
  -webkit-box-shadow: 0 5px 6px 0 rgba(1, 1, 1, 0.5);
  -moz-box-shadow: 0 5px 6px 0 rgba(1, 1, 1, 0.5);
  box-shadow: 0 5px 6px 0 rgba(1, 1, 1, 0.5);
}
.menusmall a {
  outline: none;
  text-decoration: none;
  cursor: pointer;
}
.menusmall a:hover {
  text-decoration: none;
}
.menusmall a .icon-bar {
  display: block;
  margin: 8px;
  height: 3px;
  background: #fff;
  width: 30px;
  line-height: 1;
}
.menusmall a .icon-bars {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.menusmall a .brend {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-decoration: none;
  outline: none;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.pagination ul {
  display: table;
  margin: 0 auto;
}
.pagination ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px 0 0;
  background: transparent;
  font-size: 14px;
  line-height: 1.3;
}
.pagination ul li span {
  padding: 5px 10px;
  color: #ffffff;
  background: #ce181f;
  display: block;
}
.pagination ul li a {
  padding: 5px 10px;
  color: #fff;
  background: #040e36;
  display: block;
}
.pagination ul li a:hover {
  background-color: #ce181f;
  color: #fff;
}
.pagination .pagination-end a,
.pagination .pagination-start a {
  display: block;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
}
.pagination .pagination-prev a,
.pagination .pagination-next a {
  display: block;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
}
.pagination .pagination-end a {
  background: #040e36 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzhGRjY5NDk3MjYyMTFFNUJDODQ4MzREQTA2ODE2MzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzhGRjY5NEE3MjYyMTFFNUJDODQ4MzREQTA2ODE2MzgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozOEZGNjk0NzcyNjIxMUU1QkM4NDgzNERBMDY4MTYzOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozOEZGNjk0ODcyNjIxMUU1QkM4NDgzNERBMDY4MTYzOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjvzKAgAAACySURBVHjaYvj//78gEO8GYgYS8TsgXsXEAAEuQHwGiJUYSAQgA94D8T0gNoYaEkqqASCgDMR7gFgQiFcBcTnRJqD5q/w/AuwmJgywSYRCJUHgDBArkWoAA1LM/IcqTCPVABieieSlcnzRiAukA/FqKNsYXyzgAjORovUsMbFAlTCgKBYoSge78YQ4TgNYoEFxF5qR3qOFPEHAAk3/StBQDoNmLAZSDGCAZiRXBjIAQIABAKJl5m8u+HGIAAAAAElFTkSuQmCC') 50% 50% no-repeat;
}
.pagination .pagination-start a {
  background: #040e36 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzM1NEFDREI3MjYyMTFFNThGMThGODg4MTY4MjEzNTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzM1NEFDREM3MjYyMTFFNThGMThGODg4MTY4MjEzNTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozMzU0QUNEOTcyNjIxMUU1OEYxOEY4ODgxNjgyMTM1NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozMzU0QUNEQTcyNjIxMUU1OEYxOEY4ODgxNjgyMTM1NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtzBKGcAAACuSURBVHjaYvj///8qIH4HxAwk4t1ALMjEQDpQAuIzQOwC4pBqQChUszEQ3wPi96QYUA7Eq4BYEIj3ALEyWJTIMAD5FwbKkeUIGaAExGegGkFqQtHV4DMgDSr+Hxbi2CzBZUA5kpNn4vMerkA0htKrgTgdX8jiMuAsUrTNxBs3tAoDqsQCVdIBrpjZTY4BDFAvwMLlLr5oxAVA0WoCjSVQriQrO9+DGgLKUAwAAQYA89gYdXxwoKYAAAAASUVORK5CYII=') 50% 50% no-repeat;
}
.pagination .pagination-prev a {
  background: #040e36 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAARCAYAAAAL4VbbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUE0MTE2OEM3MjYyMTFFNUFDMjNDODdCQTMwRUZCOEYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUE0MTE2OEQ3MjYyMTFFNUFDMjNDODdCQTMwRUZCOEYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxQTQxMTY4QTcyNjIxMUU1QUMyM0M4N0JBMzBFRkI4RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxQTQxMTY4QjcyNjIxMUU1QUMyM0M4N0JBMzBFRkI4RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkKvj4gAAAB5SURBVHjaYvj//z8DEXg3EAsSUqQExGf+QwBexaFA/A6q8C5IDJfC8v8IsBsmjst9MFCOLIfLfe+gzmDApjgNyX1gn2NzHrr7ZuILHRCxCqpwFaHwZmJgYDjLAAGhQDyTAR8g1c0khwbJ4UxWDJKcNkhOdRjpGSDAAO4xOl2UIT7GAAAAAElFTkSuQmCC') 50% 50% no-repeat;
}
.pagination .pagination-next a {
  background: #040e36 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAARCAYAAAAL4VbbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjQ4ODRGQzM3MjYyMTFFNUFGNkVBRkQ3MDcyQ0U1NjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjQ4ODRGQzQ3MjYyMTFFNUFGNkVBRkQ3MDcyQ0U1NjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyNDg4NEZDMTcyNjIxMUU1QUY2RUFGRDcwNzJDRTU2NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyNDg4NEZDMjcyNjIxMUU1QUY2RUFGRDcwNzJDRTU2NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrmO5FgAAABwSURBVHjaYvj//78gEO8GYgZCmAGqGATOALESIcUgfBeq4R0QhxJSzAB1CgyUE1LMAFUEA7sJKWaAOuMdNn/g8owgkrNAGtPwKYbhmcj+YCAifFdBFa+iislEu5no0CA6nImOQaLTBkmpjuj0DBBgACfxXI2sHYaHAAAAAElFTkSuQmCC') 50% 50% no-repeat;
}
.pagination .pagination-end span,
.pagination .pagination-prev span,
.pagination .pagination-next span,
.pagination .pagination-start span {
  display: none;
}
@media (max-width: 768px) {
  .nav-breadcrumbs {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .nav-header__second ul.nav > li {
    display: inline-block;
    vertical-align: middle;
  }
  .nav-header__second ul.nav > li > a {
    padding: 10px 15px;
  }
  .nav-footer__second ul.nav > li {
    display: inline-block;
    vertical-align: middle;
  }
  .nav-footer__second ul.nav > li > a {
    padding: 10px 15px;
  }
}
.banners p {
  margin: 0;
}
.banners-top {
  /*margin: -180px 0 40px 0;

        &-inner {
            padding: 0 145px;
        }*/
  padding: 40px 0;
}
.banners-bottom {
  padding: 0 0 40px;
}
.banners-bottom h2 {
  margin: 0 0 15px;
  text-align: center;
}
.blocks {
  background: url("../images/body-bg.jpg") 50% 100% no-repeat;
  background-size: 100% 500px;
}
.blocks h1,
.blocks h2,
.blocks .h2 {
  text-transform: uppercase;
  font-size: 18px;
  color: #060e31;
  font-weight: bold;
  margin: 0 0 25px;
  text-align: left;
}
.blocks-top {
  padding: 40px 0;
  margin: -40px 0 0;
}
.blocks-top .label_products .slick-list {
  /*width: 940px;
                    margin: 0 auto;*/
}
.blocks-top .label_products .slick-slide {
  /*margin: 0 15px;
                    width: 205px;*/
}
.blocks-top .label_products .block_item {
  position: relative;
}
.blocks-top .label_products .image {
  margin: 0 0 15px;
}
.blocks-top .label_products .image .image_block > a {
  height: 205px;
  border: 1px solid #ccc;
  padding: 10px;
  background: #fff;
  text-align: center;
  /*vertical-align: middle;
                        overflow: hidden;*/
  display: block;
}
.blocks-top .label_products .image .image_block .jshop_img {
  /*max-height: 185px;
                        max-width: 185px;
                        .inline-block(middle) !important;*/
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
.blocks-top .label_products .image .image_block:after {
  display: block;
  content: '';
  height: 10px;
  width: 100%;
  background: url("../images/product-shadow.png") 50% 100% no-repeat;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.blocks-top .label_products .jshop_price {
  color: #060e31;
  font-size: 14px;
}
.blocks-top .label_products .jshop_price span {
  font-size: 22px;
  font-weight: bold;
}
.blocks-top .label_products .name {
  margin: 8px 0 0 0;
  font-size: 14px;
  line-height: 1.3;
}
.blocks-top .label_products .name a {
  color: #242424;
  display: inline-block;
  vertical-align: middle;
}
.blocks-top .label_products .name a:hover {
  color: #060e31;
}
.blocks-top .label_products .slick-next,
.blocks-top .label_products .slick-prev {
  border: none;
  position: absolute;
  top: 50%;
  margin: -38px 0 0 0;
  width: 22px;
  height: 76px;
  background: url('../images/blocks-arrows.png') 0 50% no-repeat;
  text-indent: -9999px;
  outline: none;
  cursor: pointer;
  opacity: 0.4;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
.blocks-top .label_products .slick-next:hover,
.blocks-top .label_products .slick-prev:hover {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.blocks-top .label_products .slick-prev {
  left: 0;
}
.blocks-top .label_products .slick-next {
  right: 0;
  background-position: 100% 50%;
}
.blocks-middle {
  background: #040e36;
  padding: 40px 0;
}
.blocks-middle__about {
  /*.inline-block(top);
			width: 640px;
			margin: 0 60px 0 0;*/
  padding-right: 60px;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
  text-align: justify;
}
.blocks-middle__about h1 {
  color: #fff;
  margin: 0 0 35px;
}
.blocks-middle__news {
  /*.inline-block(top);
			width: 295px;*/
}
.blocks-middle__news h2 {
  color: #fff;
}
.blocks-middle__news .nspArts {
  padding: 0 !important;
}
.blocks-middle__news .nspArts .nspArt {
  padding: 0 0 25px !important;
  margin: 0 0 25px !important;
  border-bottom: 1px dashed #fff !important;
}
.blocks-middle__news .nspArts .nspArt:last-child {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.blocks-middle__news .nspArts .nspArt h4 {
  font-weight: normal !important;
  font-size: 20px !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
}
.blocks-middle__news .nspArts .nspArt h4 a {
  color: #fff;
}
.blocks-middle__news .nspArts .nspArt .nspText {
  color: #fff;
}
.blocks-bottom {
  padding: 40px 0;
}
.blocks-bottom .moduletable {
  margin: 0 0 30px;
}
.blocks-bottom .moduletable.reviews .nspMain {
  overflow: visible !important;
}
.blocks-bottom .moduletable.reviews .nspArts {
  padding: 0 !important;
  overflow: visible !important;
}
.blocks-bottom .moduletable.reviews .nspArts .nspArt {
  /*.inline-block(top);
                        width: 290px !important;                        
                        margin: 0 20px !important;
                        padding: 40px 25px 10px 25px !important;*/
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  width: auto !important;
  float: none !important;
  padding: 0 15px !important;
}
.blocks-bottom .moduletable.reviews .nspArts .nspArt-bg {
  padding: 40px 25px 35px 50px !important;
  background: url("../images/review-bg.png") 50% 0 no-repeat;
  background-size: 100% 100%;
  height: 100%;
}
.blocks-bottom .moduletable.reviews .nspArts .nspArtPage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: auto !important;
}
.blocks-bottom .moduletable.reviews .nspArts .nspArt .nspText {
  font-size: 13px;
  line-height: 1.4;
}
.blocks-bottom .moduletable.reviews .nspArts .nspArt .nspHeader {
  font-size: 13px;
  text-align: right;
  font-weight: normal;
}
@media (max-width: 768px) {
  .blocks .h2,
  .blocks h1,
  .blocks h2 {
    text-align: center;
  }
  .blocks-top {
    text-align: center;
  }
  .blocks-middle__about {
    padding: 30px 15px;
    text-align: justify;
  }
  .blocks-bottom .moduletable {
    margin: 0 0 30px;
  }
  .blocks-bottom .moduletable.reviews .nspArts .nspArt {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .blocks-middle__about {
    margin: 0 0 30px;
  }
  .blocks-bottom .moduletable {
    margin: 0 0 30px;
  }
  .blocks-bottom .moduletable.reviews .nspArts .nspArt {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 20px !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .banners-bottom {
    padding: 40px 0;
  }
}
@media (min-width: 1200px) {
  .banners-bottom {
    padding: 40px 0;
  }
}
.main-content {
  font-size: 14px;
  line-height: 1.4;
}
.main-content h1 {
  font-weight: normal;
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 20px;
  color: #060e31;
  text-transform: uppercase;
}
.main-content h2 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: normal;
  margin: 0 0 20px;
  text-align: left;
  color: #060e31;
  text-transform: uppercase;
}
.main-content p {
  margin: 0 0 15px;
}
.main-content .video-block {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.main-content .video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-content h3 {
  font-size: 18px;
  margin: 15px 0 10px 0;
  font-weight: normal;
  text-transform: uppercase;
}
.main-content a {
  border-bottom: 1px dashed #040e36;
}
.main-content a.wf_file {
  border: 0;
}
.main-content a.wf_file img {
  margin: 0 5px 0 0;
}
.main-content a.wf_file span {
  border-bottom: 1px dashed #040e36;
}
.main-content b,
.main-content strong {
  color: #040e36;
}
.main-content ul {
  padding: 0;
  margin: 0 0 30px;
}
.main-content ul li {
  padding: 0 0 0 20px;
  background: url("../images/content-li-arr.png") 0 5px no-repeat;
  margin: 0 0 5px;
}
.main-content ol {
  padding: 0;
  margin: 0 0 15px;
}
.main-content ol > li {
  padding: 0;
  margin: 0 0 15px;
  list-style-position: inside;
  list-style-type: decimal;
}
.main-content ol > li ol,
.main-content ol > li ul {
  margin: 15px 0 15px 0;
}
.main-content table {
  margin: 35px 0;
  width: 100%;
}
.main-content table th,
.main-content table td {
  padding: 15px 25px;
  border: 1px solid #d4d4d4;
  text-align: center;
  font-weight: 400;
}
.main-content table tr th {
  background: #040e36;
  color: #fff;
  text-transform: uppercase;
}
.main-content a.wf_file {
  border: 0;
  padding: 0;
}
.main-content a.wf_file .wf_file_icon {
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
}
.main-content a.wf_file .wf_file_text {
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  margin: 3px 0 0 0;
  width: 95%;
}
.main-content img {
  max-width: 100%;
}
.main-content ul.sigProClassic {
  margin: 0 !important;
  padding: 0 !important;
}
.main-content ul.sigProClassic li.sigProThumb {
  width: 25% !important;
  margin: 0 0 30px !important;
  padding: 0 10px !important;
  background: 0 !important;
}
.main-content ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper {
  padding: 0 !important;
  display: block;
  float: none !important;
  width: 100% !important;
}
.main-content ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper span.sigProLinkWrapper {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: 0 !important;
  float: none !important;
  width: 100% !important;
}
.main-content ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper span.sigProLinkWrapper a.sigProLink {
  width: 100% !important;
  display: block;
}
.main-content ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper span.sigProLinkWrapper a.sigProLink img {
  height: 100% !important;
  width: 100% !important;
  background-size: cover !important;
}
.main-content .grey {
  padding: 30px 30px 10px;
  margin: 30px 0 30px;
  background: #f1f0ee;
}
.main-content .grey ul {
  margin: 20px 0 0;
}
.main-content .grey ul li {
  display: inline-block;
  vertical-align: top;
  width: 285px;
  margin: 0 0 20px;
}
.main-content .grey ul li:nth-child(2n) {
  margin: 0 0 20px 30px;
}
.main-content .article-info {
  margin: 10px 0 20px 0;
  font-size: 14px;
}
.main-content .article-info dd {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}
.main-content .article-info dd.category-name a {
  background: #fa4798;
  color: #fff;
  text-transform: uppercase;
  padding: 2px 5px;
}
.main-content .article-info dd.create {
  color: #999;
}
.main-content .blog .items-row {
  /*margin: 0 0 25px;
                padding: 0 0 25px;
                border-bottom: 1px dashed #d7d7d7;

                &:last-child {
                    border: 0;
                }*/
}
.main-content .blog .items-row .span {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #d7d7d7;
}
.main-content .blog .intro-r .page-header h2 {
  font-weight: normal;
  margin: 0 0 10px;
}
.main-content .blog .leading-item {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 2px solid #2cc8d5;
}
.main-content .blog .leading-item:last-child {
  border: 0;
}
.main-content .blog .introtext img {
  max-width: 100%;
}
.main-content .blog.news .item-image {
  /*.inline-block(top);
                    margin: 0 50px 0 0;

                    img {
                        width: 250px;
                    }*/
}
.main-content .blog.news .intro-r {
  /*.inline-block(top);
                    width: 690px;*/
}
.main-content .blog.news .intro-r .page-header h2 {
  font-weight: normal;
  margin: 0 0 10px;
}
.main-content .blog.news .intro-r .readmore-link {
  background: transparent !important;
  padding: 0 !important;
  border-bottom: 1px dashed #060e31 !important;
}
.main-content .blog.gallery .span3 {
  display: inline-block;
  vertical-align: top;
  width: 232px;
  margin: 0 20px 20px 0;
}
.main-content .blog.gallery .span3:last-child {
  margin: 0 0 20px;
}
.main-content .blog.gallery .item-image {
  margin: 0 0 15px;
}
.main-content .blog.gallery .item-image img {
  width: 232px;
}
.main-content .blog.gallery .intro-r .page-header h2 {
  font-weight: normal;
  margin: 0 0 10px;
}
.main-content .blog.reviews .items-row {
  padding: 0;
  border: 0;
}
.main-content .blog.reviews .span6 {
  display: inline-block;
  vertical-align: top;
  width: 470px;
  margin: 0 50px 0 0;
}
.main-content .blog.reviews .span6:last-child {
  margin: 0 0 20px;
}
.main-content .item-page.news .page-header h1 {
  margin: 0 0 10px;
}
.main-content .item-page.news .article-info {
  margin: 0 0 25px;
}
.main-content .item-page .item-image {
  margin: 0 0 25px;
}
.main-content .item-page .item-image img {
  max-width: 100%;
  width: 1000px;
}
.main-content .articleBody .content-contacts__l {
  /*.inline-block(top);
                    width: 640px;
                    margin: 0 50px 0 0;*/
}
.main-content .articleBody .content-contacts__form {
  margin: 40px 0 0 0;
}
.main-content .articleBody .content-contacts__form .formRed,
.main-content .articleBody .content-contacts__form .formError {
  color: #b1cc1e;
  font-weight: normal;
  font-size: 14px;
}
.main-content .articleBody .content-contacts__form .formError {
  margin: 5px 0 0;
  display: block;
}
.main-content .articleBody .content-contacts__form .formContainer-l {
  /*.inline-block(top);
                        width: 300px;
                        margin: 0 45px 0 0;*/
}
.main-content .articleBody .content-contacts__form .formContainer-r {
  /*.inline-block(top);
                        width: 290px;*/
}
.main-content .articleBody .content-contacts__form .rsform-block {
  margin: 0 0 15px;
}
.main-content .articleBody .content-contacts__form .rsform-block .formControlLabel {
  padding: 0 0 10px;
  float: none;
  display: none;
  text-align: left;
  width: auto;
}
.main-content .articleBody .content-contacts__form .rsform-block .formControls .formBody {
  margin: 0 0 10px;
  float: none;
}
.main-content .articleBody .content-contacts__form .rsform-block .formControls .formDescription {
  margin: 0;
}
.main-content .articleBody .content-contacts__form .rsform-block .rsform-input-box,
.main-content .articleBody .content-contacts__form .rsform-block .rsform-text-box {
  border: 1px solid #ccc;
  padding: 8px 15px;
  color: #5c1500;
  outline: none;
  resize: none;
  margin: 0;
  font-size: 14px;
}
.main-content .articleBody .content-contacts__form .rsform-block .rsform-input-box {
  width: 100%;
}
.main-content .articleBody .content-contacts__form .rsform-block .rsform-text-box {
  width: 100%;
}
.main-content .articleBody .content-contacts__form .rsform-block-submit {
  margin: 0;
}
.main-content .articleBody .content-contacts__form .rsform-block .rsform-submit-button {
  margin: 12px 0 0;
  text-decoration: none;
  color: #fff;
  outline: none;
  background: #040e36;
  padding: 10px 25px;
  font-size: 18px;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  text-shadow: none;
  width: 100%;
}
.main-content .articleBody .content-contacts__form .rsform-block .rsform-submit-button:hover {
  background: #ce181f;
}
.main-content .articleBody .content-contacts__r {
  /*.inline-block(top);
                    width: 300px;*/
}
.main-content .articleBody .content-contacts__r strong {
  font-size: 20px;
  line-height: 1.6;
}
.main-content .articleBody .content-contacts__c {
  padding: 30px 0 0 0;
  border-top: 1px dashed #fff;
  margin: 30px 0 0 0;
}
@media (max-width: 768px) {
  .main {
    padding: 85px 0 0;
  }
  .main-content ul.sigProClassic li.sigProThumb {
    width: 100% !important;
    padding: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main {
    padding: 85px 0 0;
  }
  .main-content ul.sigProClassic li.sigProThumb {
    width: 33% !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .main-content ul.sigProClassic li.sigProThumb {
    width: 25% !important;
  }
}
#mxcpr {
  display: none;
}
#comments-footer {
  display: none;
}
.jshop {
  /*&.cart {
        .jshop_prod_cart {
            margin: 0 0 15px;
            padding: 0 0 15px;
            border-bottom: 1px dashed #fff;

            &:last-child {
                border: 0;
            }
        }

        .jshop_img_description_center {
            .inline-block(middle);
            width: 80px;
            margin: 0 10px 0 0;

            .jshop_img {
                width: 80px;
            }
        }

        .product_name {
            .inline-block(middle);
            width: 180px;
            margin: 0 10px 0 0;

            a {
                display: block;
                margin: 0;
            }

            .jshop_code_prod {
                display: block;
                color: #bbb;
            }
        }

        .single_price {
            .inline-block(middle);
            margin: 0 10px 0 0;
            width: 100px;
            text-align: center;
        }

        .quantity {
            .inline-block(middle);
            margin: 0 10px 0 0;
            width: 75px;
            text-align: center;

            .inputbox {
                border: 1px solid #a09ea0;
                width: 35px;
                height: 35px;
                text-align: center;
                background: #201b21;
                color: #fff;
                margin: 0 10px 0 0;
                .inline-block(middle);
            }

            .cart_reload {
                width: 22px;
                height: 22px;
                .inline-block(middle);
                background: url("../images/reload.png") 50% 50% no-repeat;
                cursor: pointer;

                img {
                    display: none;
                }
            }
        }

        .total_price {
            .inline-block(middle);
            margin: 0 10px 0 0;
            width: 95px;
            text-align: center;
        }

        .remove {
            .inline-block(middle);

            .button-img {
                width: 22px;
                height: 22px;
                display: block;
                background: url("../images/remove.png") 50% 50% no-repeat;

                img {
                    display: none;
                }
            }
        }
    }

    &_subtotal {
        text-align: center;
        margin: 0 0 30px;

        .name {
            .inline-block(middle);
            width: 140px;
            text-align: right;
            margin: 0 10px 0 0;
        }

        .value {
            .inline-block(middle);
            margin: 0 0 0 15px;
            font-size: 18px;
            color: #b1cc1e;
            width: 215px;
            text-align: left;
        }
    }

    &.cart_buttons {
        margin: 20px 0 0 0;
        text-align: center;

        .pull-left {
            .inline-block(middle);
        }

        .pull-right {
            .inline-block(middle);
        }

        .btn {
            &-arrow-right {
                height: 35px;
                background: #b1cc1e;
                color: #fff;
                text-transform: uppercase;
                font-size: 20px;
                line-height: 1.7;
                padding: 0 20px;
                border: 0;
                margin: 0 0 0 30px;
                display: block;

                &:hover {
                    color: #201b21;
                }
            }
        }
    }

    &.pagelogin {
        .text_pay_without_reg {
            text-align: center;
            margin: 0 0 30px;

            .btn_order-without-reg {
                height: 35px;
                background: #b1cc1e;
                color: #fff;
                text-transform: uppercase;
                font-size: 20px;
                line-height: 1.7;
                padding: 0 20px;
                border: 0;
                margin: 0 auto 20px;
                display: block;
                width: 440px;

                &:hover {
                    color: #201b21;
                }
            }
        }

        .login_block {
            .inline-block(top);
            width: 300px;
            margin: 0 20px 0 0;
        }

        .register_block {
            .inline-block(top);
            width: 300px;
        }

        .small_header {
            color: #aaa;
            margin: 0 0 5px;
        }

        .control-group {
            margin: 0 0 15px;

            &.username {
                display: none;
            }

            &.checkbox {
                margin: 0 0 15px 140px;
            }

            &.rowbutton,
            &.box_button,
            &.rowlostpassword {
                text-align: center;
            }

            .control-label {
                .inline-block(middle);
                width: 120px;
                margin: 0 15px 0 0;
            }

            .controls {
                .inline-block(middle);

                .inputbox,
                .input {
                    border: 1px solid #a09ea0;
                    height: 35px;
                    width: 160px;
                    text-align: center;
                    background: #201b21;
                    color: #fff;
                }

                .checkbox {
                    -webkit-appearance: checkbox !important;
                    line-height: 17px;
                    margin: 0 10px 0 0;
                    .inline-block(middle);

                    & + label {
                        .inline-block(middle);
                    }
                }

                .btn {
                    width: 300px;
                    height: 35px;
                    background: #b1cc1e;
                    color: #fff;
                    text-transform: uppercase;
                    font-size: 20px;
                    line-height: 1.7;
                    padding: 0 20px;
                    border: 0;
                    margin: 0 auto;
                    display: block;

                    &:hover {
                        color: #201b21;
                    }
                }

                .requiredtext {
                    color: #aaa;
                    margin: 5px 0 10px 0;
                }
            }
        }
    }

    &#jshop_menu_order {
        margin: 0 0 25px;
    }

    &_order_step {
        .inline-block(middle);
        margin: 0 10px 0 0;

        &:last-child {
            margin: 0;
        }

        span {
            &.not_active_step {
                color: #aaa;
            }

            &.active_step {}
        }

        a {
            border-bottom: 1px dashed #b1cc1e;
        }
    }

    &.address_block {
        margin: 30px 0 0 0;

        h2 {
            text-align: center;
        }

        .jshop_register {
            width: 400px;
            margin: 0 auto;

            .control-group {
                margin: 0 0 10px;

                .control-label {
                    .inline-block(middle);
                    width: 120px;
                    margin: 0 15px 0 0;
                }

                .controls {
                    .inline-block(middle);

                    .input,
                    .inputbox {
                        border: 1px solid #a09ea0;
                        height: 35px;
                        width: 260px;
                        text-align: center;
                        background: #201b21;
                        color: #fff;
                    }
                }
            }
        }

        .box_button {
            width: 400px;
            margin: 0 auto;
            text-align: center;

            .requiredtext {
                color: #aaa;
                text-align: left;
                padding: 0 0 0 135px;
            }

            .button {
                width: 160px;
                height: 35px;
                background: #b1cc1e;
                color: #fff;
                text-transform: uppercase;
                font-size: 20px;
                line-height: 1.7;
                padding: 0 20px;
                border: 0;
                margin: 30px 0 0 0;

                &:hover {
                    color: #201b21;
                }
            }
        }
    }

    &.checkout_payment_block {
        margin: 30px 0;

        h2 {
            text-align: center;
        }

        form {
            margin: 0 auto;
            width: 300px;
        }

        #table_payments {
            input {
                -webkit-appearance: checkbox !important;
                margin: 0 5px 0 0;
                .inline-block(middle);
            }

            label {
                .inline-block(middle);

                b {
                    font-weight: normal;
                }
            }

            .payments_descr {
                padding: 0 0 0 22px;
                line-height: 1.3;
                margin: 5px 0 0 0;
                color: #bbb;
            }
        }

        .button {
            width: 160px;
            height: 35px;
            background: #b1cc1e;
            color: #fff;
            text-transform: uppercase;
            font-size: 20px;
            line-height: 1.7;
            padding: 0 20px;
            border: 0;
            margin: 30px auto 0 auto;
            display: block;

            &:hover {
                color: #201b21;
            }
        }
    }

    &.checkout_shipping_block {
        margin: 30px 0;

        h2 {
            text-align: center;
        }

        form {
            margin: 0 auto;
            width: 300px;
        }

        #table_shippings {
            input {
                -webkit-appearance: checkbox !important;
                margin: 0 5px 0 0;
                .inline-block(middle);
            }

            label {
                .inline-block(middle);

                b {
                    font-weight: normal;
                }

                .shipping_price {
                    margin: 0 0 0 5px;
                }
            }

            .shipping_descr {
                padding: 0 0 0 22px;
                line-height: 1.3;
                margin: 5px 0 0 0;
                color: #bbb;
            }
        }

        .button {
            width: 160px;
            height: 35px;
            background: #b1cc1e;
            color: #fff;
            text-transform: uppercase;
            font-size: 20px;
            line-height: 1.7;
            padding: 0 20px;
            border: 0;
            margin: 30px auto 0 auto;
            display: block;

            &:hover {
                color: #201b21;
            }
        }
    }

    &.checkout_pfinish_block {
        .checkoutinfo {
            margin: 0 auto 30px auto;
            width: 400px;

            &__lbl {
                .inline-block(top);
                width: 120px;
                margin: 0 10px 0 0;
                font-weight: normal;
                color: #bbb;
                text-align: right;
            }

            &__val {
                .inline-block(top);
                text-align: left;
            }
        }

        .pfinish_comment_block {
            .name {
                color: #bbb;
                text-align: center;
                margin: 0 0 10px;
            }

            .field {
                margin: 0 0 10px;

                textarea {
                    border: 1px solid #a09ea0;
                    width: 625px;
                    text-align: left;
                    background: #201b21;
                    color: #fff;
                    resize: none;
                    outline: none;
                    height: 200px;
                }
            }

            .box_button {
                text-align: center;

                .button {
                    height: 35px;
                    background: #b1cc1e;
                    color: #fff;
                    text-transform: uppercase;
                    font-size: 20px;
                    line-height: 1.7;
                    padding: 0 20px;
                    border: 0;

                    &:hover {
                        color: #201b21;
                    }
                }
            }
        }
    }

    &.myorders_list {
        .myorders_block_info {
            padding: 25px 0 0 0;
            margin: 25px 0 0 0;
            border-top: 1px dashed #ccc;

            &:last-child {
                margin: 25px 0;
                padding: 25px 0;
                border-bottom: 1px dashed #ccc;
            }

            &__top {
                margin: 0 0 10px;

                .order_number {
                    .inline-block(middle);
                    margin: 0 15px 0 0;
                    width: 150px;
                    font-size: 18px;

                    &__val {
                        .inline-block(middle);

                        a {
                            border-bottom: 1px dashed transparent;

                            &:hover {
                                border-bottom: 1px dashed #b1cc1e;
                            }
                        }
                    }
                }

                .order_date {
                    .inline-block(middle);
                    margin: 0 10px 0 0;
                    width: 290px;
                    color: #ccc;
                    text-align: right;
                    font-size: 13px;
                }

                .order_status {
                    .inline-block(middle);
                    width: 150px;
                    text-align: left;
                    padding: 0 0 0 20px;
                    background: url(../images/content-li-arr.png) 0 50% no-repeat;
                }
            }

            &__bottom {
                .products {
                    &__i {
                        .inline-block(middle);
                        width: 300px;

                        &:nth-child(2n) {
                            margin: 0 0 0 20px;

                            .products__lbl {
                                text-align: right;
                            }
                        }
                    }

                    &__lbl {
                        .inline-block(middle);
                        width: 150px;
                        margin: 0 15px 0 0;
                    }

                    &__val {
                        .inline-block(middle);
                        width: 130px;
                    }
                }
            }
        }
    }

    &.myorderinfo {
        margin: 25px 0;

        .product_head {
            margin: 25px 0 20px 0;
        }

        .order_items {
            .jshop_prod_cart {
                padding: 0 0 25px;
                margin: 0 0 25px;
                border-bottom: 1px dashed #fff;

                .product_img {
                    width: 80px;
                    .inline-block(middle);
                    margin: 0 10px 0 0;

                    img {
                        width: 80px;
                    }
                }

                .product_name {
                    .inline-block(middle);
                    width: 180px;
                    margin: 0 10px 0 0;

                    .product_code {
                        color: #bbb;
                    }
                }

                .single_price {
                    .inline-block(middle);
                    margin: 0 10px 0 0;
                    width: 100px;
                    text-align: center;
                }

                .quantity {
                    .inline-block(middle);
                    margin: 0 10px 0 0;
                    width: 75px;
                    text-align: center;
                }

                .total_price {
                    .inline-block(middle);
                    margin: 0 10px 0 0;
                    width: 95px;
                    text-align: center;
                }
            }
        }

        .userinfo {
            margin: 60px 0 25px 0;

            &__i {
                .inline-block(top);
                width: 300px;
                margin: 0 0 10px;

                &:nth-child(2n) {
                    margin: 0 0 0 20px;
                }
            }

            &__lbl {
                .inline-block(top);
                width: 150px;
                margin: 0 15px 0 0;
                color: #bbb;
            }

            &__val {
                .inline-block(top);
            }
        }

        .shipping_block_info {
            .inline-block(top);
            width: 300px;

            .shipping_head {
                .inline-block(top);
                width: 150px;
                margin: 0 15px 0 0;
                color: #bbb;
            }

            .shipping_info {
                .inline-block(top);
            }
        }

        .payment_block_info {
            .inline-block(top);
            width: 300px;
            margin: 0 0 0 20px;

            .payment_head {
                .inline-block(top);
                width: 150px;
                margin: 0 15px 0 0;
                color: #bbb;
            }

            .payment_info {
                .inline-block(top);
            }
        }

        .history {
            &_head {
                margin: 30px 0 20px 0;
            }

            .order_history {
                &__i {
                    margin: 0 0 5px;

                    .date {
                        .inline-block(middle);
                        color: #bbb;
                        margin: 0 15px 0 0;
                    }

                    .name {
                        .inline-block(middle);
                        width: 150px;
                        margin: 0 15px 0 0;
                    }

                    .comment {
                        .inline-block(middle);
                    }
                }
            }
        }
    }*/
}
.jshop .category_description {
  margin: 40px 0 0 0;
}
.jshop_list_product .row-fluid {
  margin: 0 0 30px;
}
.jshop_list_product .sblock1 {
  /*display: block;
            width: 100%;*/
  margin: 0 0 30px;
  position: relative;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.jshop_list_product .sblock1 .product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.jshop_list_product .sblock1 .image {
  /*float: left;
                margin: 0 60px 10px 0;
                width: 300px;
                z-index: 100;
                position: relative;*/
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 15px;
}
.jshop_list_product .sblock1 .image .image_block a {
  background: #fff;
}
.jshop_list_product .sblock1 .image .image_block a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.jshop_list_product .sblock1 .image_block .product_label {
  display: none;
}
.jshop_list_product .sblock1 .image_block a {
  border: 1px solid #e0e1e5;
  width: 100%;
  text-align: center;
  display: block;
}
.jshop_list_product .sblock1 .image_block a .jshop_img {
  max-width: 100%;
  max-height: 300px;
}
.jshop_list_product .sblock1 .image .count_commentar {
  display: none;
}
.jshop_list_product .sblock1 .image .productitem__btn-order {
  margin: 20px 0 0 0;
  text-align: right;
}
.jshop_list_product .sblock1 .image .productitem__btn-order a {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: url(../images/btn-callback.png) 50% 50% no-repeat;
  width: 170px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  border: 0;
}
.jshop_list_product .sblock1 .oiproduct {
  /*float: left;
                width: 100%;
                padding: 0 0 0 360px;
                margin: 0 0 0 -360px;*/
  -ms-flex: 0 0 66.66%;
  flex: 0 0 66.66%;
  max-width: 66.66%;
  padding: 0 15px;
}
.jshop_list_product .sblock1 .oiproduct .buttons .button_buy {
  height: 30px;
  width: 100px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7;
  position: absolute;
  z-index: 100;
  right: 5px;
  top: 155px;
  background: #0c0c0c;
}
.jshop_list_product .sblock1 .oiproduct .buttons .button_buy:hover {
  color: #201b21;
  background: #b1cc1e;
}
.jshop_list_product .sblock1 .oiproduct .buttons .button_detail {
  display: none;
}
.jshop_list_product .sblock1 .oiproduct .old_price {
  display: none;
}
.jshop_list_product .sblock1 .oiproduct .jshop_price {
  display: none;
}
.jshop_list_product .sblock1 .oiproduct .name {
  margin: 8px 0 5px 0;
  font-size: 16px;
  line-height: 1.3;
}
.jshop_list_product .sblock1 .oiproduct .name a {
  color: #242424;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  border: 0;
}
.jshop_list_product .sblock1 .oiproduct .name .jshop_code_prod {
  display: block;
  margin: 5px 0 15px 0;
}
.jshop_list_product .sblock4 {
  /*.inline-block(top);
            width: 224px;
            margin: 0 30px 30px 0;
            position: relative;

            &:nth-child(4n) {
                margin: 0 0 30px;
            }*/
  margin: 0 0 30px;
}
.jshop_list_product .sblock4 .image {
  margin: 0 0 10px;
}
.jshop_list_product .sblock4 .image_block .product_label {
  display: none;
}
.jshop_list_product .sblock4 .image_block a {
  border: 1px solid #e0e1e5;
  /*width: 224px;*/
  height: 200px;
  /*text-align: center;
                        overflow-y: hidden;
                        display: table-cell;
                        vertical-align: middle;*/
  display: block;
  background: #fff;
  padding: 10px;
}
.jshop_list_product .sblock4 .image_block a .jshop_img {
  /*max-height: 180px;
                            max-width: 200px;
                            margin: 10px 0;*/
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
.jshop_list_product .sblock4 .image .count_commentar {
  display: none;
}
.jshop_list_product .sblock4 .oiproduct .buttons .button_buy {
  height: 30px;
  width: 100px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7;
  position: absolute;
  z-index: 100;
  right: 5px;
  top: 155px;
  background: #0c0c0c;
}
.jshop_list_product .sblock4 .oiproduct .buttons .button_buy:hover {
  color: #201b21;
  background: #b1cc1e;
}
.jshop_list_product .sblock4 .oiproduct .buttons .button_detail {
  display: none;
}
.jshop_list_product .sblock4 .oiproduct .old_price {
  display: inline-block;
  vertical-align: middle;
  text-decoration: line-through;
  margin: 0 10px 0 0;
}
.jshop_list_product .sblock4 .oiproduct .jshop_price {
  color: #040e36;
  font-size: 14px;
}
.jshop_list_product .sblock4 .oiproduct .jshop_price span {
  font-size: 22px;
  font-weight: 700;
}
.jshop_list_product .sblock4 .oiproduct .name {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.3;
}
.jshop_list_product .sblock4 .oiproduct .name a {
  color: #242424;
  font-weight: bold;
  /*display: inline-block;
                        vertical-align: middle;*/
  border: 0;
}
.jshop_list_product .sblock4 .oiproduct .name .jshop_code_prod {
  display: block;
  margin: 5px 0 0 0;
}
.jshop.productfull .productfull__l {
  /*.inline-block(top);
                width: 310px;
                margin: 0 50px 20px 0;*/
  margin: 0 0 20px;
}
.jshop.productfull .productfull__l .product_label {
  display: none;
}
.jshop.productfull .productfull__l .list_product_image_middle-main {
  /*width: 310px;*/
  width: 100%;
  padding: 0;
  margin: 0 0 15px;
}
.jshop.productfull .productfull__l .list_product_image_middle-main__i {
  margin: 0;
}
.jshop.productfull .productfull__l .list_product_image_middle-main__img {
  /*width: 308px;*/
  width: 100%;
  height: 300px;
  object-fit: contain;
  object-position: center;
}
.jshop.productfull .productfull__l .list_product_image_middle-main__lnk {
  display: block !important;
  background: #fff;
  padding: 15px;
  border: 1px solid #d8dadf;
}
.jshop.productfull .productfull__l .list_product_image_middle-main .list_product_image_middle__i a.lightbox {
  display: block !important;
}
.jshop.productfull .productfull__l .list_product_image_middle-nav {
  /*display: none;*/
}
.jshop.productfull .productfull__l .list_product_image_middle-nav__i {
  /*.inline-block(top);
                        width: 143px;*/
  margin: 0 5px;
  text-align: center;
  border: 1px solid #d8dadf;
  height: 120px;
  padding: 5px;
}
.jshop.productfull .productfull__l .list_product_image_middle-nav__img {
  /*max-width: 135px;
                        max-height: 135px;
                        margin: 5px;
                        .inline-block(middle);*/
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
.jshop.productfull .productfull__l .list_product_image_middle-nav .slick-prev {
  left: 0 !important;
}
.jshop.productfull .productfull__l .list_product_image_middle-nav .slick-next {
  right: 0 !important;
}
.jshop.productfull .productfull__r {
  /*.inline-block(top);
                width: 635px;*/
}
.jshop.productfull .productfull__r .productfull__name {
  margin: 0 0 20px;
  padding: 0 0 20px;
  font-weight: bold;
  border-bottom: 1px solid #040e36;
  color: #040e36;
}
.jshop.productfull .productfull__r .productfull__name .jshop_code_prod {
  line-height: 1;
  margin: 10px 0 0;
  display: block;
  text-transform: none;
  font-weight: normal;
  font-size: 16px;
}
.jshop.productfull .productfull__r h2 {
  margin: 0 0 15px;
}
.jshop.productfull .productfull__rl {
  /*.inline-block(top);
                    width: 380px;
                    margin: 0 20px 0 0;*/
}
.jshop.productfull .productfull__rl .extra_fields {
  font-size: 15px;
}
.jshop.productfull .productfull__rl .extra_fields_el {
  margin-bottom: 10px;
}
.jshop.productfull .productfull__rl .extra_fields_name {
  font-weight: bold;
  /*.inline-block(top);
                            width: 190px;
                            margin: 0 20px 0 0;*/
}
.jshop.productfull .productfull__rl .extra_fields_value {
  /*.inline-block(top);
                            width: 160px;*/
}
.jshop.productfull .productfull__rr {
  /*.inline-block(top);
                    width: 230px;*/
}
.jshop.productfull .productfull__rr .productfull__attributes .row-fluid {
  margin: 0 0 20px;
}
.jshop.productfull .productfull__rr .productfull__attributes .attributes_title {
  margin: 0 0 5px;
  font-size: 15px;
}
.jshop.productfull .productfull__rr .productfull__attributes .input_type_radio {
  display: block;
  margin: 0 0 5px;
}
.jshop.productfull .productfull__rr .productfull__attributes .input_type_radio input {
  -webkit-appearance: checkbox !important;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.jshop.productfull .productfull__rr .productfull__attributes .input_type_radio label {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.jshop.productfull .productfull__rr .jshop_prod_attributes__lbl {
  display: none;
}
.jshop.productfull .productfull__r .productfull__price {
  margin: 0 0 15px;
}
.jshop.productfull .productfull__r .productfull__price .old_price {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
  font-size: 18px;
  text-decoration: line-through;
}
.jshop.productfull .productfull__r .productfull__price .prod_price {
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  color: #040e36;
}
.jshop.productfull .productfull__r .productfull__price .prod_price_phone {
  font-size: 24px;
  color: red;
  line-height: 1.1;
}
.jshop.productfull .productfull__r .productfull__price .prod_price_phone span {
  font-size: 15px;
  color: #040e36;
}
.jshop.productfull .productfull__r .productfull__buttons {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px dashed #fff;
}
.jshop.productfull .productfull__r .productfull__buttons .prod_qty_input {
  display: inline-block;
  vertical-align: middle;
}
.jshop.productfull .productfull__r .productfull__buttons .prod_qty_input input {
  border: 1px solid #a09ea0;
  width: 35px;
  height: 35px;
  text-align: center;
  background: #201b21;
  color: #fff;
}
.jshop.productfull .productfull__r .productfull__buttons .buttons {
  display: inline-block;
  vertical-align: middle;
}
.jshop.productfull .productfull__r .productfull__buttons .buttons .btn-primary {
  width: 110px;
  height: 35px;
  background: #b1cc1e;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  border: 0;
}
.jshop.productfull .productfull__r .productfull__buttons .buttons .btn-primary:hover {
  color: #201b21;
}
.jshop.productfull .productfull__c {
  margin: 20px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #040e36;
}
.jshop.productfull .productfull__cl {
  /*.inline-block(top);
                    width: 595px;
                    margin: 0 50px 0 0;*/
}
.jshop.productfull .productfull__cl .jshop_prod_description__lbl {
  display: none;
}
.jshop.productfull .productfull__cl .jshop_prod_description h3 {
  font-size: 16px;
  margin: 15px 0 10px 0;
  font-weight: normal;
  text-transform: uppercase;
}
.jshop.productfull .productfull__cl .jshop_prod_description a {
  border-bottom: 1px dashed #b1cc1e;
}
.jshop.productfull .productfull__cl .jshop_prod_description a.wf_file {
  border: 0;
}
.jshop.productfull .productfull__cl .jshop_prod_description a.wf_file img {
  margin: 0 5px 0 0;
}
.jshop.productfull .productfull__cl .jshop_prod_description a.wf_file span {
  border-bottom: 1px dashed #b1cc1e;
}
.jshop.productfull .productfull__cl .jshop_prod_description b,
.jshop.productfull .productfull__cl .jshop_prod_description strong {
  color: #040e36;
  font-weight: normal;
}
.jshop.productfull .productfull__cl .jshop_prod_description ul {
  padding: 0;
  margin: 0 0 30px;
}
.jshop.productfull .productfull__cl .jshop_prod_description ul li {
  padding: 0 0 0 20px;
  background: url("../images/content-li-arr.png") 0 5px no-repeat;
  margin: 0 0 5px;
}
.jshop.productfull .productfull__cl .jshop_prod_description table {
  margin: 35px 0;
  width: 100%;
}
.jshop.productfull .productfull__cl .jshop_prod_description table th,
.jshop.productfull .productfull__cl .jshop_prod_description table td {
  padding: 15px 25px;
  border: 1px solid #d4d4d4;
  text-align: center;
  font-weight: 400;
}
.jshop.productfull .productfull__cl .jshop_prod_description table tr th {
  background: #b1cc1e;
  color: #000;
  text-transform: uppercase;
}
.jshop.productfull .productfull__cl .jshop_prod_description img {
  max-width: 625px;
}
.jshop.productfull .productfull__cl .jshop_prod_description .sigProContainer {
  margin: 20px 0 0 0 !important;
  padding: 0 !important;
}
.jshop.productfull .productfull__cl .jshop_prod_description .sigProContainer li.sigProThumb {
  float: left !important;
  width: 200px !important;
  margin: 0 12px 12px 0 !important;
  padding: 0 !important;
  background: none !important;
}
.jshop.productfull .productfull__cl .jshop_prod_description .sigProContainer li.sigProThumb:nth-child(3n) {
  margin-right: 0 !important;
}
.jshop.productfull .productfull__cl .jshop_prod_description .sigProContainer li.sigProThumb span.sigProLinkOuterWrapper {
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
}
.jshop.productfull .productfull__cl .jshop_prod_description .sigProContainer li.sigProThumb span.sigProLinkOuterWrapper span.sigProLinkWrapper {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}
.jshop.productfull .productfull__cl .jshop_prod_description .sigProContainer li.sigProThumb span.sigProLinkOuterWrapper span.sigProLinkWrapper a {
  border: 0 !important;
  border-bottom: 0 !important;
  background-image: none !important;
}
.jshop.productfull .productfull__cl .jshop_prod_description .sigProContainer li.sigProThumb span.sigProLinkOuterWrapper span.sigProLinkWrapper a img {
  padding: 0 !important;
  border: 0 !important;
}
.jshop.productfull .productfull__cl .jshop_prod_description .sigProContainer li.sigProThumb span.sigProLinkOuterWrapper span.sigProLinkWrapper a span.sigProPseudoCaption {
  display: none;
}
.jshop.productfull .productfull__cl .jshop_prod_description .sigProContainer li.sigProThumb span.sigProLinkOuterWrapper span.sigProLinkWrapper a span.sigProCaption {
  display: none;
}
.jshop.productfull .productfull__cr {
  /*.inline-block(top);
                    width: 350px;*/
}
.jshop.productfull .productfull__cr-zakaz {
  background: #e3e4e8;
  padding: 25px;
}
.jshop.productfull .productfull__cr-zakaz h2 {
  font-weight: bold;
}
.jshop.productfull .productfull__cr-zakaz .formResponsive {
  margin: 0 !important;
  overflow: hidden;
}
.jshop.productfull .productfull__cr-zakaz .formResponsive .rsform-submit-button {
  margin: 0;
  text-decoration: none;
  color: #fff;
  outline: none;
  background: #040e36;
  padding: 10px 25px;
  font-size: 18px;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  text-shadow: none;
  width: 100%;
}
.jshop.productfull .productfull__cr-zakaz .formResponsive .rsform-submit-button:hover {
  background: #ce181f;
}
.jshop.productfull .productfull__cr-zakaz .formRed,
.jshop.productfull .productfull__cr-zakaz .formError {
  color: #040e36;
  font-weight: normal;
  font-size: 14px;
}
.jshop.productfull .productfull__cr-zakaz .formError {
  margin: 5px 0 0;
  display: block;
}
.jshop.productfull .productfull__cr-zakaz .rsform-block {
  margin: 0 0 15px;
}
.jshop.productfull .productfull__cr-zakaz .rsform-block-object {
  display: none;
}
.jshop.productfull .productfull__cr-zakaz .rsform-block .formControlLabel {
  display: none;
}
.jshop.productfull .productfull__cr-zakaz .rsform-block .formControls {
  margin: 0 !important;
}
.jshop.productfull .productfull__cr-zakaz .rsform-block .formControls .formBody {
  margin: 0;
}
.jshop.productfull .productfull__cr-zakaz .rsform-block .formControls .formDescription {
  margin: 0;
}
.jshop.productfull .productfull__cr-zakaz .rsform-block .rsform-input-box,
.jshop.productfull .productfull__cr-zakaz .rsform-block .rsform-text-box {
  border: 1px solid #ccc;
  padding: 8px 15px;
  color: #5c1500;
  outline: none;
  resize: none;
  margin: 0;
  font-size: 14px;
  width: -webkit-fill-available;
}
.jshop.productfull .productfull__cr-zakaz .rsform-block-recaptcha2 {
  margin: 0 !important;
}
.jshop.productfull .productfull__cr-zakaz .rsform-block-submit {
  margin: 0 !important;
}
/*.myorders_total {
    .name {
        margin: 0 15px 0 0;
    }

    .price {
        font-size: 16px;
        color: #b1cc1e;
    }
}

.login {
    .form-validate {
        width: 300px;
        margin: 0 auto;

        .control-group {
            margin: 0 0 15px;

            .control-label {
                .inline-block(middle);
                width: 120px;
                margin: 0 15px 0 0;
            }

            .controls {
                .inline-block(middle);

                input {

                    &#username,
                    &#password {
                        border: 1px solid #a09ea0;
                        height: 35px;
                        width: 160px;
                        text-align: center;
                        background: #201b21;
                        color: #fff;
                    }

                    &#remember {
                        -webkit-appearance: checkbox !important;
                    }
                }

                .btn {
                    width: 160px;
                    height: 35px;
                    background: #b1cc1e;
                    color: #fff;
                    text-transform: uppercase;
                    font-size: 20px;
                    line-height: 1.7;
                    padding: 0 20px;
                    border: 0;
                    margin: 0 0 0 136px;
                    display: block;

                    &:hover {
                        color: #201b21;
                    }
                }
            }
        }
    }

    & + div {
        .nav {
            text-align: center;
        }
    }
}*/
@media (max-width: 768px) {
  .jshop_list_product .sblock1 .image {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 30px;
  }
  .jshop_list_product .sblock1 .image .productitem__btn-order {
    text-align: center;
  }
  .jshop_list_product .sblock1 .oiproduct {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .jshop.productfull .productfull__cr-zakaz {
    margin: 0 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .jshop.productfull .productfull__cr-zakaz {
    margin: 0 0 30px;
  }
}
.footer {
  background: #040e36;
}
.footer-top {
  background: #ce181f;
}
.footer-logo {
  /*.inline-block(middle);
        width: 190px;
        margin: 0 40px 0 0;*/
}
.footer-logo__lnk {
  display: block;
  /*height: 65px;
            background: url("../images/logo.png") 0 0 no-repeat;*/
}
.footer-logo__lnk img {
  object-fit: contain;
  object-position: left center;
  height: 65px;
  width: 100%;
}
.footer-bottom {
  padding: 30px 0;
  color: #fff;
}
.footer-bottom__phone {
  /*.inline-block(middle);
            width: 530px;
            margin: 0 40px 0 0;*/
  padding: 35px 0 0;
}
.footer-bottom__phone .phones__lbl {
  font-size: 14px;
  margin: 0 0 10px;
}
.footer-bottom__phone .phones__lst-i {
  /*.inline-block(top);
                        width: 140px;
                        margin: 0 50px 0 0;*/
  font-size: 20px;
  line-height: 1.4;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  /*&:last-child {
                            margin: 0;
                        }*/
}
.footer-bottom__phone .phones__lst-i a {
  color: #fff;
}
.footer-bottom__right {
  /*.inline-block(middle);
            width: 190px;*/
  padding: 35px 0 0 0;
}
.footer-bottom__counters {
  display: none;
}
.footer-bottom__razr {
  font-size: 13px;
  color: #fff;
  margin: 0;
  text-align: right;
  width: 100%;
  opacity: 0.4;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
.footer-bottom__razr a {
  padding: 0 0 0 55px;
  background: url("../images/tksystems.png") 0 50% no-repeat;
  color: #fff;
  height: 40px;
  text-decoration: none !important;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.footer-name {
  text-transform: uppercase;
  color: #e7ebfb;
  font-size: 14px;
  line-height: 1.5;
}
.footer-terms {
  text-align: center;
  padding-bottom: 30px;
}
.footer-terms p {
  margin: 0;
}
.footer-terms a {
  color: #fff;
}
@media (max-width: 768px) {
  .footer {
    overflow: hidden;
  }
  .footer-logo__lnk img {
    object-position: center;
  }
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom__razr {
    text-align: center;
  }
  .footer-bottom__phone .phones__lst-i {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .footer-bottom__phone .phones__lst-i {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
