/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,300,500,700,700italic&subset=latin,cyrillic);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* CSS Reset
========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /* font: inherit; */
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

strong {
  font-weight: 700;
}

html {
  font-size: 100%;
  height: 100%;
}

body {
  height: 100%;
  font: 14px/22px "Roboto", sans-serif;
  background: #fff;
  color: #4b4b4b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, .ttl {
  font-family: "Roboto", sans-serif;
  color: #181818;
  margin: 0;
  font-weight: 300;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

h1, .h1 {
  font-size: 31px;
  font-size: 1.9375rem;
  line-height: 40px;
  line-height: 2.5rem;
}

h2, .h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 34px;
  line-height: 2.125rem;
}

h3, .h3 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 26px;
  line-height: 1.625rem;
}

h4, .h4 {
  font-size: 21px;
  line-height: 24px;
}

h5, .h5 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

h6, .h6 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

a {
  color: #246dc0;
}
a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 10px;
}

blockquote {
  margin: 15px 20px;
  margin: 0.9375rem 1.25rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  font-style: italic;
  border-left: 1px solid #ddd;
}

.table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  *white-space: normal;
  margin: 15px 0;
  margin: 0.9375rem 0;
}
.table tr:first-child, .table th {
  vertical-align: middle;
  background-color: #ebebeb;
  border: 1px solid #d0d0d0;
  /* font-weight: bold; */
}
.table tr {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.table tr:hover {
  background-color: #f3f3f3 !important;
}
.table tr:nth-child(odd) {
  background: #f8f8f8;
}
.table th, .table td {
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: middle;
}

ul, ol {
  margin: 0 0 15px 30px;
  margin: 0 0 0.9375rem 1.875rem;
}
ul ul, ul ol, ol ul, ol ol {
  margin: 5px 0 5px 20px;
  margin: 0.3125rem 0 0.3125rem 1.25rem;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

form {
  position: relative;
  width: 100%;
  /* max-width: 450px; */
  margin: 0 0 15px 0;
  margin: 0 0 0.9375rem 0;
}
form .label {
  font-weight: bold;
}
form:last-child {
  margin: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea, select {
  width: 100%;
  /* @include rem(margin, 5px, 0, $default-horizontal-margin, 0); */
  padding: 6px 12px;
  outline: none;
  font: inherit;
  font-size: 13px;
  background: #f8f8f8;
  color: #585858;
  border: 1px solid #ddd;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus, select:focus {
  color: #4b4b4b;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
}
input[type="text"].hide,
input[type="password"].hide,
input[type="email"].hide,
textarea.hide, select.hide {
  display: none;
}

input[type="checkbox"] {
  display: inline;
}

textarea {
  min-height: 90px;
}

.button {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  border: none;
  font: inherit;
  color: #fff;
  text-decoration: none;
  padding: 5px 20px 5px 20px;
  padding: 0.3125rem 1.25rem 0.3125rem 1.25rem;
  font-weight: 400;
  font-size: 16px;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  background-color: #297dc9;
  background-image: -moz-linear-gradient(#297dc9, #1f5db7);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#297dc9), to(#1f5db7));
  background-image: -webkit-linear-gradient(#297dc9, #1f5db7);
  background-image: -o-linear-gradient(#297dc9, #1f5db7);
}
.button:hover {
  background-color: #368ad6;
  background-image: -moz-linear-gradient(#368ad6, #2368cd);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#368ad6), to(#2368cd));
  background-image: -webkit-linear-gradient(#368ad6, #2368cd);
  background-image: -o-linear-gradient(#368ad6, #2368cd);
  color: #fff;
}
.button:active {
  background-color: #297dc9;
  background-image: -moz-linear-gradient(#297dc9, #1f5db7);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#297dc9), to(#1f5db7));
  background-image: -webkit-linear-gradient(#297dc9, #1f5db7);
  background-image: -o-linear-gradient(#297dc9, #1f5db7);
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.5);
  -khtml-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.5);
}
.button.large {
  padding: 14px 40px 15px 40px;
  padding: 0.875rem 2.5rem 0.9375rem 2.5rem;
}

div[class*="message-form"] {
  font-size: 18px;
  font-weight: bold;
  color: #56A377;
  color: #C0392B;
  margin-bottom: 15px;
}

div.message-form-ok {
  color: #56A377;
  margin-bottom: 0;
}

.err {
  color: #C0392B;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clear {
  *zoom: 1;
}
.clear:before, .clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}

.row {
  width: 940px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  *zoom: 1;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row .row {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

div[class*='col-'] {
  margin-left: 2.12766%;
  float: left;
  min-height: 1px;
}
div[class*='col-']:first-child {
  margin-left: 0;
}

.col-1 {
  width: 6.38298%;
}

.col-2 {
  width: 14.89362%;
}

.col-3 {
  width: 23.40426%;
}

.col-4 {
  width: 31.91489%;
}

.col-5 {
  width: 40.42553%;
}

.col-6 {
  width: 48.93617%;
}

.col-7 {
  width: 57.44681%;
}

.col-8 {
  width: 65.95745%;
}

.col-9 {
  width: 74.46809%;
}

.col-10 {
  width: 82.97872%;
}

.col-11 {
  width: 91.48936%;
}

.col-12 {
  width: 100%;
}

.tile {
  float: left;
}

.tiles-1 {
  margin-left: 0;
}
.tiles-1 .tile {
  width: 100%;
}

.tiles-2 {
  margin-left: -4%;
}
.tiles-2 .tile {
  margin-left: 4%;
  width: 46%;
}

.tiles-3 {
  margin-left: -2%;
}
.tiles-3 > .tile {
  margin-left: 2%;
  width: 31.3%;
}

.tiles-4 {
  margin-left: -2%;
}
.tiles-4 > .tile {
  margin-left: 2%;
  width: 23%;
}

.tiles-5 {
  margin-left: -1.5%;
}
.tiles-5 > .tile {
  margin-left: 1.5%;
  width: 18.5%;
}

.header {
  padding: 30px 0;
  padding: 1.875rem 0;
}
.header .logo {
  float: left;
  margin-right: 40px;
  line-height: 0;
}
.header .email {
  position: relative;
  top: 4px;
  float: left;
  margin-left: 45px;
  text-decoration: none;
  border-bottom: 1px solid #bdd3ec;
}
.header .email:hover {
  border-color: transparent;
}
.header .email::before {
  position: absolute;
  display: block;
  content: '';
  top: -4px;
  left: -45px;
  width: 31px;
  height: 31px;
  border: 1px solid #ddd;
  background: url("../images/ico_email.png") no-repeat center center;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
}

.main-menu {
  background: #070d2d;
  min-width: 940px;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.main-menu.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
}
.main-menu .menu .item {
  position: relative;
  float: left;
}
.main-menu .menu .item:hover .submenu {
  visibility: visible;
  opacity: 1;
  top: 50px;
}
.main-menu .menu .item a {
  position: relative;
  display: block;
  padding: 14px 25px 14px 25px;
  color: #4b4b4b;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #070d2d;
  z-index: 200;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main-menu .menu .item a:hover {
  color: #9BB9E6;
}
.main-menu .menu .item a.active {
  background: #123872;
  color: #fff;
}
.main-menu .menu .item .submenu {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-menu .menu .item .submenu a {
  text-align: left;
  padding: 10px 25px 10px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 13px;
  white-space: nowrap;
}
.main-menu .menu .item .submenu a:last-child {
  border: none;
}
.main-menu .menu .auth, .main-menu .menu .register {
  float: right;
}
.main-menu .menu .auth a {
  position: relative;
  padding-left: 23px;
}
.main-menu .menu .auth a::before {
  position: absolute;
  display: block;
  content: '';
  width: 16px;
  height: 13px;
  top: 18px;
  left: 0;
  background: url("../images/ico_auth.png") no-repeat;
}

.main-container {
  min-height: 100%;
}

.content-wrapper {
  padding-bottom: 40px;
  min-width: 940px;
}
.content-wrapper:last-child {
  margin-bottom: 0;
}
.content-wrapper .block {
  padding: 29px 0 40px 0;
  min-width: 940px;
}
.content-wrapper .block.gray {
  background: #f8f8f8;
  border-bottom: 1px solid #ebebeb;
}
.content-wrapper .block .h1, .content-wrapper .block h1 {
  position: relative;
  text-align: center;
  padding-bottom: 23px;
  font-size: 36px;
  margin-bottom: 30px;
}
.content-wrapper .block .h1::after, .content-wrapper .block h1::after {
  position: absolute;
  display: block;
  content: '';
  width: 100px;
  height: 1px;
  bottom: 0px;
  left: 50%;
  margin-left: -50px;
  background: #d3d3d3;
}
.content-wrapper .block h2 {
  position: relative;
  text-align: center;
  padding-bottom: 23px;
  font-size: 30px;
  margin-bottom: 30px;
}
.content-wrapper .block h2::after {
  position: absolute;
  display: block;
  content: '';
  width: 100px;
  height: 1px;
  bottom: 0px;
  left: 50%;
  margin-left: -50px;
  background: #d3d3d3;
}
.content-wrapper .path {
  margin-top: -27px;
  margin-bottom: 18px;
  font-size: 12px;
  color: #808080;
}
.content-wrapper p + .module, .content-wrapper ul + .module, .content-wrapper ol + .module, .content-wrapper table + .module, .content-wrapper blockquote + .module {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.content-wrapper .module + p, .content-wrapper .module + ul, .content-wrapper .module + ol, .content-wrapper .module + table, .content-wrapper .module + blockquote {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.content-wrapper h1 + .module, .content-wrapper .ttl + .module {
  margin-top: 0px;
}

.content img[style*="float:left"],
.content img[style*="float: left"] {
  margin: 0 20px 20px 0;
  margin: 0 1.25rem 1.25rem 0;
}
.content img[style*="float:right"],
.content img[style*="float: right"] {
  margin: 0 0 20px 20px;
  margin: 0 0 1.25rem 1.25rem;
}
.content .about-product {
  padding: 29px 0 29px 0;
  background: #f8f8f8;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}
.content .about-product .h1, .content .about-product h1 {
  margin-bottom: 20px;
}
.content .about-product .img {
  text-align: center;
}
.content .about-product p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}
.content .about-product .buttons {
  margin-top: 30px;
}
.content .text-block {
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 29px 0 40px 0;
  background: #f8f8f8;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}
.content .text-block p:last-child, .content .text-block ul:last-child {
  margin-bottom: 0;
}
.content h1 > a {
  text-decoration: none;
  border-bottom: 1px solid #bdd3ec;
}
.content h1 > a:hover {
  border-bottom-color: transparent;
}
.content .links {
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: 300;
}
.content .links a {
  margin-right: 30px;
  text-decoration: none;
  border-bottom: 1px solid #bdd3ec;
}
.content .links a:hover {
  border-bottom-color: transparent;
}
.content .buttons .button {
  margin-right: 5px;
}
.content .buttons .button.download {
  background-color: #f3c500;
  background-image: -moz-linear-gradient(#f3c500, #efb100);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f3c500), to(#efb100));
  background-image: -webkit-linear-gradient(#f3c500, #efb100);
  background-image: -o-linear-gradient(#f3c500, #efb100);
  color: #1b1b1b;
}
.content .buttons .button.download:hover {
  background-color: #ffd10d;
  background-image: -moz-linear-gradient(#ffd10d, #ffbf09);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffd10d), to(#ffbf09));
  background-image: -webkit-linear-gradient(#ffd10d, #ffbf09);
  background-image: -o-linear-gradient(#ffd10d, #ffbf09);
}
.content h1.faq, .content h2.faq {
  margin-bottom: 40px;
}
.content h1.faq a, .content h2.faq a {
  margin-right: 30px;
}

.all-products .row {
  margin-bottom: 20px;
}
.all-products .row:last-child {
  margin-bottom: 0;
}
.all-products .item {
  position: relative;
  padding: 30px 0;
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}
.all-products .item::after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 6px;
  bottom: -7px;
  left: 0;
  background: url("../images/catalog_item_shadow.png") no-repeat center top;
}
.all-products .item .img {
  line-height: 0;
  text-align: center;
  margin-bottom: 20px;
}
.all-products .item .title {
  text-align: center;
  font-size: 26px;
  color: #246dc0;
  margin-bottom: 10px;
}
.all-products .item .description {
  padding: 0 20px;
  margin-bottom: 10px;
  text-align: left;
  min-height: 66px;
}
.all-products .item .more {
  display: inline-block;
  background: none;
  color: #fff;
  text-decoration: none;
  padding: 6px 20px 7px 20px;
  font-size: 13px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  background-color: #297dc9;
  background-image: -moz-linear-gradient(#297dc9, #1f5db7);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#297dc9), to(#1f5db7));
  background-image: -webkit-linear-gradient(#297dc9, #1f5db7);
  background-image: -o-linear-gradient(#297dc9, #1f5db7);
}
.all-products .item .more:hover {
  background-color: #368ad6;
  background-image: -moz-linear-gradient(#368ad6, #2368cd);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#368ad6), to(#2368cd));
  background-image: -webkit-linear-gradient(#368ad6, #2368cd);
  background-image: -o-linear-gradient(#368ad6, #2368cd);
}
.all-products .item .more.active {
  background-color: #297dc9;
  background-image: -moz-linear-gradient(#297dc9, #1f5db7);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#297dc9), to(#1f5db7));
  background-image: -webkit-linear-gradient(#297dc9, #1f5db7);
  background-image: -o-linear-gradient(#297dc9, #1f5db7);
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.5);
  -khtml-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.5);
}

.sidebar > .ttl, .sidebar > h1, .sidebar > h2,
.sidebar > h3, .sidebar > h4, .sidebar > h5, .sidebar > h6 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ddd;
}
.sidebar .menu {
  margin-bottom: 40px;
}
.sidebar .menu .item {
  font-weight: 700;
  margin-bottom: 10px;
}
.sidebar .menu .item a {
  font-weight: 400;
  text-decoration: none;
  font-size: 13px;
  line-height: 16px;
}
.sidebar .menu .item a:hover, .sidebar .menu .item a.active {
  color: #808080;
}
.sidebar .menu .item.sub {
  padding-left: 15px;
  line-height: 16px;
}
.sidebar .menu .item.sub + .title {
  margin-top: 20px;
}
.sidebar .menu .item.sub.active a {
  text-decoration: underline;
}

.module > .item {
  *zoom: 1;
}
.module > .item:before, .module > .item:after {
  content: "";
  display: table;
}
.module > .item:after {
  clear: both;
}
.module > .item .thumb a {
  display: block;
  line-height: 0;
}
.module > .item .thumb img {
  width: 100%;
}
.module > .item .date {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 8px;
  color: #8A8A8A;
}
.module > .item.short {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.module > .item.short .ttl {
  margin-bottom: 10px;
}
.module > .item.short .thumb {
  position: relative;
  float: left;
  margin: 0 20px 0 0;
}
.module > .item.full .date {
  margin-bottom: 15px;
}
.module > .item.full .thumb {
  float: left;
  margin: 6px 20px 0 0;
}
.module > .item.full a.back {
  margin-top: 10px;
  display: inline-block;
}
.module > .item.full .comments-wrapper {
  margin-top: 30px;
}

.module.photogallery {
  clear: both;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.module.photogallery .item {
  position: relative;
  margin-bottom: 10px;
}
.module.photogallery .item a {
  display: block;
  line-height: 0;
}
.module.photogallery .item img {
  width: 100%;
}

.guestbook .item {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.guestbook .item .info {
  margin-bottom: 10px;
  font-size: 12px;
  *zoom: 1;
}
.guestbook .item .info:before, .guestbook .item .info:after {
  content: "";
  display: table;
}
.guestbook .item .info:after {
  clear: both;
}
.guestbook .item .info .thumb, .guestbook .item .info .thumb.empty {
  position: relative;
  float: left;
  overflow: hidden;
  top: 1px;
  margin-right: 15px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
}
.guestbook .item .info .thumb.empty, .guestbook .item .info .thumb.empty.empty {
  background: #eee;
}
.guestbook .item .info .thumb.empty:before, .guestbook .item .info .thumb.empty.empty:before {
  position: absolute;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  width: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1em;
  width: 11px;
  height: 16px;
  content: "\f007";
  font-size: 14px;
  z-index: 100;
  color: #5A5A5A;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.guestbook .item .info .meta {
  float: left;
}
.guestbook .item .info .meta .name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
}
.guestbook .item .info .meta .date {
  color: #A5A5A5;
}
.guestbook .item .text {
  position: relative;
  clear: both;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}
.guestbook .item .text p {
  margin: 0;
}
.guestbook .item.question .text:before {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  top: -10px;
  left: 80px;
  background: url("../images/comment_corner.png") no-repeat;
}
.guestbook .item.answer .info .thumb {
  float: right;
  margin-left: 15px;
  margin-right: 0;
}
.guestbook .item.answer .info .thumb:before {
  position: absolute;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  width: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1em;
  width: 16px;
  height: 22px;
  content: "\f007";
  font-size: 21px;
  z-index: 100;
  color: #246dc0 !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.guestbook .item.answer .info .meta {
  float: right;
  text-align: right;
}
.guestbook .item.answer .info .meta .name {
  position: relative;
  font-weight: bold;
}
.guestbook .item.answer .text:before {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  top: -10px;
  right: 80px;
  background: url("../images/answer_corner.png") no-repeat;
}

.faq .question-list {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.faq .question-list a {
  display: block;
  border-bottom: 1px dashed #c4c4c4;
  padding-bottom: 12px;
  margin-bottom: 8px;
}
.faq .item {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.popup-form {
  position: relative;
  visibility: hidden;
  opacity: 0;
  z-index: 10000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup-form.show {
  opacity: 1;
  visibility: visible;
}
.popup-form .form-wrapper {
  position: fixed;
  padding: 20px 30px 23px 30px;
  width: 450px;
  background: #fff;
  z-index: 11000;
  left: 50%;
  top: 50%;
  margin-left: -225px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}
.popup-form .form-wrapper .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.popup-form .form-wrapper form {
  margin-bottom: 0;
}
.popup-form .form-wrapper form .send {
  width: 100%;
  margin-bottom: 7px;
}
.popup-form .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
}

#btnup {
  position: fixed;
  width: 60px;
  height: 100%;
  opacity: 0.3;
  background: rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#btnup .scroll-up {
  display: block;
}
#btnup.hide {
  display: none;
}
#btnup:before {
  position: absolute;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  width: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1em;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 13px;
  text-align: center;
  margin-left: -15px;
  border: 2px solid #808080;
  color: #808080;
  font-size: 16px;
  content: "\f077";
  line-height: 25px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
}
#btnup:hover {
  opacity: 1;
}

.YMapsID {
  margin: 0 0 30px 0px;
  height: 400px;
  width: 500px;
  border: 1px solid #290101;
  color: black;
}
.YMapsID img {
  margin: 0;
  padding: 0;
  border: 0px solid white;
}

.h-footer {
  min-height: 84px;
}

.footer {
  min-width: 940px;
  min-height: 84px;
  margin-top: -84px;
  padding: 20px 0;
  padding: 1.25rem 0;
  font-size: 12px;
  color: #a0b3cb;
  background: #12427c;
}
.footer a {
  color: #a0b3cb;
}
.footer .pluso {
  float: left;
}
.footer .sitemap {
  float: left;
  margin-left: 40px;
}
.footer .studio {
  float: right;
}

.slider-wrapper {
  position: relative;
  margin-top: -40px;
  background: url("../images/slider_bg.jpg") #2163ba no-repeat center center;
  min-width: 940px;
}

.nivoSlider {
  position: relative;
  width: 100%;
  position: relative;
}
.nivoSlider .nivo-caption {
  display: none;
}
.nivoSlider .nivo-caption .text {
  position: absolute;
  width: 460px;
  color: #fff;
  z-index: 8;
  top: 60px;
  right: 0;
  color: #fff;
}
.nivoSlider .nivo-caption .text .title {
  font-size: 51px;
  font-weight: 300;
  margin-bottom: 26px;
  line-height: 51px;
}
.nivoSlider .nivo-caption .text .description {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 26px;
}
.nivoSlider .nivo-caption .text .buttons {
  margin-bottom: 5px;
}
.nivoSlider .nivo-caption .text .buttons a {
  display: inline-block;
  margin: 0 10px 0 0;
  color: #302f2f;
}
.nivoSlider .nivo-caption .text .buttons .download {
  background: url("../images/btn_bg_yellow.png") repeat-x 0 top;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  -khtml-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.nivoSlider .nivo-caption .text .buttons .download:hover {
  background-image: url("../images/btn_bg_hv_yellow.png");
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  -khtml-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.nivoSlider .nivo-caption .text .buttons .download span {
  position: relative;
  padding-left: 24px;
}
.nivoSlider .nivo-caption .text .buttons .download span::before {
  position: absolute;
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  top: 3px;
  left: 0;
  background: url("../images/ico_download.png") no-repeat;
}
.nivoSlider .nivo-caption .text .buttons .more {
  background: #12427c;
  color: #fff;
}
.nivoSlider .nivo-caption .text .buttons .more:hover {
  opacity: 0.7;
}
.nivoSlider .nivo-caption .text .version {
  font-size: 13px;
  font-weight: 300;
  opacity: 0.7;
  width: 166px;
  text-align: center;
}
.nivoSlider .nivo-caption a {
  color: #fff;
  text-decoration: none;
}
.nivoSlider .nivo-directionNav a {
  position: absolute;
  top: 50%;
  z-index: 9;
  cursor: pointer;
  display: block;
  margin-top: -42px;
  width: 44px;
  height: 85px;
  text-indent: -9999px;
  border: 0;
  opacity: 0.4;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nivoSlider .nivo-directionNav a:hover {
  opacity: 1;
}
.nivoSlider .nivo-directionNav .nivo-nextNav {
  right: -64px;
  background: url("../images/slider_right.png") no-repeat;
}
.nivoSlider .nivo-directionNav .nivo-prevNav {
  left: -40px;
  background: url("../images/slider_left.png") no-repeat;
}
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none;
}
.nivoSlider .nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0;
}
.nivoSlider .nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}
.nivoSlider .nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}
.nivoSlider .nivo-box img {
  display: block;
}

.nivo-html-caption {
  display: none;
}

.nivo-controlNav {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  text-align: center;
  z-index: 1000;
}
.nivo-controlNav a {
  cursor: pointer;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  text-indent: -9999px;
  margin: 0 3px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
}
.nivo-controlNav a.active {
  background: #fff;
}
.nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}
.nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}
.nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}

.section.tabs {
  margin-bottom: 10px;
}
.section.tabs .tabs {
  position: relative;
  margin: 0 0 -1px 0;
  padding: 0;
  list-style-type: none;
  z-index: 10;
}
.section.tabs .tabs li {
  display: inline;
  float: left;
  padding: 10px 15px;
  margin-right: 1px;
  cursor: pointer;
  background: #F8F8F8;
  border: 1px solid #ddd;
  color: #7e7e7e;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.section.tabs .tabs li:hover {
  border-bottom-color: #fff;
  background: #fff;
  color: #4b4b4b;
}
.section.tabs .tabs li.current {
  border-top-color: #246dc0;
  border-bottom-color: #fff;
  background: #fff;
  color: #4b4b4b;
}
.section.tabs .box {
  display: none;
  padding: 20px;
  border: 1px solid #eee;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.section.tabs .box.visible {
  display: block;
}
.section.tabs .box .photogallery > .item, .section.tabs .box .catalog > .item, .section.tabs .box .portfolio > .item {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.section.tabs .box .photogallery:last-child, .section.tabs .box .catalog:last-child, .section.tabs .box .portfolio:last-child {
  margin-bottom: -10px;
}
.section.tabs .box *:last-child {
  margin-bottom: 0px;
}

.section.accordion {
  margin-bottom: 10px;
}
.section.accordion > a {
  position: relative;
  display: block;
  padding: 27px 20px 31px 20px;
  font-size: 26px;
  font-weight: 300;
  color: #181818;
  text-decoration: none;
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(#f6f6f6, #ededed);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6f6f6), to(#ededed));
  background-image: -webkit-linear-gradient(#f6f6f6, #ededed);
  background-image: -o-linear-gradient(#f6f6f6, #ededed);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}
.section.accordion > a img {
  position: relative;
  top: -11px;
  float: left;
  margin-right: 20px;
}
.section.accordion > a:before {
  position: absolute;
  display: block;
  content: '';
  width: 80px;
  height: 80px;
  top: 0;
  right: 0;
  background: url("../images/ico_open.png") no-repeat center center;
}
.section.accordion > a.open:before {
  background-image: url("../images/ico_close.png");
}
.section.accordion .inner {
  padding: 20px 0;
}
.section.accordion > .box {
  display: none;
}

.section.accordion.two {
  margin-bottom: 10px;
}
.section.accordion.two > a {
  text-decoration: none;
  display: inline;
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  border-bottom: 1px dashed #246dc0;
}
.section.accordion.two > a:before {
  display: none;
}
.section.accordion.two > a:hover {
  border-bottom-color: #fff;
}
.section.accordion.two .inner {
  margin-top: 15px;
  padding: 0;
}
.section.accordion.two .inner .module:first-child {
  margin-top: 0px;
}
.section.accordion.two .inner .module:first-child > .item:first-child {
  margin-top: 0;
}
.section.accordion.two .inner .module:first-child .photogallery > .item, .section.accordion.two .inner .module:first-child .catalog > .item, .section.accordion.two .inner .module:first-child .portfolio > .item {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.section.accordion.two .inner .module:first-child .photogallery:last-child, .section.accordion.two .inner .module:first-child .catalog:last-child, .section.accordion.two .inner .module:first-child .portfolio:last-child {
  margin-bottom: -10px;
}
.section.accordion.two .inner .module:last-child, .section.accordion.two .inner p:last-child, .section.accordion.two .inner table:last-child, .section.accordion.two .inner ul:last-child, .section.accordion.two .inner ol:last-child {
  margin-bottom: 15px;
}
.section.accordion.two > .box {
  height: 0;
  opacity: 0;
  overflow: hidden;
  border: none;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.section.accordion.two > .box.open {
  opacity: 1;
}

.content .column-2,
.content .column-3,
.content .column-4 {
  float: left;
  padding-right: 40px;
}
.content .column-2 {
  width: 50%;
}
.content .column-3 {
  width: 33.30%;
}
.content .column-4 {
  width: 25%;
}

.catalog .item .price {
  margin: 10px 0 10px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.catalog .item .price .old-price {
  color: #9d9d9d;
  text-decoration: line-through;
}
.catalog .item .buy-btn {
  margin-top: 10px;
  text-align: center;
}
.catalog .item.short {
  margin-bottom: 20px;
}
.catalog .item.short .thumb {
  margin-bottom: 10px;
}
.catalog .item.short .thumb img {
  width: 100%;
}
.catalog .item.short .description {
  font-size: 12px;
  line-height: 18px;
}
.catalog .item.row {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 0 0 15px 0px;
  margin: 15px 0 0 0;
}
.catalog .item.row .text-wrap {
  padding-right: 140px;
}
.catalog .item.row .price-wrap {
  float: right;
}
.catalog .item.row .price-wrap .price {
  margin-top: 0;
}
.catalog .item.row .thumb {
  margin-bottom: 0;
}
.catalog .item.full .info {
  float: left;
  margin: 6px 20px 10px 0;
}
.catalog .item.full .thumb {
  margin: 0 0 15px 0;
}
.catalog .pag-list-view #pagination {
  margin-top: 20px;
  padding-top: 0;
  border-top: none;
}

.cat-count {
  text-align: left;
  margin-bottom: 10px;
}

#cat-filter {
  position: relative;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  font-size: 13px;
  *zoom: 1;
}
#cat-filter:before, #cat-filter:after {
  content: "";
  display: table;
}
#cat-filter:after {
  clear: both;
}
#cat-filter div[class*='option-'] {
  padding: 8px 12px;
  line-height: 18px;
}
#cat-filter div[class*='option-'].buttons {
  padding: 0;
}
#cat-filter .sep {
  color: #c0c0c0;
  margin: 0 5px;
  text-decoration: none;
}
#cat-filter span {
  text-decoration: underline;
  cursor: pointer;
  color: #c0392b;
}
#cat-filter span:hover {
  text-decoration: none;
}
#cat-filter strong {
  color: #333;
}
#cat-filter .change-view {
  position: relative;
}
#cat-filter .change-view .tale, #cat-filter .change-view .list {
  position: relative;
  display: block;
  width: 52px;
  height: 52px;
  float: right;
  cursor: pointer;
  color: #4b4b4b;
  border-left: 1px solid #ddd;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#cat-filter .change-view .tale.active, #cat-filter .change-view .tale:hover, #cat-filter .change-view .list.active, #cat-filter .change-view .list:hover {
  color: #246dc0;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.15);
}
#cat-filter .change-view .list {
  margin-right: -2px;
}
#cat-filter .change-view .tale:after {
  position: absolute;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  width: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  content: "\f00a";
  font-size: 14px;
}
#cat-filter .change-view .list:after {
  position: absolute;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  width: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  content: "\f00b";
  font-size: 14px;
}

#buy-btn {
  padding: 15px;
  background: red;
  color: #fff;
}

#cart {
  width: 100%;
}
#cart tr td {
  vertical-align: middle !important;
}
#cart tr:nth-child(odd) {
  background: #f5f5f5;
}
#cart td.photo_item {
  background: #fff;
}
#cart .thumb {
  width: 116px;
  max-width: 116px;
}
#cart .quantity {
  width: 130px;
  min-width: 130px;
  text-align: center;
}
#cart .quantity .remove_item {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  top: 4px;
  margin-right: 5px;
  cursor: pointer;
}
#cart .quantity .remove_item:before {
  position: absolute;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  width: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1em;
  top: -2px;
  left: 0;
  font-size: 19px;
  color: #70bf2a;
  content: "\f056";
}
#cart .quantity .add_item {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  top: 4px;
  margin-left: 5px;
  cursor: pointer;
}
#cart .quantity .add_item:before {
  position: absolute;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  width: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1em;
  top: -2px;
  left: 0;
  font-size: 19px;
  color: #70bf2a;
  content: "\f055";
}
#cart .quantity .count {
  display: inline-block;
}
#cart .all-price, #cart .price {
  text-align: right;
}

#total-price {
  margin-top: 20px;
  font-size: 16px;
  text-align: right;
  font-weight: bold;
}

#client-info {
  margin-top: 40px;
}
#client-info .ttl, #client-info h2 {
  margin-bottom: 20px;
}

a[href$="cart/"] {
  position: relative;
  padding-left: 50px;
  text-transform: uppercase;
  font-weight: bold;
  color: #211a1a;
}
a[href$="cart/"]:before {
  position: absolute;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  width: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1em;
  top: 0px;
  left: 0px;
  font-size: 43px;
  color: #E0E0E0;
  content: "\f07a";
}
a[href$="cart/"] > span {
  display: block;
  color: #c0392b;
  font-sze: 14px;
  text-transform: none;
}
a[href$="cart/"]:hover span, a[href$="cart/"].active span {
  color: #444;
}

.menu-cart .ttl {
  margin-bottom: 0px;
}

.orders .item {
  background: #FAFAFA;
  padding: 25px 30px;
}
.orders .item .info {
  font-weight: bold;
  border: none;
}
.orders .item .info * {
  background: none;
  border: none;
}
.orders .item .info td {
  padding: 2px 0px;
}
.orders .item .info td:first-child {
  font-weight: bold;
}
.orders .item .info td:last-child {
  padding-left: 20px;
  font-style: italic;
}
.orders .item .tovar {
  width: 100%;
}
.orders .item .tovar tr:nth-child(odd), .orders .item .tovar th {
  background: #EEE;
}
.orders .item .itog {
  font-weight: bold;
  text-align: right;
}
.orders .item .itog .ttl {
  float: right;
  margin-left: 10px;
  margin-bottom: 0;
  text-transform: none;
  font-size: 15px;
  color: #c0392b;
}

.search {
  max-width: 100%;
}
.search input {
  display: block;
  width: 100%;
  font: inherit;
  font-weight: 300;
  margin: 0;
  color: #737373;
  padding: 10px 20px;
}
.search button {
  position: absolute;
  float: right;
  width: 44px;
  height: 44px;
  top: 0;
  right: 0px;
  background: url("../images/ico_search.png") no-repeat center center;
  border: none;
  cursor: pointer;
  opacity: 0.3;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.search button:hover {
  opacity: 1;
}
.search button:active {
  box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0 0 0 0;
  -khtml-box-shadow: 0 0 0 0;
}

.header .search {
  margin-top: -8px;
}
.header .search {
  position: relative;
  top: 5px;
  margin-bottom: 0;
}

#verdin_overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  line-height: 100vh;
  z-index: 1000;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#verdin_overlay #left, #verdin_overlay #right {
  cursor: pointer;
  display: block;
  position: absolute;
  width: 10%;
  height: 100%;
  top: 0;
  opacity: 0.1;
  z-index: 1100;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#verdin_overlay #left {
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
#verdin_overlay #left:before {
  position: absolute;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  width: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1em;
  width: 24px;
  height: 30px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-size: 70px;
  content: "\f104";
}
#verdin_overlay #right {
  right: 0;
  background: rgba(0, 0, 0, 0.1);
}
#verdin_overlay #right:after {
  position: absolute;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  width: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1em;
  width: 10px;
  height: 30px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-size: 70px;
  content: "\f105";
}
#verdin_overlay #left:hover, #verdin_overlay #right:hover {
  opacity: 1;
}
#verdin_overlay #button-close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 40px;
  right: 40px;
  cursor: pointer;
  background: #565656;
  z-index: 1200;
  opacity: 0.4;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#verdin_overlay #button-close:before {
  position: absolute;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  width: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: 0;
  color: #fff;
  font-size: 20px;
  content: "\f00d";
  top: 4px;
  left: 15px;
}
#verdin_overlay #button-close:hover {
  background: #fff;
  opacity: 1;
}
#verdin_overlay #button-close:hover:before {
  color: #565656;
}
#verdin_overlay #lightbox {
  max-width: 90%;
  margin: 40px auto;
  background: #fff;
  line-height: normal;
  padding: 20px;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
}
#verdin_overlay #lightbox img {
  width: 100%;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}
#verdin_overlay #lightbox #num {
  font-size: 12px;
  text-align: center;
  color: #8A8A8A;
}
#verdin_overlay #lightbox #text {
  background: #fff;
  padding: 20px 20px 0 20px;
  margin: 0 -20px;
}
#verdin_overlay #lightbox hr {
  width: 50px;
  margin: 20px auto;
  border-bottom: 1px solid #ccc;
}
#verdin_overlay #lightbox #title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.load {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}
.load .gif {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  background: url("../images/load.gif") rgba(0, 0, 0, 0.7) no-repeat center center;
  z-index: 1000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}

.v-align {
  display: -moz-inline-box;
  display: inline-block;
  height: 99%;
  width: 0px;
  vertical-align: middle;
  zoom: 1;
}

#verdin_overlay_sz {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  z-index: 1000;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#verdin_overlay_sz #lightbox {
  height: 100%;
  display: inline-block;
}
#verdin_overlay_sz #lightbox img {
  position: absolute;
  max-height: 94%;
  max-width: 90%;
  width: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -khtml-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
#verdin_overlay_sz #lightbox #left, #verdin_overlay_sz #lightbox #right {
  cursor: pointer;
  display: block;
  position: absolute;
  width: 10%;
  height: 100%;
  top: 0;
  opacity: 0.1;
  z-index: 1100;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#verdin_overlay_sz #lightbox #left {
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
#verdin_overlay_sz #lightbox #left:before {
  position: absolute;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  width: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1em;
  width: 100%;
  height: 0px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-size: 70px;
  content: "\f104";
}
#verdin_overlay_sz #lightbox #right {
  right: 0;
  background: rgba(0, 0, 0, 0.1);
}
#verdin_overlay_sz #lightbox #right:after {
  position: absolute;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  width: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1em;
  width: 100%;
  height: 0px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-size: 70px;
  content: "\f105";
}
#verdin_overlay_sz #lightbox #left:hover, #verdin_overlay_sz #lightbox #right:hover {
  opacity: 1;
}
#verdin_overlay_sz #lightbox #button-close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 40px;
  right: 40px;
  cursor: pointer;
  background: #565656;
  z-index: 1200;
  opacity: 0.4;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#verdin_overlay_sz #lightbox #button-close:before {
  position: absolute;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  width: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: 0;
  color: #fff;
  font-size: 20px;
  content: "\f00d";
  top: 4px;
  left: 15px;
}
#verdin_overlay_sz #lightbox #button-close:hover {
  background: #fff;
  opacity: 1;
}
#verdin_overlay_sz #lightbox #button-close:hover:before {
  color: #565656;
}
#verdin_overlay_sz #lightbox #text {
  width: 100%;
  height: 106px;
  text-align: center;
  position: absolute;
  bottom: -106px;
  left: 0;
  padding: 20px 0;
}
#verdin_overlay_sz #lightbox #text #num {
  font-size: 12px;
  text-align: center;
  color: #8A8A8A;
}
#verdin_overlay_sz #lightbox #text hr {
  width: 50px;
  margin: 10px auto;
  border: 1px solid #444;
}
#verdin_overlay_sz #lightbox #text #title {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.load {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}
.load .gif {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  background: url("../images/load.gif") rgba(0, 0, 0, 0.7) no-repeat center center;
  z-index: 1000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}

/*# sourceMappingURL=style.css.map */
