/*! 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: #f8f8f8;
  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: #093a55;
  /*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;
  text-decoration: none;
}
/**
 * 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;
}
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 {
  -webkit-appearance: none;
  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;
}
* {
  -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
   ========================================================================== */
html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  background: #000000 url("../images/body-bg.jpg") 50% 0 repeat-y;
  background-size: cover;
}
.wrapper {
  min-height: 100%;
  width: 100%;
  padding: 0 0 200px;
}
.container {
  background: #282827;
  min-width: 1200px !important;
  padding: 0;
}
/* ==========================================================================
   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;
}
.jmoddiv.jmodinside {
  position: initial !important;
}
@media (max-width: 768px) {
  .wrapper .body-bg {
    display: none;
  }
  .wrapper-bg {
    display: none;
  }
}
@media (max-width: 1200px) {
  .container {
    width: calc(100% - 30px) !important;
    width: -webkit-calc(100% - 30px) !important;
    width: -o-calc(100% - 30px) !important;
  }
}
.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;
}
.header {
  margin: 0 0 -20px;
}
.header .container {
  background: #1a1a18;
  border-top: 15px #282827 solid;
}
.header-logo {
  padding: 0 0 40px;
  margin: 15px 25px 0 0;
  width: 285px;
  height: 170px;
  float: left;
}
.header-logo_lnk {
  background: url('../images/logo.png') 0 0 no-repeat;
  background-size: contain;
  display: block;
  height: 170px;
}
.header-logo_lnk img {
  display: none;
}
.header-nav {
  width: 640px;
  height: 125px;
  float: left;
  padding: 70px 0 0;
  margin: 0 25px 25px 0;
  border-bottom: 1px solid #535351;
}
.header-contacts {
  width: 210px;
  float: left;
  padding: 20px 20px 0;
  font-size: 20px;
  line-height: 1.2;
}
.header-contacts .phone {
  margin: 0 0 10px;
}
.header-contacts .phone a {
  color: #ffec00;
  font-weight: bold;
  display: block;
}
.header-contacts .address {
  margin: 0 0 10px;
  color: #e2000f;
}
.header-contacts .email a {
  display: block;
  color: #fff;
}
.nav-header ul {
  padding: 0;
}
.nav-header ul.menu li {
  margin: 0 20px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.nav-header ul.menu li a {
  font-size: 18px;
  color: #fff;
  padding: 0;
}
.nav-header ul.menu li a:hover {
  color: #e2000f;
}
.nav-header ul.menu li a.active {
  color: #ffec00;
}
.nav-header ul.menu li ul {
  display: none;
}
.nav-slider ul {
  padding: 0;
}
.nav-slider ul.menu > li {
  padding: 0 0 25px;
  font-size: 20px;
}
.nav-slider ul.menu > li > a {
  color: #575656;
  padding: 0;
  line-height: 1.2;
  display: block;
}
.nav-slider ul.menu > li > a:hover {
  color: #fff;
}
.nav-slider ul.menu > li > a.active {
  color: #ffec00;
}
.nav-slider ul.menu > li > span.nav-header {
  color: #575656;
  padding: 0;
  line-height: 1.2;
  display: block;
  cursor: pointer;
}
.nav-slider ul.menu > li > span.nav-header:hover {
  color: #fff;
}
.nav-slider ul.menu > li > span.nav-header.active {
  color: #ffec00;
}
.nav-slider ul.menu > li > span.nav-header:after {
  display: none !important;
}
.nav-slider ul.menu > li.parent {
  /*&:hover {
                            & > ul {
                                display: block;
                            }
                        }*/
}
.nav-slider ul.menu > li.parent > ul {
  display: none;
  position: relative !important;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  background: transparent !important;
  margin: 15px 0;
  padding: 0 0 0 30px;
  border: 0 !important;
  transition: all 1s ease;
}
.nav-slider ul.menu > li.parent > ul > li {
  padding: 0;
  margin: 0 0 10px;
  font-size: 18px;
}
.nav-slider ul.menu > li.parent > ul > li > a {
  color: #fff;
  background: transparent !important;
}
.nav-slider ul.menu > li.parent > ul > li > a:hover {
  color: #e2000f;
}
.nav-slider ul.menu > li.parent > ul > li ul {
  display: none !important;
}
.nav-slider ul.menu > li.parent.active > ul {
  display: block;
  min-height: 1px !important;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  transition: all 1s ease;
}
.nav-slider ul.nav-child > li a {
  color: #fff;
  padding: 0;
  line-height: 1.2;
  display: block;
}
.nav-slider ul.nav-child > li a:hover {
  color: #e2000f;
}
.nav-slider ul.nav-child > li a.active {
  color: #ffec00;
}
.nav-slider ul.nav-child > li ul {
  display: none;
}
.nav-breadcrumbs ul {
  padding: 0;
  margin: 0 0 20px;
  background: transparent;
}
.nav-breadcrumbs ul li {
  display: inline-block;
  vertical-align: top;
  color: #232323;
  padding: 0;
  font-size: 14px;
}
.nav-breadcrumbs ul li a span {
  color: #fff;
}
.nav-breadcrumbs ul li span {
  color: #666;
}
.nav-breadcrumbs ul li span.divider {
  margin: 0 7px;
}
.nav-breadcrumbs ul li span.divider.icon-location {
  display: none;
}
.pagination {
  margin: 30px 0 0;
}
.pagination ul {
  display: table;
  margin: 0 auto !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.pagination ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px 0 0 !important;
  font-size: 16px;
  line-height: 1.3;
  background: none !important;
}
.pagination ul li span {
  padding: 5px 10px;
  color: #fff;
  background: #025ab7;
  display: block;
  cursor: default;
  border: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.pagination ul li.disabled {
  display: none;
}
.pagination ul li a {
  padding: 5px 10px !important;
  color: #fff !important;
  display: block !important;
  border: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background: #666;
}
.pagination ul li a:hover {
  background-color: #e2000f !important;
  color: #fff !important;
}
.pagination ul li a span {
  height: 20px;
}
.pagination ul li a span:before {
  display: none;
}
.pagination ul li a span.fa-fast-backward {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzM1NEFDREI3MjYyMTFFNThGMThGODg4MTY4MjEzNTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzM1NEFDREM3MjYyMTFFNThGMThGODg4MTY4MjEzNTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozMzU0QUNEOTcyNjIxMUU1OEYxOEY4ODgxNjgyMTM1NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozMzU0QUNEQTcyNjIxMUU1OEYxOEY4ODgxNjgyMTM1NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtzBKGcAAACuSURBVHjaYvj///8qIH4HxAwk4t1ALMjEQDpQAuIzQOwC4pBqQChUszEQ3wPi96QYUA7Eq4BYEIj3ALEyWJTIMAD5FwbKkeUIGaAExGegGkFqQtHV4DMgDSr+Hxbi2CzBZUA5kpNn4vMerkA0htKrgTgdX8jiMuAsUrTNxBs3tAoDqsQCVdIBrpjZTY4BDFAvwMLlLr5oxAVA0WoCjSVQriQrO9+DGgLKUAwAAQYA89gYdXxwoKYAAAAASUVORK5CYII=) 50% 50% no-repeat !important;
}
.pagination ul li a span.fa-backward {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAARCAYAAAAL4VbbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUE0MTE2OEM3MjYyMTFFNUFDMjNDODdCQTMwRUZCOEYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUE0MTE2OEQ3MjYyMTFFNUFDMjNDODdCQTMwRUZCOEYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxQTQxMTY4QTcyNjIxMUU1QUMyM0M4N0JBMzBFRkI4RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxQTQxMTY4QjcyNjIxMUU1QUMyM0M4N0JBMzBFRkI4RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkKvj4gAAAB5SURBVHjaYvj//z8DEXg3EAsSUqQExGf+QwBexaFA/A6q8C5IDJfC8v8IsBsmjst9MFCOLIfLfe+gzmDApjgNyX1gn2NzHrr7ZuILHRCxCqpwFaHwZmJgYDjLAAGhQDyTAR8g1c0khwbJ4UxWDJKcNkhOdRjpGSDAAO4xOl2UIT7GAAAAAElFTkSuQmCC) 50% 50% no-repeat !important;
}
.pagination ul li a span.fa-forward {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAARCAYAAAAL4VbbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjQ4ODRGQzM3MjYyMTFFNUFGNkVBRkQ3MDcyQ0U1NjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjQ4ODRGQzQ3MjYyMTFFNUFGNkVBRkQ3MDcyQ0U1NjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyNDg4NEZDMTcyNjIxMUU1QUY2RUFGRDcwNzJDRTU2NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyNDg4NEZDMjcyNjIxMUU1QUY2RUFGRDcwNzJDRTU2NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrmO5FgAAABwSURBVHjaYvj//78gEO8GYgZCmAGqGATOALESIcUgfBeq4R0QhxJSzAB1CgyUE1LMAFUEA7sJKWaAOuMdNn/g8owgkrNAGtPwKYbhmcj+YCAifFdBFa+iislEu5no0CA6nImOQaLTBkmpjuj0DBBgACfxXI2sHYaHAAAAAElFTkSuQmCC) 50% 50% no-repeat !important;
}
.pagination ul li a span.fa-fast-forward {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzhGRjY5NDk3MjYyMTFFNUJDODQ4MzREQTA2ODE2MzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzhGRjY5NEE3MjYyMTFFNUJDODQ4MzREQTA2ODE2MzgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozOEZGNjk0NzcyNjIxMUU1QkM4NDgzNERBMDY4MTYzOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozOEZGNjk0ODcyNjIxMUU1QkM4NDgzNERBMDY4MTYzOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjvzKAgAAACySURBVHjaYvj//78gEO8GYgYS8TsgXsXEAAEuQHwGiJUYSAQgA94D8T0gNoYaEkqqASCgDMR7gFgQiFcBcTnRJqD5q/w/AuwmJgywSYRCJUHgDBArkWoAA1LM/IcqTCPVABieieSlcnzRiAukA/FqKNsYXyzgAjORovUsMbFAlTCgKBYoSge78YQ4TgNYoEFxF5qR3qOFPEHAAk3/StBQDoNmLAZSDGCAZiRXBjIAQIABAKJl5m8u+HGIAAAAAElFTkSuQmCC) 50% 50% no-repeat !important;
}
.pagination ul li.active a {
  background: #ffec00 !important;
  color: #666 !important;
}
.pagination ul li.active a:hover {
  color: #b91245 !important;
}
.pagination_result_counter {
  display: none;
}
@media (max-width: 768px) {
  .nav {
    /*&bar {
			&-header {
				&-collapse {
					overflow: visible !important;
					.nav {
						&.menu {
							display: block;
							width: 100%;
							padding: 20px !important;
							margin: -150px 0 0 0;
							background: #b97ebf;
							& > li {
								display: block;
								width: 100%;
								text-align: center;
								padding: 10px 0 !important;
								& > a {
									font-size: 16px;
									color: #fff;
									font-weight: bold;
									display: block;
									text-transform: uppercase;
									background-color: transparent;
									padding: 0;
								}
								&.active {
									& > a {
										color: #6a416e;
									}
								}
								&:hover {
									background: transparent;
									& > a {
										color: #6a416e;
									}
								}
							}
						}
						&-child {
							display: block;
							max-width: 100%;
							min-width: 100%;
							position: relative;
							top: auto;
							left: auto;
							padding: 10px 0 0 0;
							box-shadow: none;
							& > li {
								text-align: center;
								padding: 10px 15px;
							}
						}
					}
				}
			}
		}*/
  }
  .nav-breadcrumbs {
    display: none;
  }
}
/*
@media (min-width: 1200px) {
	.nav {
		&bar {
			&-header {
				&-collapse {
					.nav {
						&.menu {
							& > li {
								padding: 0 30px 10px 0 !important;
								&:last-child {
									padding: 0 0 10px !important;
								}
							}
						}
					}
				}
			}
		}
	}
}
*/
.slider {
  padding: 30px 15px;
}
.slider-left {
  float: left;
  width: 240px;
  margin: 0 30px 0 0;
  padding: 20px 0 0 30px;
}
.slider-right {
  float: left;
  width: 930px;
  padding: 0 30px 0 0;
}
.slider .nivo-slider-wrapper {
  padding: 0 0 10px;
  border-bottom: 1px solid #535351;
  margin: 0 0 25px;
}
.slider .nivoSlider {
  background: #282827 !important;
}
.slider .nivo-directionNav a {
  width: 22px !important;
  height: 36px !important;
  top: 50% !important;
  margin: -11px 0 0 0 !important;
}
.slider .nivo-prevNav {
  background: url("../images/slider-arrows.png") 0 50% no-repeat !important;
}
.slider .nivo-nextNav {
  background: url("../images/slider-arrows.png") 100% 50% no-repeat !important;
}
.slider .nivo-control {
  width: 20px !important;
  height: 20px !important;
  background: #fff !important;
  border: 0 !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.slider .nivo-control.active {
  background: #e2000f !important;
}
.slider-desc strong {
  font-size: 24px;
  font-weight: normal;
}
.slick-slider {
  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;
  -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 {
  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;
  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);
  margin: 0 80px;
}
.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 {
  text-align: center;
}
.slick-slide img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  object-position: center;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: inline-block;
  vertical-align: top;
}
.slick-arrow.slick-hidden {
  display: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-next,
.slick-prev {
  border: none;
  position: absolute;
  top: 50%;
  margin: -20px 40px 0 40px;
  width: 40px;
  height: 41px;
  background: url('../images/slick-arrows.png') 0 50% no-repeat;
  text-indent: -9999px;
  outline: none;
  cursor: pointer;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
  background-position: 100% 50%;
}
@media (max-width: 768px) {
  .slick-next,
  .slick-prev {
    margin: -20px 15px 0 15px;
  }
}
.blocks .moduletable {
  width: 100%;
}
.blocks h2 {
  font-weight: normal;
  color: #ffec00;
  font-size: 36px;
  margin: 0 0 40px;
  text-transform: lowercase;
  line-height: 1.1;
}
.blocks h2 span {
  color: #fff;
  font-size: 32px;
}
.blocks p {
  margin: 0 0 20px;
}
.blocks ul {
  margin: 0 0 30px;
}
.blocks ul li {
  padding: 0 0 0 45px;
  margin: 0 0 10px;
  background: url("../images/list-arr.png") 20px 8px no-repeat;
  font-size: 18px;
}
.blocks strong {
  font-size: 24px;
  font-weight: normal;
  color: #ffec00;
}
.blocks-01 h2 span {
  padding: 0 0 0 40px;
}
.blocks-01 ul li {
  float: left;
  width: 50%;
}
.blocks-01 strong {
  text-align: right;
  display: block;
}
.blocks-01-02 {
  background: url(../images/wrapper-bg.jpg) 50% 0 no-repeat;
  background-size: 100% 100%;
  padding: 30px 45px 30px;
  margin: 0 0 20px;
}
.blocks-02 {
  padding: 30px 0 0;
}
.blocks-02 h2 span {
  padding: 0 0 0 280px;
}
.blocks-03 {
  padding: 30px 0;
}
.blocks-03 h2 {
  text-align: right;
  padding: 0 130px 0 0;
}
.blocks-03 h2 span {
  margin: 0 -130px 0 0;
}
.blocks-03-04 {
  background: url(../images/wrapper-bg.jpg) 50% 0 no-repeat;
  background-size: 100% 100%;
  padding: 30px 45px 30px;
  margin: 0 0 20px;
}
.blocks-04 {
  padding: 70px 0 0;
}
.blocks-04 h2 span {
  padding: 0 0 0 180px;
}
.blocks-05 {
  padding: 0 0 30px;
}
.blocks-05 h2 {
  text-align: right;
  padding: 0 240px 0 0;
}
.blocks-05 h2 span {
  margin: 0 -240px 0 0;
}
.blocks-05-06 {
  padding: 30px 45px 30px;
  background: url(../images/wrapper-bg.jpg) 50% 0 no-repeat;
  background-size: 100% 100%;
  margin: 0 0 20px;
}
.blocks-06 {
  padding: 30px 0 0;
}
.blocks-06 h2 span {
  padding: 0 0 0 100px;
}
.blocks-06 strong {
  padding: 0 0 0 100px;
}
.blocks-07 {
  padding: 30px 0;
}
.blocks-07 h2 {
  text-align: right;
}
.blocks-07-08 {
  padding: 30px 45px 30px;
  background: url(../images/wrapper-bg.jpg) 50% 0 no-repeat;
  background-size: 100% 100%;
  margin: 0 0 20px;
}
.blocks-08 {
  padding: 30px 0 0;
}
.blocks-08 h2 span {
  padding: 0 0 0 40px;
}
.blocks-09 {
  padding: 0 0 30px;
}
.blocks-09-10 {
  background: url(../images/wrapper-bg.jpg) 50% 0 no-repeat;
  background-size: 100% 100%;
  padding: 30px 45px 30px;
  margin: 0 0 20px;
}
.blocks-10 {
  padding: 30px 0 0;
}
.blocks-10 h2 span {
  padding: 0 0 0 100px;
}
.blocks-10-t {
  margin: 0 0 30px;
  display: table;
  width: 100%;
}
.blocks-10-tl {
  float: left;
  width: 50%;
  padding: 0 20px 0 0;
}
.blocks-10-tll {
  float: left;
  width: 90px;
  margin: 0 10px 0 0;
}
.blocks-10-tlr {
  float: left;
  width: 110px;
}
.blocks-10-tr {
  float: left;
  width: 50%;
  padding: 0 20px 0 0;
}
.blocks-10-trl {
  float: left;
  width: 90px;
  margin: 0 10px 0 0;
}
.blocks-10-trr {
  float: left;
  width: 110px;
}
.blocks-10-t .name {
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 1.2;
}
.blocks-10-t .name-caption {
  font-size: 16px;
  line-height: 1.2;
  color: #ffec00;
}
.blocks-10-m {
  margin: 0 0 30px;
}
.blocks-10-m .phone a {
  font-weight: bold;
  color: #ffec00;
  margin: 0 0 5px;
  font-size: 24px;
}
.blocks-10-m .address {
  color: #ffec00;
  margin: 0 0 20px;
}
.blocks-10-m .email {
  margin: 0 0 20px;
}
.blocks-10-m .email a {
  color: #fff;
}
.blocks-10-m .extrphone {
  margin: 0 0 20px;
  font-size: 24px;
  color: #ffec00;
}
.blocks-10-m .extrphone a {
  color: #ffec00;
}
.blocks-10-b {
  font-size: 13px;
}
.blocks-11 {
  padding: 0 0 30px;
  background: url(../images/wrapper-bg.jpg) 50% -1px no-repeat;
  background-size: 100% 100%;
  padding: 30px 45px 30px;
}
.blocks-11 h2 span {
  padding: 0 0 0 145px;
}
.blocks .portfolio-desc {
  display: table;
  width: 100%;
}
.blocks .portfolio-left {
  padding: 0;
  width: 515px;
  float: left;
}
.blocks .portfolio-right {
  width: 625px;
  float: left;
  text-align: right;
  padding: 35px 60px 0 0;
}
.blocks .portfolio-right span {
  margin: 0 -30px 0 0;
}
.blocks .portfolio-lst {
  width: 100%;
  display: table;
}
.blocks .portfolio-lst_i {
  float: left;
  width: 360px;
  margin: 0 30px 30px 0;
  position: relative;
}
.blocks .portfolio-lst_i:nth-child(3n) {
  margin: 0 0 30px !important;
}
.blocks .portfolio-lst_i .sigProContainer {
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}
.blocks .portfolio-lst_i .sigProContainer li.sigProThumb {
  float: left !important;
  width: 360px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}
.blocks .portfolio-lst_i .sigProContainer li.sigProThumb span.sigProLinkOuterWrapper {
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
}
.blocks .portfolio-lst_i .sigProContainer li.sigProThumb span.sigProLinkOuterWrapper span.sigProLinkWrapper {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}
.blocks .portfolio-lst_i .sigProContainer li.sigProThumb span.sigProLinkOuterWrapper span.sigProLinkWrapper a {
  border: 0 !important;
  border-bottom: 0 !important;
  background-image: none !important;
  position: relative;
}
.blocks .portfolio-lst_i .sigProContainer li.sigProThumb span.sigProLinkOuterWrapper span.sigProLinkWrapper a img {
  padding: 0 !important;
  border: 0 !important;
}
.blocks .portfolio-lst_i .sigProContainer li.sigProThumb span.sigProLinkOuterWrapper span.sigProLinkWrapper a span.sigProPseudoCaption {
  display: none;
}
.blocks .portfolio-lst_i .sigProContainer li.sigProThumb span.sigProLinkOuterWrapper span.sigProLinkWrapper a span.sigProCaption {
  position: absolute;
  left: -15px;
  bottom: 15px;
  background: red;
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
  color: #fff;
  padding: 5px 10px;
  right: auto;
  display: inline-block;
  vertical-align: middle;
}
.blocks .portfolio-lst_lbl {
  position: absolute;
  bottom: 10px;
  left: -10px;
  padding: 5px 10px;
  background: #e2000f;
  color: #fff;
}
.blocks-left {
  float: left;
  margin: 0 50px 0 0;
}
.blocks-left.blocks-01 {
  width: 335px;
  min-height: 375px;
  background: url("../images/block-01-img.png") 0 0 no-repeat;
}
.blocks-left.blocks-02 {
  padding: 0;
  width: 370px;
}
.blocks-left.blocks-03 {
  padding: 0;
  width: 550px;
}
.blocks-left.blocks-04 {
  padding: 0;
  width: 490px;
  background: url("../images/block-04-img.png") 0 0 no-repeat;
  min-height: 460px;
}
.blocks-left.blocks-05 {
  width: 490px;
  background: url("../images/block-05-img.png") 40% 0 no-repeat;
  min-height: 570px;
  margin: -80px 50px 0 0;
  padding: 0;
}
.blocks-left.blocks-06 {
  padding: 0;
  width: 585px;
}
.blocks-left.blocks-07 {
  padding: 0;
  width: 645px;
}
.blocks-left.blocks-08 {
  width: 415px;
  min-height: 460px;
  background: url("../images/block-08-img.png") 0 0 no-repeat;
  padding: 0;
}
.blocks-left.blocks-09 {
  width: 620px;
  padding: 0;
}
.blocks-left.blocks-10 {
  padding: 0;
  width: 615px;
  min-height: 480px;
  background: url("../images/block-10-img.png") 0 0 no-repeat;
}
.blocks-right {
  float: left;
}
.blocks-right.blocks-01 {
  width: 755px;
}
.blocks-right.blocks-02 {
  width: 720px;
  background: url("../images/block-02-img.png") 0 0 no-repeat;
  min-height: 530px;
}
.blocks-right.blocks-03 {
  width: 540px;
  background: url("../images/block-03-img.png") 0 0 no-repeat;
  min-height: 425px;
  margin: 40px 0 0;
  padding: 0;
}
.blocks-right.blocks-04 {
  padding: 0;
  width: 600px;
}
.blocks-right.blocks-05 {
  width: 600px;
  padding: 0;
}
.blocks-right.blocks-06 {
  width: 505px;
  background: url("../images/block-06-img.png") 0 0 no-repeat;
  min-height: 329px;
  padding: 0;
}
.blocks-right.blocks-07 {
  width: 445px;
  min-height: 435px;
  background: url("../images/block-07-img.png") 0 0 no-repeat;
}
.blocks-right.blocks-08 {
  padding: 0;
  width: 675px;
}
.blocks-right.blocks-09 {
  width: 470px;
  min-height: 440px;
  margin: -70px 0 0;
  background: url("../images/block-09-img.png") 0 0 no-repeat;
  padding: 0;
}
.blocks-right.blocks-10 {
  padding: 0;
  width: 475px;
}
.blocks-center {
  float: left;
  width: 100%;
}
.blocks-center.blocks-02 {
  margin: -50px 0 0;
  padding: 0;
}
.blocks-center.blocks-03 {
  margin: -20px 0 0;
  padding: 0 0 0 90px;
}
.blocks-center.blocks-06 {
  padding: 0;
  margin: -20px 0 0;
}
.blocks-center.blocks-07 {
  text-align: right;
  margin: -20px 0 0;
}
.blocks-center.blocks-09 {
  text-align: right;
  margin: -20px 0 0;
  padding: 0;
}
.button-top {
  box-shadow: 0 0 10px 0 rgba(1, 2, 2, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: url(../images/btntop.png) 50% 50% no-repeat;
  cursor: pointer;
  z-index: 101;
  /*-webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);*/
  text-indent: -9999px;
  overflow: hidden;
}
.main {
  padding: 30px 45px;
  margin: 0;
}
.main h1,
.main .h2 {
  font-weight: normal;
  color: #ffec00;
  font-size: 36px;
  margin: 0 0 40px;
  text-transform: lowercase;
  line-height: 1.1;
}
.main h1 span,
.main .h2 span {
  color: #fff;
  font-size: 32px;
}
.main-content .page-header {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}
.main-content p {
  margin: 0 0 20px;
}
.main-content h2 {
  margin: 30px 0 15px 0;
  font-size: 22px;
  text-transform: uppercase;
}
.main-content h3 {
  margin: 20px 0 15px 0;
  font-size: 20px;
  text-transform: uppercase;
}
.main-content h4 {
  margin: 20px 0 15px 0;
  font-size: 18px;
  text-transform: none;
  font-weight: 400;
}
.main-content h5 {
  margin: 20px 0 15px 0;
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
}
.main-content strong {
  color: #ffec00;
}
.main-content ul {
  padding: 0;
  margin: 0 0 15px;
}
.main-content ul > li {
  padding: 0 0 0 45px;
  background: url("../images/list-arr.png") 20px 8px no-repeat;
  margin: 0 0 15px;
}
.main-content ul > li ol,
.main-content ul > li ul {
  margin: 15px 0 15px 0;
}
.main-content ol {
  padding: 0;
  margin: 0 0 15px;
}
.main-content ol > li {
  padding: 0 0 0 20px;
  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-responsive {
  margin: 25px 0;
  border: 0;
  overflow-y: visible;
}
.main-content table {
  margin: 0;
  width: 100% !important;
}
.main-content table th,
.main-content table td {
  padding: 5px 15px;
  border: 1px solid #d4d4d4;
  text-align: left;
  font-weight: 400;
  vertical-align: top;
  width: auto !important;
  white-space: normal !important;
}
.main-content table tr th {
  background: #e2000f;
  color: #fff;
}
.main-content table tr:hover td {
  background: #ffec00;
  color: #666;
}
.main-content a {
  color: #ffec00;
  /*border-bottom: 1px solid #274193;
			font-weight: bold;*/
  text-decoration: underline;
}
.main-content a.wf_file {
  border: 0;
  padding: 0;
  font-weight: normal;
  text-decoration: none;
}
.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: 5px 0 0 0;
  width: 95%;
}
.main-content img {
  max-width: 100%;
}
.main-content .sigProContainer {
  margin: 30px 0 0 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}
.main-content .sigProContainer li.sigProThumb {
  float: left !important;
  width: 360px !important;
  margin: 0 30px 20px 0 !important;
  padding: 0 !important;
  background: none !important;
}
.main-content .sigProContainer li.sigProThumb:nth-child(3n) {
  margin-right: 0 !important;
}
.main-content .sigProContainer li.sigProThumb span.sigProLinkOuterWrapper {
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
}
.main-content .sigProContainer li.sigProThumb span.sigProLinkOuterWrapper span.sigProLinkWrapper {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}
.main-content .sigProContainer li.sigProThumb span.sigProLinkOuterWrapper span.sigProLinkWrapper a {
  border: 0 !important;
  border-bottom: 0 !important;
  background-image: none !important;
  position: relative;
}
.main-content .sigProContainer li.sigProThumb span.sigProLinkOuterWrapper span.sigProLinkWrapper a img {
  padding: 0 !important;
  border: 0 !important;
}
.main-content .sigProContainer li.sigProThumb span.sigProLinkOuterWrapper span.sigProLinkWrapper a span.sigProPseudoCaption {
  display: none;
}
.main-content .sigProContainer li.sigProThumb span.sigProLinkOuterWrapper span.sigProLinkWrapper a span.sigProCaption {
  position: absolute;
  left: -15px;
  bottom: 15px;
  background: red;
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
  color: #fff;
  padding: 5px 10px;
  right: auto;
  display: inline-block;
  vertical-align: middle;
}
.main-content .formResponsive .rsform-block .formControlLabel {
  width: 200px !important;
}
.main-content .formResponsive .rsform-block .formControls {
  margin-left: 220px;
}
.main-content .formResponsive .rsform-block .formControls label {
  width: 100%;
  padding: 0 0 0 30px;
  margin: 0 0 10px -30px;
  min-height: 20px;
  height: auto;
  line-height: 1;
}
.main-content .formResponsive .rsform-block .formControls input.rsform-checkbox {
  -webkit-appearance: checkbox !important;
  width: 20px;
}
.main-content .formResponsive .rsform-block .formControls textarea {
  resize: none;
  width: 100%;
}
.main-content .blog .cat-children {
  /*border-bottom: 3px solid #7bc1e8;
				padding: 0 0 10px;*/
  margin: 0 0 30px;
}
.main-content .blog .cat-children .subcat_item {
  margin: 0 40px 20px 0;
  width: 310px;
  display: inline-block;
  vertical-align: top;
}
.main-content .blog .cat-children .subcat_item:nth-child(2n) {
  margin: 0;
}
.main-content .blog .cat-children .subcat_item .item-title {
  margin: 0;
}
.main-content .blog .cat-children .subcat_item .subcat_img {
  width: 100%;
  display: block;
}
.main-content .blog .cat-children .subcat_item .subcat_title {
  padding: 15px 20px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  background: #cfe5f5;
  font-size: 17px;
  line-height: 1.2;
  color: #030303;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
}
.main-content .blog .items-row {
  margin: 0 0 20px;
  display: table;
  width: 100%;
  padding: 0 0 20px;
}
.main-content .blog .items-row:last-child {
  border: 0;
}
.main-content .blog .items-row .page-header h2 {
  margin: 15px 0;
}
.main-content .blog .items-row .page-header h2 a {
  border: 0;
  padding: 0;
}
.main-content .blog .items-row.cols-1 .item-image {
  width: 300px;
  margin: 0 30px 30px 0;
  float: left;
}
.main-content .blog .items-row.cols-1 .item-image img {
  width: 100%;
}
.main-content .blog .items-row.cols-1 .intro-r {
  padding: 0 0 0 300px;
}
.main-content .blog .items-row.cols-1 .intro-r .article-info .create {
  font-size: 14px;
  padding: 5px 10px;
  color: #fff;
  background: #274193;
  display: inline-block;
  vertical-align: middle;
}
.main-content .blog .items-row.cols-1 .page-header {
  padding: 0;
  margin: 0;
  border: 0;
}
.main-content .blog .items-row.cols-2 .span6 {
  margin: 0 40px 0 0;
  width: 310px;
  display: inline-block;
  vertical-align: top;
}
.main-content .blog .items-row.cols-2 .span6:last-child {
  margin: 0;
}
.main-content .blog .items-row.cols-2 .span6 .item-image {
  height: 190px;
  margin: 0 0 10px;
  overflow: hidden;
}
.main-content .blog .items-row.cols-2 .span6 .item-image img {
  display: block;
  min-height: 190px;
  width: 100%;
}
.main-content .blog .items-row.cols-2 .span6 .intro-r .article-info {
  display: block;
  font-size: 14px;
  color: #acacac;
  margin: 0 0 10px;
}
.main-content .blog .items-row.cols-2 .span6 .intro-r .page-header h2 {
  margin: 0 0 15px;
  text-align: left;
  font-weight: normal;
  text-transform: none;
}
.main-content .blog .items-row.cols-2 .span6 .intro-r .page-header h2 a {
  color: #030303;
  display: block;
}
.main-content .blog .items-row.cols-2 .span6 .intro-r .introtext {
  text-align: justify;
  line-height: 1.2;
}
.main-content .blog .items-row.cols-3 .item {
  float: left;
  width: 360px;
  margin: 0 30px 20px 0;
  position: relative;
}
.main-content .blog .items-row.cols-3 .item:nth-child(3n) {
  margin: 0 0 20px;
}
.main-content .blog .items-row.cols-3 .item .item-image {
  height: 240px;
  margin: 0 0 15px;
  display: block;
  float: none !important;
}
.main-content .blog .items-row.cols-3 .item .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.main-content .blog .items-row.cols-3 .item .article-info {
  display: block;
  font-size: 14px;
  color: #acacac;
  margin: 0 0 10px;
}
.main-content .blog .items-row.cols-3 .item .page-header {
  padding: 0;
  margin: 0;
  border: 0;
}
.main-content .blog .items-row.cols-3 .item .page-header h2 {
  position: absolute;
  left: -15px;
  bottom: 15px;
  background: red;
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
}
.main-content .blog .items-row.cols-3 .item .page-header h2 a {
  color: #fff;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}
.main-content .blog .items-row.cols-3 .item .introtext {
  display: none;
}
.main-content .blog .items-row.cols-3 .item .readmore a {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 0 20px 0 0 !important;
  background: url(../images/blocks-news-arr.png) 100% 50% no-repeat !important;
  font-size: 14px !important;
  color: #0d88bf !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.main-content .blog .items-row.cols-4 .span3 {
  float: left;
  width: 25%;
  padding: 15px;
  text-align: left;
}
.main-content .blog .items-row.cols-4 .span3 .item-image {
  float: none !important;
  margin: 0 0 20px;
}
.main-content .blog .items-row.cols-4 .span3 .item-image a {
  display: block;
}
.main-content .blog .items-row.cols-4 .span3 .item-image a img {
  /*padding: 20px;
									width: 140px;
									height: 140px;*/
}
.main-content .blog .items-row.cols-4 .span3 .page-header {
  margin: 0 0 15px;
}
.main-content .blog .items-row.cols-4 .span3 .page-header h2 {
  margin: 0;
  padding: 0;
}
.main-content .blog .items-row.cols-4 .span3 .page-header a {
  font-size: 16px;
  display: block;
}
.main-content .item-page .page-header {
  margin: 0;
  padding: 0;
  border: 0;
}
.main-content .item-page .article-info {
  margin: 0 0 20px;
}
.main-content .item-page .article-info .create {
  font-size: 14px;
  padding: 5px 10px;
  color: #fff;
  background: #274193;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.main-content .item-page.news .page-header h1 {
  border: 0;
  padding: 0;
  margin: 0 0 15px;
}
.main-content .item-page .item-image {
  margin: 0 0 30px;
  width: 100%;
  text-align: center;
}
.main-content .item-page .item-image img {
  width: 100%;
  max-width: 100%;
}
.main-content .articleBody {
  color: #030303;
}
.main-content .articleBody .content-contacts__l {
  float: left;
  width: 30%;
  margin: 0;
}
.main-content .articleBody .content-contacts__l h2 {
  margin: 0 0 15px;
  color: #7fa101;
  font-weight: normal;
}
.main-content .articleBody .content-contacts__l a {
  border: 0;
}
.main-content .articleBody .content-contacts__r {
  float: left;
  width: 70%;
  margin: 0;
}
.main-content .articleBody .content-contacts__r h2 {
  margin: 0 0 15px;
  color: #7fa101;
  font-weight: normal;
  text-align: left;
}
.main-content .articleBody .content-contacts__r strong {
  font-size: 22px;
}
.main-content .articleBody .content-contacts__r .contacts-form-l {
  margin: 0 30px 0 0;
}
.main-content .articleBody .content-contacts__r .contacts-form-l h2 {
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: left;
  font-size: 18px;
}
.main-content .articleBody .content-contacts__r .contacts-form-l .formRed {
  color: #ca533b;
  font-weight: 700;
}
.main-content .articleBody .content-contacts__r .contacts-form-r {
  margin: 10px 0 0;
}
.main-content .articleBody .content-contacts__r .formContainer-l {
  float: left;
  width: 45%;
  margin: 0 10% 0 0;
}
.main-content .articleBody .content-contacts__r .formContainer-r {
  float: left;
  width: 45%;
}
.main-content .articleBody .content-contacts__r .rsform-block {
  margin: 0 0 20px;
}
.main-content .articleBody .content-contacts__r .rsform-block .formControlLabel {
  padding: 0 0 10px;
  float: none;
  display: none;
  text-align: left;
  width: auto;
}
.main-content .articleBody .content-contacts__r .rsform-block .formControls {
  margin: 0;
}
.main-content .articleBody .content-contacts__r .rsform-block .formControls .formValidation {
  display: block;
}
.main-content .articleBody .content-contacts__r .rsform-block .rsform-input-box,
.main-content .articleBody .content-contacts__r .rsform-block .rsform-text-box {
  border: 1px solid #ccc;
  padding: 8px 15px;
  color: #232323;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0;
  resize: none;
  width: 90%;
  margin: 0;
  font-size: 16px;
  text-transform: none;
}
.main-content .articleBody .content-contacts__r .rsform-block-message {
  margin: 0 0 15px;
}
.main-content .articleBody .content-contacts__r .rsform-block-message .formDescription {
  display: none;
}
.main-content .articleBody .content-contacts__r .rsform-block-submit {
  margin: 0;
}
.main-content .articleBody .content-contacts__r .rsform-block-submit:before {
  display: none !important;
}
.main-content .articleBody .content-contacts__r .rsform-block .rsform-submit-button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 !important;
  width: 100% !important;
  padding: 10px 15px !important;
  margin: 20px auto 0 !important;
  font-size: 16px !important;
  display: block;
  text-transform: none !important;
  color: #fff !important;
  background: #b91245 !important;
  outline: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-weight: normal;
}
.main-content .articleBody .content-contacts__r .rsform-block-recaptcha2 {
  display: none;
}
.main-content .articleBody .content-contacts__map {
  margin: 0 0 30px;
  padding: 0 0 60px;
  background: url(../images/shadow-bg.png) 50% 100% no-repeat;
  background-size: 100%;
}
.main-content .articleBody .prices {
  padding: 0 10% 20px 15%;
}
.main-content .articleBody .prices__i {
  margin: 0 0 20px;
}
.main-content .articleBody .prices__header {
  width: 100%;
  position: relative;
}
.main-content .articleBody .prices__name {
  font-weight: bold;
  padding: 0 10px 0 0;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 18px;
  width: 1%;
  line-height: 1.2;
}
.main-content .articleBody .prices__dots {
  display: table-cell;
  vertical-align: middle;
  width: 98%;
}
.main-content .articleBody .prices__dots:after {
  border-bottom: 1px dashed #999;
  content: '';
  display: block;
}
.main-content .articleBody .prices__price {
  padding: 0 0 0 10px;
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  color: #232323;
  width: 1%;
  white-space: nowrap;
  font-weight: bold;
  font-family: 'Fira Sans', sans-serif;
}
.main-content .articleBody .prices__desc {
  color: #575044;
  font-size: 14px;
}
.main-content .search .btn-toolbar {
  position: relative;
  margin: 0 0 20px;
}
.main-content .search .btn-toolbar #search-searchword {
  color: #525151;
  font-size: 14px;
  text-align: left;
  border: 1px solid #bababa;
  padding: 6px 30px 6px 10px;
  display: block;
  width: 100%;
}
.main-content .search .btn-toolbar .btn {
  display: block;
  text-indent: 9999px;
  width: 16px;
  height: 16px;
  background: url(../images/header-search-btn.png) 50% 50% no-repeat;
  position: absolute;
  right: 10px;
  top: 8px;
  outline: none;
  border: 0;
}
.main-content .search .searchintro {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px dashed #ccc;
}
.main-content .search .searchintro p {
  margin: 0;
}
.main-content .search .searchintro strong {
  font-weight: normal;
}
.main-content .search .phrases,
.main-content .search .only,
.main-content .search .form-limit {
  display: none;
}
.main-content .search-results .result-row {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px dashed #ccc;
}
.main-content .search-results .result-row .result-title {
  margin: 0 0 10px;
}
.main-content .search-results .result-row .result-title a {
  color: #1e3c86;
}
.main-content .search-results .result-row .result-text .highlight {
  color: #1e3c86;
}
.main-content #html5flippingbook .profile-link {
  display: none !important;
}
.main-content #html5flippingbook .html5fb-list-item {
  /*padding: 0 !important;
                        width: 18.4% !important;
                        margin: 0 2% 20px 0 !important;
                        &:nth-child(5n) {
                            margin: 0 0 20px !important;
                        }*/
  margin: 0 0 20px;
  padding: 0 15px !important;
}
.main-content #html5flippingbook .html5fb-pict {
  display: block !important;
  width: 100% !important;
  height: 300px !important;
  margin: 0 !important;
}
.main-content #html5flippingbook .html5fb-pict .thumbnail {
  padding: 0 !important;
  border: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 !important;
}
.main-content #html5flippingbook .html5fb-pict .thumbnail:hover {
  color: #1158a3 !important;
}
.main-content #html5flippingbook .html5fb-descr {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 0 10px !important;
}
.main-content #html5flippingbook .html5fb-name {
  margin: 0 !important;
  text-transform: none !important;
  display: none;
}
.main-content #html5flippingbook .html5fb-name a {
  font-size: 16px;
  font-weight: 600;
  color: #434242;
  padding: 0 40px 0 0;
  display: block;
  line-height: 1.3;
}
.main-content #html5flippingbook .html5fb-name a:hover {
  color: #1158a3;
}
.main-content #html5flippingbook .html5fb-date {
  background: #1158a3;
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
}
.main-content #html5flippingbook + .html5fb.pagination .btn-group {
  display: none !important;
}
.main-content .html5flippingbook #flipbook-rel {
  padding: 0 !important;
}
.main-content .html5flippingbook #flipbook-rel .fb_topBar {
  padding: 0 !important;
}
.main-content .html5flippingbook #fb_bookname {
  text-transform: none;
}
body.page404 .main {
  min-height: 400px;
  background: #7fa101;
}
@media (max-width: 768px) {
  .main-content #html5flippingbook .html5fb-list-item {
    height: auto;
    padding: 0 !important;
  }
  .main-content #html5flippingbook .html5fb-pict {
    height: auto !important;
  }
  .main-content .blog .items-row.cols-3 .span4 {
    float: left;
    width: 100%;
  }
  .main-content .blog .items-row.cols-3 .span4:nth-child(3n-1) {
    margin: 0 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main-content #html5flippingbook .html5fb-list-item {
    height: 440px;
  }
  .main-content #html5flippingbook .html5fb-pict {
    height: 350px !important;
  }
  .main-content .blog .items-row.cols-3 .span4 {
    float: left;
    width: 48%;
  }
  .main-content .blog .items-row.cols-3 .span4:nth-child(3n-1) {
    margin: 0 0 20px;
  }
  .main-content .blog .items-row.cols-3 .span4:nth-child(2n) {
    margin: 0 0 20px 4%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .main-content #html5flippingbook .html5fb-list-item {
    height: 440px;
  }
  .main-content #html5flippingbook .html5fb-pict {
    height: 350px !important;
  }
  .main-content .blog .items-row.cols-3 .span4 {
    float: left;
    width: 32%;
  }
  .main-content .blog .items-row.cols-3 .span4:nth-child(3n-1) {
    margin: 0 2% 20px;
  }
}
@media (min-width: 1200px) {
  .main-content #html5flippingbook .html5fb-list-item {
    padding: 0 !important;
    /*width: 18.4% !important;
                            margin: 0 2% 20px 0 !important;
                            &:nth-child(5n) {
                                margin: 0 0 20px !important;
                            }*/
    margin: 0 0 20px;
  }
  .main-content #html5flippingbook .html5fb-pict {
    max-width: 210px;
  }
}
#mxcpr {
  display: none;
}
.jshop .category_header {
  margin: 0 0 25px;
}
.jshop .category_header h1 {
  margin: 0 0 10px;
}
.jshop .category_count {
  font-size: 14px;
}
.jshop.list_product {
  margin: 0 -15px;
}
.jshop.list_product .list_product__i {
  margin: 0 0 30px;
}
.jshop.list_product .list_product__i .block_product {
  padding: 15px;
  background: #fafafa;
  border: 1px solid #e6e6e6;
  height: 340px;
}
.jshop.list_product .list_product__i .block_product .product-item--top {
  /*padding: 0 0 10px;
                            border-bottom: 1px solid #e6e6e6;*/
  display: table;
  width: 100%;
}
.jshop.list_product .list_product__i .block_product .product-item__image {
  float: left;
  width: 80px;
  height: 80px;
  margin: 0 20px 0 0;
  position: relative;
  z-index: 2;
}
.jshop.list_product .list_product__i .block_product .product-item__image img {
  width: 100%;
  height: 80px;
  object-fit: contain;
  object-position: left;
}
.jshop.list_product .list_product__i .block_product .product-item__name {
  float: left;
  width: 100%;
  padding: 0 0 0 100px;
  margin: 0 0 0 -100px;
  line-height: 1.2;
  position: relative;
  max-height: 78px;
  overflow-y: hidden;
  z-index: 1;
}
.jshop.list_product .list_product__i .block_product .product-item__name a {
  font-size: 16px;
  font-weight: 600;
  color: #434242;
  text-decoration: none;
  display: block;
}
.jshop.list_product .list_product__i .block_product .product-item__name a:hover {
  color: #1158a3;
}
.jshop.list_product .list_product__i .block_product .product-item__name span {
  display: block;
  margin: 5px 0 0 0;
  color: #666;
  font-size: 14px;
}
.jshop.list_product .list_product__i .block_product .product-item--bottom {
  margin: 20px 0 0 0;
}
.jshop.list_product .list_product__i .block_product .product-item--bottom .extra_fields {
  line-height: 1.2;
}
.jshop.list_product .list_product__i .block_product .product-item--bottom .extra_fields-top {
  font-size: 14px;
}
.jshop.list_product .list_product__i .block_product .product-item--bottom .extra_fields-top__i {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #e6e6e6;
  display: table;
  width: 100%;
  /*&:first-child {
                                            border-top: 1px solid #e6e6e6;
                                            padding: 10px 0;
                                        }*/
}
.jshop.list_product .list_product__i .block_product .product-item--bottom .extra_fields-top__i:last-child {
  padding: 0;
  margin: 0;
  border: 0;
}
.jshop.list_product .list_product__i .block_product .product-item--bottom .extra_fields__i a {
  font-size: 13px;
  line-height: 1.5;
  display: block;
}
.jshop.list_product .list_product__i .block_product .product-item--bottom .extra_fields__i.address {
  font-size: 13px;
  margin: 0 0 5px;
  padding: 0 0 0 20px;
  background: url("../images/icon-mainlist-local.png") 0 3px no-repeat;
}
.jshop.list_product .list_product__i .block_product .product-item--bottom .extra_fields__i.phone {
  font-size: 13px;
  margin: 0 0 5px;
  padding: 0 0 0 20px;
  background: url("../images/icon-mainlist-phone.png") 0 3px no-repeat;
}
.jshop.list_product .list_product__i .block_product .product-item--bottom .extra_fields__i.email {
  font-size: 13px;
  margin: 0 0 5px 100px;
}
.jshop.list_product .list_product__i .block_product .product-item--bottom .extra_fields__i.email a {
  display: block;
  padding: 0 0 0 20px;
  background: url("../images/icon-mainlist-email.png") 0 5px no-repeat;
}
.jshop.list_product .list_product__i .block_product .product-item--bottom .extra_fields__i.web {
  font-size: 13px;
  margin: 0 0 5px 100px;
}
.jshop.list_product .list_product__i .block_product .product-item--bottom .extra_fields__i.web a {
  display: block;
  padding: 0 0 0 20px;
  background: url("../images/icon-mainlist-web.png") 0 3px no-repeat;
}
.jshop.list_product .list_product__i .block_product .product-item--bottom .extra_fields__i.social {
  margin: 5px 0 0 100px;
  display: table;
}
.jshop.list_product .list_product__i .block_product .product-item--bottom .extra_fields__i.social a {
  float: left;
  width: 22px;
  height: 22px;
  margin: 0 5px 0 0;
}
.jshop.list_product .list_product__i .block_product .product-item--bottom .extra_fields__i.social a.social-vk {
  background: url("../images/icon-mainlist-contacts-social-vk.png") 50% 50% no-repeat;
}
.jshop.list_product .list_product__i .block_product .product-item--bottom .extra_fields__i.social a.social-fb {
  background: url("../images/icon-mainlist-contacts-social-fb.png") 50% 50% no-repeat;
}
.jshop.list_product .list_product__i .block_product .product-item--bottom .extra_fields__i.social a.social-ok {
  background: url("../images/icon-mainlist-contacts-social-ok.png") 50% 50% no-repeat;
}
.jshop.list_product .list_product__i .block_product .product-item--bottom .extra_fields__i.social a.social-in {
  background: url("../images/icon-mainlist-contacts-social-in.png") 50% 50% no-repeat;
}
.jshop.list_product .list_product__i .block_product .product-item--bottom .extra_fields__lbl {
  margin: 0 10px 0 0;
}
.jshop.list_product .list_product__i .block_product .product-item--bottom .extra_fields__val {
  font-size: 15px;
  font-weight: 600;
}
.jshop.list_product .list_product__i .block_product .product-item--bottom .extra_fields-bottom {
  margin: 0 0 25px;
}
.jshop.list_product .list_product__i .block_product .product-item--bottom .extra_fields-bottom__i {
  /*&:first-child {
                                            padding-top: 10px;
                                            margin-top: 10px;
                                            border-top: 1px solid #e6e6e6;
                                        }*/
}
.jshop.productfull {
  display: table;
  width: 100%;
  margin: 20px 0 0 0;
}
.jshop.productfull .productfull-left {
  padding: 0 25px 0 0;
}
.jshop.productfull .productfull-left-image {
  margin: 0 0 20px;
}
.jshop.productfull .productfull-left-about__lbl.blue {
  color: #1158a3;
}
.jshop.productfull .productfull-left-about__h3 {
  font-weight: bold;
}
.jshop.productfull .productfull-left-about__h4 {
  font-weight: bold;
}
.jshop.productfull .productfull-left-about__val.block {
  margin: 0 0 40px;
}
.jshop.productfull .productfull-left .productfull-extrafields {
  display: table;
  width: 100%;
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 1px dashed #e6e6e6;
}
.jshop.productfull .productfull-left .productfull-extrafields__i {
  padding: 0;
  font-size: 14px;
  margin: 0 0 10px;
}
.jshop.productfull .productfull-left .productfull-extrafields__i:nth-child(2n) {
  padding: 0 0 0 30px;
}
.jshop.productfull .productfull-left .productfull-extrafields__i.item-1,
.jshop.productfull .productfull-left .productfull-extrafields__i.item-2,
.jshop.productfull .productfull-left .productfull-extrafields__i.item-3,
.jshop.productfull .productfull-left .productfull-extrafields__i.item-4,
.jshop.productfull .productfull-left .productfull-extrafields__i.item-5,
.jshop.productfull .productfull-left .productfull-extrafields__i.item-8,
.jshop.productfull .productfull-left .productfull-extrafields__i.item-9,
.jshop.productfull .productfull-left .productfull-extrafields__i.item-10,
.jshop.productfull .productfull-left .productfull-extrafields__i.item-11,
.jshop.productfull .productfull-left .productfull-extrafields__i.item-12,
.jshop.productfull .productfull-left .productfull-extrafields__i.item-22,
.jshop.productfull .productfull-left .productfull-extrafields__i.item-23,
.jshop.productfull .productfull-left .productfull-extrafields__i.item-27,
.jshop.productfull .productfull-left .productfull-extrafields__i.item-28,
.jshop.productfull .productfull-left .productfull-extrafields__i.item-30,
.jshop.productfull .productfull-left .productfull-extrafields__i.item-32,
.jshop.productfull .productfull-left .productfull-extrafields__i.item-33,
.jshop.productfull .productfull-left .productfull-extrafields__i.item-34,
.jshop.productfull .productfull-left .productfull-extrafields__i.item-35,
.jshop.productfull .productfull-left .productfull-extrafields__i.item-36,
.jshop.productfull .productfull-left .productfull-extrafields__i.item-37,
.jshop.productfull .productfull-left .productfull-extrafields__i.item-39,
.jshop.productfull .productfull-left .productfull-extrafields__i.item-41,
.jshop.productfull .productfull-left .productfull-extrafields__i.item-42,
.jshop.productfull .productfull-left .productfull-extrafields__i.item-43,
.jshop.productfull .productfull-left .productfull-extrafields__i.item-44 {
  display: none;
}
.jshop.productfull .productfull-left .productfull-extrafields__name {
  font-weight: bold;
}
.jshop.productfull .productfull-left .productfull-description .sigProContainer li.sigProThumb {
  width: 25% !important;
  margin: 0 !important;
  padding: 0 15px 15px 0 !important;
  overflow: hidden;
}
.jshop.productfull .productfull-left .productfull-description .sigProContainer li.sigProThumb:nth-child(4n) {
  padding: 0 0 15px !important;
}
.jshop.productfull .productfull-left .productfull-description .sigProContainer li.sigProThumb span.sigProLinkOuterWrapper {
  width: 100% !important;
}
.jshop.productfull .productfull-left .productfull-description .sigProContainer li.sigProThumb span.sigProLinkOuterWrapper span.sigProLinkWrapper {
  width: 100% !important;
}
.jshop.productfull .productfull-left .productfull-description .sigProContainer li.sigProThumb span.sigProLinkOuterWrapper span.sigProLinkWrapper a {
  width: 100% !important;
}
.jshop.productfull .productfull-right {
  padding: 0 0 0 25px;
  margin: 0 0 20px;
}
.jshop.productfull .productfull-right-top {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #e6e6e6;
}
.jshop.productfull .productfull-right-bottom {
  /*margin: 20px 0 0;
                    padding: 20px 0 0;
                    border-top: 1px solid #e6e6e6;*/
}
.jshop.productfull .productfull-right-bottom .extra_fields__group-lbl {
  font-weight: 600;
  margin: 30px 0 10px;
}
.jshop.productfull .productfull-right-bottom .extra_fields__group-lbl:first-child {
  margin: 0 0 10px;
}
.jshop.productfull .productfull-right-bottom .extra_fields__i {
  margin: 0 0 15px;
  font-size: 14px;
}
.jshop.productfull .productfull-right-bottom .extra_fields__i.address {
  padding: 0 0 0 20px;
  background: url("../images/icon-mainlist-local.png") 0 3px no-repeat;
}
.jshop.productfull .productfull-right-bottom .extra_fields__i.phones {
  padding: 0 0 0 20px;
  background: url("../images/icon-mainlist-phone.png") 0 3px no-repeat;
}
.jshop.productfull .productfull-right-bottom .extra_fields__i.email a {
  display: block;
  line-height: 1.5;
  padding: 0 0 0 20px;
  background: url("../images/icon-mainlist-email.png") 0 5px no-repeat;
}
.jshop.productfull .productfull-right-bottom .extra_fields__i.web a {
  display: block;
  line-height: 1.5;
  padding: 0 0 0 20px;
  background: url("../images/icon-mainlist-web.png") 0 4px no-repeat;
}
.jshop.productfull .productfull-right-bottom .extra_fields__i.web-btn {
  margin: 20px 0 0;
}
.jshop.productfull .productfull-right-bottom .extra_fields__i.web-btn a {
  display: block;
  line-height: 1.2;
  padding: 10px 25px;
  color: #1158a3;
  border: 2px solid #1158a3;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #fff;
  font-size: 14px;
  text-align: center;
}
.jshop.productfull .productfull-right-bottom .extra_fields__i.web-btn a:hover {
  background: #1158a3;
  color: #fff;
}
.jshop.productfull .productfull-right-bottom .extra_fields__i.social {
  margin: 5px 0 20px 0;
  display: table;
}
.jshop.productfull .productfull-right-bottom .extra_fields__i.social a {
  float: left;
  width: 24px;
  height: 24px;
  margin: 0 5px 0 0;
}
.jshop.productfull .productfull-right-bottom .extra_fields__i.social a.social-vk {
  background: url("../images/icon-mainlist-contacts-social-vk.png") 50% 50% no-repeat;
}
.jshop.productfull .productfull-right-bottom .extra_fields__i.social a.social-fb {
  background: url("../images/icon-mainlist-contacts-social-fb.png") 50% 50% no-repeat;
}
.jshop.productfull .productfull-right-bottom .extra_fields__i.social a.social-ok {
  background: url("../images/icon-mainlist-contacts-social-ok.png") 50% 50% no-repeat;
}
.jshop.productfull .productfull-right-bottom .extra_fields__i.social a.social-in {
  background: url("../images/icon-mainlist-contacts-social-in.png") 50% 50% no-repeat;
}
.jshop.productfull .productfull-right-bottom .extra_fields__i.social a.social-yt {
  background: url("../images/icon-mainlist-contacts-social-yt.png") 50% 50% no-repeat;
}
.jshop.productfull .productfull-right-bottom-info {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #e6e6e6;
}
.jshop.productfull .productfull-right-bottom-info .extra_fields__i {
  font-size: 14px;
  margin: 0 0 5px;
}
.jshop.productfull .productfull-right-bottom-info .extra_fields__lbl {
  font-weight: bold;
  display: block;
}
.jshop.productfull .productfull-image {
  height: 80px;
  margin: 0 0 15px;
}
.jshop.productfull .productfull-image img {
  width: 100%;
  height: 80px;
  object-fit: contain;
  object-position: left;
}
.jshop.productfull .productfull-name {
  margin: 0 0 15px;
}
.jshop.productfull .productfull-name h1 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  margin: 0;
}
.moduletable.profs {
  /*
        select {
            display: none !important;
        }
        .jq-selectbox {
            &__select {
                display: none;
            }
            &__dropdown {
                display: block !important;
                position: inherit !important;
                right: auto !important;
                top: auto !important;
                width: 100% !important;
                ul {
                    border: 0;
                    padding: 0;
                    margin: 0;
                    display: table;
                    width: 100%;
                    li {
                        background: 0;
                        padding: 0;
                        margin: 0 20px 0 0;
                        border: 0;
                        text-align: left;
                        float: left;
                        cursor: pointer;
                        &:first-child {
                            display: none;
                        }
                        &:hover {
                            color: #1158a3;
                        }
                    }
                }
            }
        }*/
}
.moduletable.profs .filter-cell {
  padding: 0;
  float: left;
  width: 32%;
  margin: 0 2% 20px 0;
}
.moduletable.profs .filter-cell:nth-child(3n) {
  margin: 0 0 20px;
}
.moduletable.profs .filter-cell-submit input.button {
  /*padding: 10px 35px;
                        text-align: center;
                        font-size: 18px;
                        .rounded(15px);
                        border: 2px solid #1158a3;
                        color: #1158a3;
                        background: #fff;
                        white-space: normal;
                        &:hover {
                            color: #fff;
                            background: #1158a3;
                        }*/
  border: 0;
  border-bottom: 1px dashed #1158a3;
  color: #1158a3;
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff;
  padding: 0 0 5px;
  margin: 0;
}
.moduletable.profs h3 {
  font-size: 22px;
  line-height: 1;
  color: #1158a3;
  font-weight: 600;
  display: none;
  margin: 0 0 25px;
}
.moduletable.profs .jq-selectbox {
  width: 100%;
}
.moduletable.profs .jq-selectbox__select-text {
  text-align: left;
}
.moduletable.profs .jq-selectbox__dropdown ul {
  max-height: 230px;
}
.moduletable.profs .jq-selectbox__dropdown ul li {
  text-align: left;
}
@media (max-width: 768px) {
  .jshop.list_product {
    display: table;
    width: 100%;
    margin: 0;
  }
  .jshop.list_product .list_product__i {
    padding: 0;
  }
  .jshop.list_product .list_product__i .block_product {
    height: auto;
  }
  .jshop.list_product .list_product__i .block_product .product-item__image {
    width: 100%;
    margin: 0 0 10px;
  }
  .jshop.list_product .list_product__i .block_product .product-item__name {
    float: left;
    width: 100%;
    max-height: inherit;
    overflow: visible;
  }
  .jshop.list_product .list_product__i .block_product .product-item--bottom .extra_fields__i.email {
    margin: 0 0 5px;
  }
  .jshop.list_product .list_product__i .block_product .product-item--bottom .extra_fields__i.web {
    margin: 0 0 5px;
  }
  .jshop.list_product .list_product__i .block_product .product-item--bottom .extra_fields__i.social {
    margin: 5px 0 0;
  }
  .jshop.productfull {
    display: block;
  }
  .jshop.productfull .productfull-right {
    padding: 0;
  }
  .jshop.productfull .productfull-left {
    padding: 0;
  }
  .jshop.productfull .productfull-left .productfull-extrafields__i {
    padding: 0 !important;
  }
  .jshop.productfull .productfull-left .productfull-description .sigProContainer li.sigProThumb {
    width: 100% !important;
    padding: 0 0 15px !important;
  }
  .jshop.productfull .productfull-left .productfull-description .sigProContainer li.sigProThumb:nth-child(4n) {
    padding: 0 0 15px !important;
  }
  .jshop.productfull .productfull-left .productfull-description .sigProContainer li.sigProThumb span.sigProLinkOuterWrapper span.sigProLinkWrapper a img {
    width: 100% !important;
    background-size: cover;
  }
  .jshop h1.search-result {
    font-size: 16px;
    line-height: 1.4;
  }
  .moduletable.profs .filter-cell {
    width: 100%;
    margin: 0 0 30px;
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .jshop.productfull .productfull-left {
    padding: 0;
  }
  .jshop.productfull .productfull-right {
    padding: 0;
  }
  .jshop.productfull .productfull-right-top {
    display: table;
    width: 100%;
  }
  .jshop.productfull .productfull-right-bottom {
    padding: 0 0 15px;
    margin: 0 0 30px;
    border-bottom: 1px solid #e6e6e6;
  }
  .jshop.productfull .productfull-image {
    float: left;
    width: 20%;
    margin: 0 5% 0 0;
  }
  .jshop.productfull .productfull-name {
    float: left;
    width: 75%;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .jshop.productfull .productfull-left {
    padding: 0 65px 0 0;
  }
}
.footer {
  padding: 0;
  background: #1a1a18;
  margin: -150px 0 0 0;
  height: 150px;
}
.footer .container {
  background: 0;
  padding: 20px 30px;
}
.footer .row {
  display: block !important;
}
.footer p {
  margin: 0;
}
.footer-logo {
  float: left;
  margin: 0 40px 0 0;
  width: 152px;
}
.footer-logo_lnk {
  height: 60px;
  display: block;
  background: url("../images/logo-footer.png") 0 0 no-repeat;
}
.footer-copyright {
  font-size: 12px;
  color: #575656;
  line-height: 1.2;
  float: left;
  padding: 0;
}
.footer-terms {
  margin-top: 10px;
}
.footer-terms a {
  color: #fff;
  opacity: 0.7;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  line-height: 1.5;
}
.footer-terms a:hover {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.footer-right {
  float: right;
}
.footer-razr {
  font-size: 14px;
  line-height: 1.3;
  color: #c8c8c8;
  margin: 15px 0 0;
}
.footer-razr a {
  display: block;
  padding: 0 0 0 55px;
  background: url("../images/logo-tksystems.png") 0 50% no-repeat;
  color: #c8c8c8;
  height: 38px;
}
.footer-razr a:hover {
  color: #fff;
}
.footer-counters {
  display: none;
}
body > .popup .popup-item {
  display: none;
}
body > .tooltip {
  display: none !important;
}
#lightbox-wrap {
  width: 750px !important;
  top: 100px !important;
  left: 0 !important;
  margin: 0 calc((100% - 750px)/2);
  margin: 0 -webkit-calc((100% - 750px)/2);
  margin: 0 -o-calc((100% - 750px)/2);
  position: fixed;
}
#lightbox-wrap #lightbox-outer {
  box-shadow: none !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
}
#lightbox-wrap #lightbox-outer #lightbox-content {
  border: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100% !important;
  background: 0 !important;
  padding: 15px 220px 15px 15px;
  height: 100% !important;
  left: 0;
  top: 0;
}
#lightbox-wrap #lightbox-outer #lightbox-close {
  width: 13px;
  height: 13px;
  top: 15px;
  right: 15px;
}
#lightbox-wrap .popup-item {
  display: block;
  min-height: 220px;
}
#lightbox-wrap .popup-item .moduletable .h2 {
  margin: 30px 0;
  padding: 0;
  text-align: center;
  color: #3f3f3f;
  font-size: 18px;
}
#lightbox-wrap .popup-item .moduletable .popup-lst {
  text-align: left;
  padding: 0;
  display: table;
  width: 100%;
}
#lightbox-wrap .popup-item .moduletable .popup-lst li {
  padding: 0;
  margin: 0 5% 15px;
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #1158a3;
}
#lightbox-wrap .popup-item .moduletable .popup-lst li a {
  padding: 15px 20px;
  text-align: center;
  display: block;
  width: 100%;
  color: #1158a3;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
#lightbox-wrap .popup-item .moduletable .popup-lst li a:hover {
  color: #fff;
}
#lightbox-wrap .popup-item .moduletable .popup-lst li:hover {
  background: #1158a3;
}
#lightbox-wrap .popup-item.search form label {
  font-size: 24px;
  color: #fff;
  margin: 0 15px 20px 0;
  width: 100%;
  display: block;
}
#lightbox-wrap .popup-item.search form input.inputbox {
  border: 0;
  border: 1px solid #fff;
  height: 38px;
  padding: 5px 20px;
  color: #fff !important;
  font-size: 16px;
  margin: 0 15px 0 0;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  width: 420px;
  /* Firefox 19+ */
  /* Firefox 18- */
}
#lightbox-wrap .popup-item.search form input.inputbox::-webkit-input-placeholder {
  color: #eee;
}
#lightbox-wrap .popup-item.search form input.inputbox::-moz-placeholder {
  color: #eee;
}
#lightbox-wrap .popup-item.search form input.inputbox:-moz-placeholder {
  color: #eee;
}
#lightbox-wrap .popup-item.search form input.inputbox:-ms-input-placeholder {
  color: #eee;
}
#lightbox-wrap .popup-item.search form button.btn {
  background: #b91245 url("../images/btn-search-white.png") 50% 50% no-repeat;
  height: 50px;
  width: 50px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  outline: none !important;
  box-shadow: none !important;
  text-indent: 9999px;
  overflow: hidden;
}
#lightbox-wrap .popup-item.online .formResponsive,
#lightbox-wrap .popup-item.quest .formResponsive,
#lightbox-wrap .popup-item.callme .formResponsive {
  margin: 0;
}
#lightbox-wrap .popup-item.online .formResponsive .formRed,
#lightbox-wrap .popup-item.quest .formResponsive .formRed,
#lightbox-wrap .popup-item.callme .formResponsive .formRed {
  text-align: center;
  padding: 10px;
  font-size: 14px;
  background: #fff;
  width: 60%;
  margin: 0 auto 20px;
}
#lightbox-wrap .popup-item.online .formResponsive .formError,
#lightbox-wrap .popup-item.quest .formResponsive .formError,
#lightbox-wrap .popup-item.callme .formResponsive .formError {
  margin: 5px 0 0 0;
  padding: 0;
  height: auto;
}
#lightbox-wrap .popup-item.online h2,
#lightbox-wrap .popup-item.quest h2,
#lightbox-wrap .popup-item.callme h2 {
  font-weight: bold;
  margin: 0 0 30px;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
#lightbox-wrap .popup-item.online .formContainer .rsform-block,
#lightbox-wrap .popup-item.quest .formContainer .rsform-block,
#lightbox-wrap .popup-item.callme .formContainer .rsform-block {
  margin: 0 0 20px;
}
#lightbox-wrap .popup-item.online .formContainer .rsform-block .formControlLabel,
#lightbox-wrap .popup-item.quest .formContainer .rsform-block .formControlLabel,
#lightbox-wrap .popup-item.callme .formContainer .rsform-block .formControlLabel {
  float: none;
  width: auto;
  text-align: center;
  color: #fcecff;
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 1;
}
#lightbox-wrap .popup-item.online .formContainer .rsform-block .formControls,
#lightbox-wrap .popup-item.quest .formContainer .rsform-block .formControls,
#lightbox-wrap .popup-item.callme .formContainer .rsform-block .formControls {
  margin: 0;
}
#lightbox-wrap .popup-item.online .formContainer .rsform-block .formControls .formBody,
#lightbox-wrap .popup-item.quest .formContainer .rsform-block .formControls .formBody,
#lightbox-wrap .popup-item.callme .formContainer .rsform-block .formControls .formBody {
  float: none;
  text-align: center;
}
#lightbox-wrap .popup-item.online .formContainer .rsform-block .rsform-input-box,
#lightbox-wrap .popup-item.quest .formContainer .rsform-block .rsform-input-box,
#lightbox-wrap .popup-item.callme .formContainer .rsform-block .rsform-input-box,
#lightbox-wrap .popup-item.online .formContainer .rsform-block .rsform-text-box,
#lightbox-wrap .popup-item.quest .formContainer .rsform-block .rsform-text-box,
#lightbox-wrap .popup-item.callme .formContainer .rsform-block .rsform-text-box,
#lightbox-wrap .popup-item.online .formContainer .rsform-block .rsform-calendar-box,
#lightbox-wrap .popup-item.quest .formContainer .rsform-block .rsform-calendar-box,
#lightbox-wrap .popup-item.callme .formContainer .rsform-block .rsform-calendar-box {
  display: block !important;
  padding: 10px 20px !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
  height: auto !important;
  width: 320px !important;
  resize: none !important;
  margin: 0 auto !important;
  outline: none !important;
  color: #fff;
  border: 0;
  border-bottom: 2px solid #fff;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  text-align: center;
  /* Firefox 19+ */
  /* Firefox 18- */
}
#lightbox-wrap .popup-item.online .formContainer .rsform-block .rsform-input-box::-webkit-input-placeholder,
#lightbox-wrap .popup-item.quest .formContainer .rsform-block .rsform-input-box::-webkit-input-placeholder,
#lightbox-wrap .popup-item.callme .formContainer .rsform-block .rsform-input-box::-webkit-input-placeholder,
#lightbox-wrap .popup-item.online .formContainer .rsform-block .rsform-text-box::-webkit-input-placeholder,
#lightbox-wrap .popup-item.quest .formContainer .rsform-block .rsform-text-box::-webkit-input-placeholder,
#lightbox-wrap .popup-item.callme .formContainer .rsform-block .rsform-text-box::-webkit-input-placeholder,
#lightbox-wrap .popup-item.online .formContainer .rsform-block .rsform-calendar-box::-webkit-input-placeholder,
#lightbox-wrap .popup-item.quest .formContainer .rsform-block .rsform-calendar-box::-webkit-input-placeholder,
#lightbox-wrap .popup-item.callme .formContainer .rsform-block .rsform-calendar-box::-webkit-input-placeholder {
  color: transparent;
}
#lightbox-wrap .popup-item.online .formContainer .rsform-block .rsform-input-box::-moz-placeholder,
#lightbox-wrap .popup-item.quest .formContainer .rsform-block .rsform-input-box::-moz-placeholder,
#lightbox-wrap .popup-item.callme .formContainer .rsform-block .rsform-input-box::-moz-placeholder,
#lightbox-wrap .popup-item.online .formContainer .rsform-block .rsform-text-box::-moz-placeholder,
#lightbox-wrap .popup-item.quest .formContainer .rsform-block .rsform-text-box::-moz-placeholder,
#lightbox-wrap .popup-item.callme .formContainer .rsform-block .rsform-text-box::-moz-placeholder,
#lightbox-wrap .popup-item.online .formContainer .rsform-block .rsform-calendar-box::-moz-placeholder,
#lightbox-wrap .popup-item.quest .formContainer .rsform-block .rsform-calendar-box::-moz-placeholder,
#lightbox-wrap .popup-item.callme .formContainer .rsform-block .rsform-calendar-box::-moz-placeholder {
  color: transparent;
}
#lightbox-wrap .popup-item.online .formContainer .rsform-block .rsform-input-box:-moz-placeholder,
#lightbox-wrap .popup-item.quest .formContainer .rsform-block .rsform-input-box:-moz-placeholder,
#lightbox-wrap .popup-item.callme .formContainer .rsform-block .rsform-input-box:-moz-placeholder,
#lightbox-wrap .popup-item.online .formContainer .rsform-block .rsform-text-box:-moz-placeholder,
#lightbox-wrap .popup-item.quest .formContainer .rsform-block .rsform-text-box:-moz-placeholder,
#lightbox-wrap .popup-item.callme .formContainer .rsform-block .rsform-text-box:-moz-placeholder,
#lightbox-wrap .popup-item.online .formContainer .rsform-block .rsform-calendar-box:-moz-placeholder,
#lightbox-wrap .popup-item.quest .formContainer .rsform-block .rsform-calendar-box:-moz-placeholder,
#lightbox-wrap .popup-item.callme .formContainer .rsform-block .rsform-calendar-box:-moz-placeholder {
  color: transparent;
}
#lightbox-wrap .popup-item.online .formContainer .rsform-block .rsform-input-box:-ms-input-placeholder,
#lightbox-wrap .popup-item.quest .formContainer .rsform-block .rsform-input-box:-ms-input-placeholder,
#lightbox-wrap .popup-item.callme .formContainer .rsform-block .rsform-input-box:-ms-input-placeholder,
#lightbox-wrap .popup-item.online .formContainer .rsform-block .rsform-text-box:-ms-input-placeholder,
#lightbox-wrap .popup-item.quest .formContainer .rsform-block .rsform-text-box:-ms-input-placeholder,
#lightbox-wrap .popup-item.callme .formContainer .rsform-block .rsform-text-box:-ms-input-placeholder,
#lightbox-wrap .popup-item.online .formContainer .rsform-block .rsform-calendar-box:-ms-input-placeholder,
#lightbox-wrap .popup-item.quest .formContainer .rsform-block .rsform-calendar-box:-ms-input-placeholder,
#lightbox-wrap .popup-item.callme .formContainer .rsform-block .rsform-calendar-box:-ms-input-placeholder {
  color: transparent;
}
#lightbox-wrap .popup-item.online .formContainer .rsform-block .rsform-calendar-button,
#lightbox-wrap .popup-item.quest .formContainer .rsform-block .rsform-calendar-button,
#lightbox-wrap .popup-item.callme .formContainer .rsform-block .rsform-calendar-button {
  display: none;
}
#lightbox-wrap .popup-item.online .formContainer .rsform-block .rsform-text-box,
#lightbox-wrap .popup-item.quest .formContainer .rsform-block .rsform-text-box,
#lightbox-wrap .popup-item.callme .formContainer .rsform-block .rsform-text-box {
  background: #fff;
  margin: 20px auto 0 !important;
  opacity: .8;
  color: #232323;
  text-align: left;
}
#lightbox-wrap .popup-item.online .formContainer .rsform-block .rsform-checkbox,
#lightbox-wrap .popup-item.quest .formContainer .rsform-block .rsform-checkbox,
#lightbox-wrap .popup-item.callme .formContainer .rsform-block .rsform-checkbox {
  -webkit-appearance: checkbox;
  display: inline-block;
  vertical-align: middle;
  height: 18px;
  float: none;
  margin: 0 20px 0 0;
  padding: 0;
}
#lightbox-wrap .popup-item.online .formContainer .rsform-block .rsform-checkbox + label,
#lightbox-wrap .popup-item.quest .formContainer .rsform-block .rsform-checkbox + label,
#lightbox-wrap .popup-item.callme .formContainer .rsform-block .rsform-checkbox + label {
  display: inline-block;
  vertical-align: top;
  float: none;
  height: auto;
  padding: 0;
  margin: 0;
  color: #fff;
  font-weight: 400;
  width: 200px;
  font-size: 14px;
  text-align: left;
}
#lightbox-wrap .popup-item.online .formContainer .rsform-block .rsform-input-box .rsform-error,
#lightbox-wrap .popup-item.quest .formContainer .rsform-block .rsform-input-box .rsform-error,
#lightbox-wrap .popup-item.callme .formContainer .rsform-block .rsform-input-box .rsform-error {
  background: #fff6f6;
}
#lightbox-wrap .popup-item.online .formContainer .rsform-block .formValidation,
#lightbox-wrap .popup-item.quest .formContainer .rsform-block .formValidation,
#lightbox-wrap .popup-item.callme .formContainer .rsform-block .formValidation {
  display: block;
}
#lightbox-wrap .popup-item.online .formContainer .rsform-block-personal,
#lightbox-wrap .popup-item.quest .formContainer .rsform-block-personal,
#lightbox-wrap .popup-item.callme .formContainer .rsform-block-personal {
  margin: 40px 0 20px;
}
#lightbox-wrap .popup-item.online .formContainer .rsform-block-personal .formControlLabel,
#lightbox-wrap .popup-item.quest .formContainer .rsform-block-personal .formControlLabel,
#lightbox-wrap .popup-item.callme .formContainer .rsform-block-personal .formControlLabel {
  display: none;
}
#lightbox-wrap .popup-item.online .formContainer .rsform-block-personal .formControls,
#lightbox-wrap .popup-item.quest .formContainer .rsform-block-personal .formControls,
#lightbox-wrap .popup-item.callme .formContainer .rsform-block-personal .formControls {
  width: 240px;
  margin: 0 auto;
}
#lightbox-wrap .popup-item.online .formContainer .rsform-block-recaptcha2,
#lightbox-wrap .popup-item.quest .formContainer .rsform-block-recaptcha2,
#lightbox-wrap .popup-item.callme .formContainer .rsform-block-recaptcha2 {
  display: none;
  text-align: center;
}
#lightbox-wrap .popup-item.online .formContainer .rsform-block .rsform-submit-button,
#lightbox-wrap .popup-item.quest .formContainer .rsform-block .rsform-submit-button,
#lightbox-wrap .popup-item.callme .formContainer .rsform-block .rsform-submit-button {
  color: #fff;
  border: 0;
  font-size: 16px;
  line-height: 1;
  padding: 20px 15px;
  background: #b91245;
  text-shadow: none;
  box-shadow: none !important;
  outline: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 360px;
  margin: 0 auto;
}
#lightbox-wrap .popup-item.online .formContainer .rsform-block .formDescription,
#lightbox-wrap .popup-item.quest .formContainer .rsform-block .formDescription,
#lightbox-wrap .popup-item.callme .formContainer .rsform-block .formDescription {
  display: none;
}
#lightbox-wrap .popup-item.online .formContainer .rsform-block-submit,
#lightbox-wrap .popup-item.quest .formContainer .rsform-block-submit,
#lightbox-wrap .popup-item.callme .formContainer .rsform-block-submit {
  margin: 0;
}
#lightbox-wrap .popup-item.online .formContainer .rsform-block-submit .formControlLabel,
#lightbox-wrap .popup-item.quest .formContainer .rsform-block-submit .formControlLabel,
#lightbox-wrap .popup-item.callme .formContainer .rsform-block-submit .formControlLabel {
  display: none;
}
.rsfp_thankyou_popup_outer {
  background: #9d5fa3 !important;
  opacity: 0.9;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  text-align: center;
  color: #fcecff;
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 1;
}
.rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner {
  width: 360px;
  background: transparent;
}
.rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner p {
  margin: 0 0 25px;
}
.rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner .rsfp_thankou_popup_close_btn {
  text-indent: -9999px;
  background: url("../images/btn-close-white.png");
  display: block;
  top: -30px;
  right: -30px;
  width: 24px;
  height: 24px;
}
.rsfp_thankyou_popup_outer .rsform-submit-button {
  color: #a76fac !important;
  border: 0 !important;
  font-size: 16px !important;
  line-height: 1 !important;
  padding: 20px 15px !important;
  background: #fff;
  text-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  width: 320px !important;
  font-weight: bold;
  margin: 20px auto 0 auto;
}
@media (max-width: 768px) {
  #lightbox-wrap {
    top: 15px !important;
    margin: 0 15px !important;
    width: calc(100% - 30px) !important;
    width: -webkit-calc(100% - 30px) !important;
    width: -o-calc(100% - 30px) !important;
    left: 0 !important;
  }
  #lightbox-wrap #lightbox-outer {
    background: #fff;
  }
  #lightbox-wrap #lightbox-outer #lightbox-content {
    position: inherit;
    padding: 15px;
  }
  #lightbox-wrap .popup-item.online .formContainer .rsform-block .rsform-input-box,
  #lightbox-wrap .popup-item.sendreview .formContainer .rsform-block .rsform-input-box,
  #lightbox-wrap .popup-item.online .formContainer .rsform-block .rsform-text-box,
  #lightbox-wrap .popup-item.sendreview .formContainer .rsform-block .rsform-text-box {
    width: auto !important;
  }
  #lightbox-wrap .popup-item.online .formContainer .rsform-block-personal .formControls,
  #lightbox-wrap .popup-item.sendreview .formContainer .rsform-block-personal .formControls {
    width: 100%;
  }
  #lightbox-wrap .popup-item.online .formContainer .rsform-block .rsform-checkbox + label,
  #lightbox-wrap .popup-item.sendreview .formContainer .rsform-block .rsform-checkbox + label {
    width: 80%;
  }
  #lightbox-wrap .popup-item.online .formContainer .rsform-block .rsform-submit-button,
  #lightbox-wrap .popup-item.sendreview .formContainer .rsform-block .rsform-submit-button {
    width: 100%;
  }
  #lightbox-wrap .popup-item .moduletable .popup-lst li {
    width: 100%;
    margin: 0 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #lightbox-wrap {
    left: 0 !important;
  }
  #lightbox-wrap #lightbox-outer {
    text-align: center;
  }
}
