@charset "UTF-8";
/*! 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=PT+Sans:400,700,700i|Roboto:100,300,400,500,900,400i,500i,700i,900i&subset=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; }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  -webkit-transition: opacity .2s;
          transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr; }

.fancybox-slider, .fancybox-slider-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch; }

.fancybox-slide:before {
  content: "";
  height: 100%;
  width: 0; }

.fancybox-slide:before, .fancybox-slide > * {
  display: inline-block;
  vertical-align: middle; }

.fancybox-slide > * {
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial,sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
      transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-image, .fancybox-placeholder, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0; }

.fancybox-image, .fancybox-spaceball {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background .2s;
          transition: background .2s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: -webkit-linear-gradient(270deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  opacity: 0;
  -webkit-transition: opacity .2s;
          transition: opacity .2s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a, .fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none; }

.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button:after, .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button--disabled:after, .fancybox-button--disabled:before {
  opacity: .5; }

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }

.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor; }

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close:after, .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@media (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }
  .fancybox-button--left, .fancybox-button--right, .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

.fancybox-button--play:before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent; }

.fancybox-button--pause:before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
  background: transparent; }

.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs:before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0; }

.fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }
  .fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 0; } }

.icons-user, .short-menu ul, #menu ul, .drop ul, .catalog-section > ul, .ui-autocomplete, .slick-dots, .main-gallery .filter-list, .shipping-links, .labels, .controls, .advantages, .advantages1, .partner-list, .list, ol:not(.number-list), .foot-menu ul, .social, .breadcrumbs, .categories ul, .sub-cat, .tab-controls, .big-list, .log-links, .pages, .partners ul, .pdf-list, .point-list, .sort .view, .sort .sort-by ul, .pagination ul, .switchers, .faq, .option-list, .lines, .delivery-time, .delivery, .scheme-links, .bottom-controls ul, .sales-list, .photo-list, .number-list, .heptagon ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .form .cols-holder:after, .form .row:after, .form .check-holder:after, .range-slider:after, .account .row:after, .manager-form .call-holder:after, .comment-form .column-holder:after, .container:after, .main-gallery:after, .products:after, .products footer:after, .advantages:after, .news:after, .two-cols:after, .foot-cols:after, .social:after, .breadcrumbs:after, .categories:after, .categories .item:after, .cat-single:after, .tab-controls:after, .text-block:after, .partner-page:after, .small-login .button-holder:after, .solutions:after, .partners:after, .cart-holder .cols:after, .empty-message .cols:after, .cart-products .item:after, .cart-total:after, .cart-total dl:after, .address-block .holder:after, .contacts:after, .contacts .address-block:after, .sort:after, .mobile-sort:after, .catalog-holder:after, .catalog-footer:after, .product .photo .photo-holder:after, .product .line:after, .product .shipping-links:after, .product .foot:after, .product .controls:after, .switchers:after, .card-info:after, .currensy:after, .manager:after, .faq li:after, .faq .answer:after, .faq-cols:after, .tech-cols:after, .compare-page:after, .page-404:after, .sales-list li:after, .delivery-option:after, .delivery-option dl:after, .agree-odd:after, .gray-header:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis, .products dl dd, .cart-products dl dd {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.news, .partner-list, .categories, .sub-cat, .tab-controls.reg-controls, .tab-controls.contacts-controls, .tab-controls.archive-controls, .tab-controls.product-controls, .big-list, .log-links, .card-info .pdf-list, .delivery-time, .bottom-controls ul, .sales-list, .delivery-option .delivery, .photo-list {
  font-size: 0;
  line-height: 0;
  letter-spacing: -5px; }
  .news > *, .partner-list > *, .categories > *, .sub-cat > *, .tab-controls.reg-controls > *, .tab-controls.contacts-controls > *, .tab-controls.archive-controls > *, .tab-controls.product-controls > *, .big-list > *, .log-links > *, .card-info .pdf-list > *, .delivery-time > *, .bottom-controls ul > *, .sales-list > *, .delivery-option .delivery > *, .photo-list > * {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: normal;
    /* @include media('<tablet') {
      font-size: 16px;
      line-height: 19px;
    }
    @include media('<phone') {
      font-size: 14px;
      line-height: 17px;
    } */ }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit;
  outline: none; }

* {
  max-height: 1000000px; }

body {
  color: #353a3e;
  background: #fff;
  font: 12px/18px "Roboto", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

svg * {
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  display: block;
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 17px;
  color: inherit; }

h1, .h1 {
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
  color: #00529c;
  font-weight: normal;
  margin-bottom: 37px; }
  h1 .more, .h1 .more {
    margin: 8px 0 0 20px; }
    h1 .more:first-of-type, .h1 .more:first-of-type {
      margin-left: 30px; }
  h1.big, .h1.big {
    font-size: 36px;
    line-height: 40px;
    font-weight: 100;
    margin-bottom: 25px;
    color: #353a3e; }
  h1.circle, .h1.circle {
    display: table;
    margin-bottom: 12px;
    font-weight: 100;
    color: #353a3e; }
    h1.circle .ico, h1.circle span, .h1.circle .ico, .h1.circle span {
      display: table-cell;
      vertical-align: middle; }
    h1.circle .ico, .h1.circle .ico {
      width: 99px;
      text-align: center; }
    h1.circle img, .h1.circle img {
      display: inline-block;
      vertical-align: top; }
    h1.circle span, .h1.circle span {
      padding-left: 26px; }
  @media (max-width: 600px) {
    h1 span, .h1 span {
      display: block; }
    h1 .more:first-of-type, .h1 .more:first-of-type {
      margin-left: 0; } }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 14px;
  line-height: 17px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 18px; }

h4, .h4 {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  font-weight: bold; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 18px; }
  p a {
    border-bottom: 1px solid; }
    p a:hover {
      border-color: transparent; }

a {
  color: #00529c;
  -webkit-transition: 0.3s ease;
          transition: 0.3s ease;
  -webkit-transition-property: color, border-color;
          transition-property: color, border-color;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none; }

.center {
  text-align: center; }

.blue-text {
  color: #00529c; }

.upper {
  text-transform: uppercase; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

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

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 0;
  margin: 0;
  background: none;
  padding: 0 15px;
  height: 29px;
  font-size: 14px;
  display: block;
  overflow: hidden;
  width: 100%;
  color: #353a3e; }
  input[type="text"]:focus::-webkit-input-placeholder,
  input[type="password"]:focus::-webkit-input-placeholder,
  input[type="datetime"]:focus::-webkit-input-placeholder,
  input[type="datetime-local"]:focus::-webkit-input-placeholder,
  input[type="date"]:focus::-webkit-input-placeholder,
  input[type="month"]:focus::-webkit-input-placeholder,
  input[type="time"]:focus::-webkit-input-placeholder,
  input[type="week"]:focus::-webkit-input-placeholder,
  input[type="number"]:focus::-webkit-input-placeholder,
  input[type="email"]:focus::-webkit-input-placeholder,
  input[type="url"]:focus::-webkit-input-placeholder,
  input[type="search"]:focus::-webkit-input-placeholder,
  input[type="tel"]:focus::-webkit-input-placeholder,
  input[type="color"]:focus::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder {
    color: transparent; }
  input[type="text"]:focus::-moz-placeholder,
  input[type="password"]:focus::-moz-placeholder,
  input[type="datetime"]:focus::-moz-placeholder,
  input[type="datetime-local"]:focus::-moz-placeholder,
  input[type="date"]:focus::-moz-placeholder,
  input[type="month"]:focus::-moz-placeholder,
  input[type="time"]:focus::-moz-placeholder,
  input[type="week"]:focus::-moz-placeholder,
  input[type="number"]:focus::-moz-placeholder,
  input[type="email"]:focus::-moz-placeholder,
  input[type="url"]:focus::-moz-placeholder,
  input[type="search"]:focus::-moz-placeholder,
  input[type="tel"]:focus::-moz-placeholder,
  input[type="color"]:focus::-moz-placeholder,
  textarea:focus::-moz-placeholder {
    opacity: 1;
    color: transparent; }
  input[type="text"]:focus:-moz-placeholder,
  input[type="password"]:focus:-moz-placeholder,
  input[type="datetime"]:focus:-moz-placeholder,
  input[type="datetime-local"]:focus:-moz-placeholder,
  input[type="date"]:focus:-moz-placeholder,
  input[type="month"]:focus:-moz-placeholder,
  input[type="time"]:focus:-moz-placeholder,
  input[type="week"]:focus:-moz-placeholder,
  input[type="number"]:focus:-moz-placeholder,
  input[type="email"]:focus:-moz-placeholder,
  input[type="url"]:focus:-moz-placeholder,
  input[type="search"]:focus:-moz-placeholder,
  input[type="tel"]:focus:-moz-placeholder,
  input[type="color"]:focus:-moz-placeholder,
  textarea:focus:-moz-placeholder {
    color: transparent; }
  input[type="text"]:focus:-ms-input-placeholder,
  input[type="password"]:focus:-ms-input-placeholder,
  input[type="datetime"]:focus:-ms-input-placeholder,
  input[type="datetime-local"]:focus:-ms-input-placeholder,
  input[type="date"]:focus:-ms-input-placeholder,
  input[type="month"]:focus:-ms-input-placeholder,
  input[type="time"]:focus:-ms-input-placeholder,
  input[type="week"]:focus:-ms-input-placeholder,
  input[type="number"]:focus:-ms-input-placeholder,
  input[type="email"]:focus:-ms-input-placeholder,
  input[type="url"]:focus:-ms-input-placeholder,
  input[type="search"]:focus:-ms-input-placeholder,
  input[type="tel"]:focus:-ms-input-placeholder,
  input[type="color"]:focus:-ms-input-placeholder,
  textarea:focus:-ms-input-placeholder {
    color: transparent; }
  input[type="text"]:focus.placeholder,
  input[type="password"]:focus.placeholder,
  input[type="datetime"]:focus.placeholder,
  input[type="datetime-local"]:focus.placeholder,
  input[type="date"]:focus.placeholder,
  input[type="month"]:focus.placeholder,
  input[type="time"]:focus.placeholder,
  input[type="week"]:focus.placeholder,
  input[type="number"]:focus.placeholder,
  input[type="email"]:focus.placeholder,
  input[type="url"]:focus.placeholder,
  input[type="search"]:focus.placeholder,
  input[type="tel"]:focus.placeholder,
  input[type="color"]:focus.placeholder,
  textarea:focus.placeholder {
    color: transparent; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-style: italic;
    color: #b0b0b0;
    -webkit-transition: color 0.3s ease;
            transition: color 0.3s ease; }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    font-style: italic;
    color: #b0b0b0;
    transition: color 0.3s ease; }
  input[type="text"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="datetime"]:-moz-placeholder,
  input[type="datetime-local"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="month"]:-moz-placeholder,
  input[type="time"]:-moz-placeholder,
  input[type="week"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="color"]:-moz-placeholder,
  textarea:-moz-placeholder {
    font-style: italic;
    color: #b0b0b0;
    transition: color 0.3s ease; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-style: italic;
    color: #b0b0b0;
    transition: color 0.3s ease; }
  input[type="text"].placeholder,
  input[type="password"].placeholder,
  input[type="datetime"].placeholder,
  input[type="datetime-local"].placeholder,
  input[type="date"].placeholder,
  input[type="month"].placeholder,
  input[type="time"].placeholder,
  input[type="week"].placeholder,
  input[type="number"].placeholder,
  input[type="email"].placeholder,
  input[type="url"].placeholder,
  input[type="search"].placeholder,
  input[type="tel"].placeholder,
  input[type="color"].placeholder,
  textarea.placeholder {
    font-style: italic;
    color: #b0b0b0;
    -webkit-transition: color 0.3s ease;
            transition: color 0.3s ease; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top;
  height: 102px;
  padding-top: 6px;
  padding-bottom: 6px; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.input {
  position: relative;
  width: 100%;
  display: block;
  min-height: 31px;
  border: 1px solid #dadada;
  background-color: #fff;
  margin: 0 0 26px;
  -webkit-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
  -webkit-transition-property: border-color, background-color;
          transition-property: border-color, background-color; }
  .input > label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #b0b0b0;
    text-align: center;
    font-style: italic;
    line-height: 29px;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    cursor: text;
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    -webkit-user-select: none; }
  .input .error {
    position: absolute;
    top: -21px;
    right: 0;
    color: #f00;
    font-size: 11px;
    line-height: 20px;
    font: 11px/20px "Roboto", sans-serif;
    display: none !important; }
  .input:hover {
    background-color: #f6f6f6;
    border-color: #006dd0; }
  .input.focus {
    background-color: #f6f6f6;
    border-color: #006dd0; }
    .input.focus input::-webkit-input-placeholder {
      color: transparent; }
    .input.focus input::-moz-placeholder {
      opacity: 1;
      color: transparent; }
    .input.focus input:-moz-placeholder {
      color: transparent; }
    .input.focus input:-ms-input-placeholder {
      color: transparent; }
    .input.focus input.placeholder {
      color: transparent; }
    .input.focus > label {
      top: -26px;
      left: 0;
      font-style: normal;
      color: #353a3e; }
  .input.error {
    border-color: #f00 !important; }
    .input.error .error {
      display: block !important; }
  .input.disabled {
    background-color: #f2f2f2;
    cursor: default; }
    .input.disabled input {
      pointer-events: none; }
  .input.enter > label {
    top: -26px;
    left: 0;
    font-style: normal;
    color: #353a3e; }
  .input.req:after {
    content: '*';
    position: absolute;
    top: -3px;
    right: -19px;
    font-size: 14px;
    line-height: 17px;
    font-style: normal;
    color: #ff9494;
    text-align: center;
    padding: 0 5px; }
  .input.textarea > label {
    line-height: 17px;
    padding-top: 6px; }
  @media (max-width: 767px) {
    .input > label {
      white-space: normal; }
      .input > label span {
        display: none; }
    .input.textarea {
      max-width: 440px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 479px) {
    .input.textarea {
      max-width: 240px;
      height: 140px; } }

.file-holder {
  position: relative;
  overflow: hidden;
  margin-bottom: 23px; }
  .file-holder .file-frame {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top; }
  .file-holder input {
    font: 1000px serif;
    margin: 0;
    padding: 0;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    outline: 0;
    border: 0;
    opacity: 0;
    color: transparent;
    width: auto; }
  .file-holder .button {
    margin-bottom: 0 !important; }
  @media (max-width: 767px) {
    .file-holder .file-frame {
      max-width: 240px; } }

.file-name {
  padding: 0 15px;
  font-size: 12px;
  line-height: 29px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 240px;
  font-style: italic;
  color: #b0b0b0;
  min-height: 31px;
  border: 1px solid #dadada;
  background-color: #f6f6f6;
  margin: 0 24px 0 0;
  text-align: center; }
  @media (max-width: 767px) {
    .file-name {
      margin: 0 0 24px; } }

.button {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  border-radius: 15px;
  background-color: #ffd500;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 31px;
  color: #00529c;
  text-align: center;
  padding: 0 35px;
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
  -webkit-transition-property: background-color, color;
          transition-property: background-color, color;
  border: none;
  box-shadow: none;
  cursor: pointer; }
  .button:hover {
    background-color: #00529c;
    color: #ffd500; }
    .button:hover svg {
      fill: #ffd500; }
  .button svg {
    display: inline-block;
    vertical-align: top;
    fill: #00529c;
    width: 20px;
    height: 20px;
    margin: 4px -20px 0 7px; }
  .button.small {
    height: 25px;
    line-height: 26px;
    padding: 0 15px;
    font-size: 12px; }
    .button.small svg {
      width: 15px;
      height: 15px;
      margin-top: 5px;
      margin-right: -5px; }
  .button.wide {
    padding: 0 30px; }
  .button.big {
    height: 35px;
    line-height: 36px;
    font-size: 20px;
    padding: 0 20px; }
    .button.big svg {
      margin: 7px -5px 0 8px; }
  .button.gray {
    background-color: #d0d0d0; }
    .button.gray:hover {
      color: #00529c;
      background-color: #ffd500; }

.button-holder {
  text-align: center;
  margin-bottom: 13px; }
  .button-holder:last-child {
    margin-bottom: 0; }

.check-label {
  position: relative;
  float: left;
  cursor: pointer;
  text-align: left; }
  .check-label:nth-of-type(2) {
    float: right;
    margin-right: 0; }
  .check-label span {
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    font-size: 11px;
    line-height: 12px; }
  .check-label a {
    color: #00529c;
    text-decoration: underline;
    word-break: break-all; }
    .check-label a:hover {
      text-decoration: none; }
  .check-label.mid {
    margin-bottom: 20px; }
    .check-label.mid span {
      vertical-align: middle; }

.icheck, .iradio {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #dadada;
  background-color: #f6f6f6; }
  .icheck:after, .iradio:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background: url(../images/icons/checkmark.svg) no-repeat 50% 50%/14px 14px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
            transition: opacity 0.3s ease-in-out; }
  .icheck.checked:after, .iradio.checked:after {
    opacity: 1; }

.iradio {
  width: 24px;
  height: 24px;
  border-radius: 50%; }

.form {
  max-width: 600px;
  margin: 0 auto; }
  .form .col {
    float: left;
    width: 240px; }
    .form .col:last-child {
      float: right;
      min-height: 30px; }
  .form .center {
    margin-bottom: 24px; }
  .form .row {
    margin: 0 auto 24px;
    max-width: 230px; }
  .form a:not(.button) {
    color: #353a3e;
     }
    .form a:not(.button):hover {
      color: #00529c;
      border-color: transparent; }
  .form .check-label a {
    color: #00529c;
    border-bottom: none; }
    .form .check-label a:hover {
      text-decoration: none; }
  .form .check-holder {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto; }
  .form.small {
    max-width: 240px; }
    .form.small .row {
      max-width: 100%; }
  .form .small {
    max-width: 240px;
    margin: 0 auto; }
  .form.hidden, .form .form-block.hidden {
    display: none; }
  .form.unreg h3 {
    font-size: 14px;
    line-height: 17px; }
  .form .pdf-list a {
    border-bottom: none; }
  @media (max-width: 767px) {
    .form .row:last-child {
      margin-bottom: 0; }
    .form .col:nth-child(n) {
      float: none;
      width: 100%;
      max-width: 240px;
      margin: 0 auto; } }

.filter {
  float: left;
  width: 240px;
  margin-right: -1px;
  padding-top: 25px;
  margin-bottom: 40px;
  border: 1px solid #dadada; }
  .filter .h1 {
    margin: 0 0 20px;
    padding: 0 15px;
    color: #353a3e; }
    .filter .h1 a {
      color: #353a3e;
      font-size: 14px;
      margin-left: 5px;
      border-bottom: 1px solid; }
      .filter .h1 a:hover {
        color: #00529c;
        border-color: transparent; }
  .filter .h3 {
    margin: 0;
    font-weight: bold;
    text-transform: uppercase; }
    .filter .h3 a {
      color: #353a3e;
      font-size: 12px;
      margin-left: 5px;
      font-weight: normal;
      border-bottom: 1px solid; }
      .filter .h3 a:hover {
        color: #00529c;
        border-color: transparent; }
  .filter .check-label {
    display: block;
    cursor: default;
    float: none;
    font-size: 12px;
    margin-bottom: 3px; }
    .filter .check-label span {
      cursor: pointer;
      line-height: 18px;
      -webkit-transition: color 0.3s ease;
              transition: color 0.3s ease; }
    .filter .check-label .icheck {
      cursor: pointer; }
    .filter .check-label:hover span {
      color: #00529c; }
    .filter .check-label.checked span {
      color: #00529c; }
    .filter .check-label:last-child {
      margin-bottom: 0; }
  @media (max-width: 1023px) {
    .filter {
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      box-shadow: 2px 0 4px rgba(0, 0, 0, 0.3);
      -webkit-transform: translateX(-140%);
          -ms-transform: translateX(-140%);
              transform: translateX(-140%);
      -webkit-transition: -webkit-transform 0.6s ease-in-out;
              transition: transform 0.6s ease-in-out;
      float: none;
      margin: 0;
      z-index: 100;
      overflow-y: auto;
      background-color: #fff; }
      .open-filter .filter {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); } }

.filter-block {
  position: relative;
  width: 100%;
  padding: 0 15px;
  border: solid #dadada;
  border-width: 1px 0;
  margin-bottom: -1px; }
  .filter-block .head {
    padding: 15px 30px 15px 0;
    cursor: pointer;
    position: relative; }
    .filter-block .head .icon {
      position: absolute;
      width: 15px;
      height: 15px;
      right: 0;
      top: calc(50% - 8px); }
      .filter-block .head .icon:after, .filter-block .head .icon:before {
        content: '';
        position: absolute;
        background-color: #353a3e; }
      .filter-block .head .icon:before {
        left: 0;
        right: 0;
        height: 1px;
        top: 7px; }
      .filter-block .head .icon:after {
        top: 0;
        bottom: 0;
        left: 7px;
        width: 1px;
        -webkit-transition: 0.3s ease;
                transition: 0.3s ease;
        -webkit-transition-property: top, bottom;
                transition-property: top, bottom; }
  .filter-block .expand {
    display: none;
    overflow: hidden;
    position: relative;
    padding: 0 0 25px; }
  .filter-block .active .head .icon:after {
    top: 7px;
    bottom: 7px; }
  .filter-block .active .expand {
    display: block; }
  .filter-block .active .show-all {
    display: block; }
  .filter-block .show-all {
    display: none;
    float: none;
    margin: 0;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    line-height: 12px; }
  .filter-block .hidden {
    display: none; }
    .open .filter-block .hidden {
      display: block; }

.range-slider {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 15px;
  margin: 0 2px;
  padding: 4px 0 20px; }
  .range-slider .from {
    float: left;
    margin-left: -2px; }
  .range-slider .to {
    float: right;
    margin-right: -2px; }
  .range-slider:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    background-color: #f6f6f6; }
  .range-slider .ui-slider-range {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    background-color: #00529c; }
  .range-slider .ui-slider-handle {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 4px;
    height: 12px;
    background-color: #00529c;
    cursor: pointer;
    margin-left: -2px; }

.account {
  max-width: 100%; }
  .account h3, .account .h3 {
    font-weight: bold;
    text-transform: none;
    margin-bottom: 25px; }
  .account .row {
    max-width: 100%;
    border: dotted #00529c;
    border-width: 2px 0;
    padding: 24px 0 0;
    margin-bottom: 40px;
    position: relative; }
    .account .row.subscribe-option {
      padding-bottom: 23px; }
      .account .row.subscribe-option .holder {
        float: left;
        width: 33.333%;
        text-align: center;
        padding-bottom: 23px; }
      .account .row.subscribe-option .check-label {
        float: none;
        padding-top: 4px; }
      .account .row.subscribe-option .cols-holder {
        padding-bottom: 31px; }
      .account .row.subscribe-option .button {
        max-width: 240px;
        left: auto;
        right: 0;
        margin: 0; }
    .account .row.vs-button {
      padding-bottom: 60px; }
      .account .row.vs-button .button {
        bottom: -53px; }
    .account .row.odd-top {
      padding-top: 0;
      border-top: 0;
      margin-top: -17px; }
      .account .row.odd-top .pdf-list li {
        text-transform: uppercase; }
    .account .row.status-row {
      border-bottom: none; }
  .account .cols-holder {
    max-width: 720px;
    margin: 0 auto;
    position: relative; }
  .account .col {
    position: relative; }
  .account .input, .account .button {
    margin: 0 auto 23px; }
  .account .button:not(.default) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .account textarea {
    height: 84px;
    resize: none; }
  .account .add-one {
    text-transform: uppercase; }
  .account .add-holder {
    white-space: nowrap;
    text-align: center;
    height: 31px; }
    .account .add-holder:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%; }
    .account .add-holder > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle; }
  .account .reclam-holder {
    padding-top: 23px; }
  @media (max-width: 767px) {
    .account .button:not(.default) {
      position: relative;
      bottom: auto;
      left: auto; }
    .account .row.subscribe-option .cols-holder {
      padding-bottom: 0; }
    .account .row.subscribe-option .holder {
      text-align: left;
      float: none;
      width: 240px;
      margin: 0 auto; }
    .account .cols-holder {
      text-align: center; }
    .account .row.vs-button {
      padding-bottom: 0; }
      .account .row.vs-button .button {
        bottom: auto; } }

.manager-form {
  max-width: 100%; }
  .manager-form .input textarea {
    padding: 20px;
    height: 200px; }
    .manager-form .input textarea::-webkit-input-placeholder {
      text-align: center; }
    .manager-form .input textarea::-moz-placeholder {
      opacity: 1;
      text-align: center; }
    .manager-form .input textarea:-moz-placeholder {
      text-align: center; }
    .manager-form .input textarea:-ms-input-placeholder {
      text-align: center; }
    .manager-form .input textarea.placeholder {
      text-align: center; }
  .manager-form .button {
    float: left; }
    .manager-form .button:last-child {
      float: right; }

.comment-form {
  max-width: 100%; }
  .comment-form h3, .comment-form .h3 {
    font-weight: bold; }
  .comment-form .column {
    float: left;
    width: 240px; }
    .comment-form .column:last-child {
      float: right;
      width: calc(100% - 300px); }
      .comment-form .column:last-child .input {
        height: calc(100% - 26px); }
  .comment-form .row {
    max-width: 100%;
    text-align: right; }
  .comment-form textarea {
    height: 100%;
    resize: none;
    overflow-y: auto; }
  @media (max-width: 600px) {
    .comment-form .column-holder {
      max-width: 240px;
      margin: 0 auto; }
    .comment-form .column {
      float: none;
      width: 100%; }
      .comment-form .column:last-child {
        float: none;
        width: 100%; }
        .comment-form .column:last-child .input {
          height: 65px; }
    .comment-form .row {
      text-align: center; } }

.trigger-hidden {
  display: none; }
  .trigger-hidden.show {
    display: block; }

#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative; }

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative; }
  .container.small {
    max-width: 980px; }
  @media (max-width: 1023px) {
    .container {
      padding: 0 20px; } }
  @media (max-width: 767px) {
    .container {
      padding: 0 10px; } }

#main {
  padding: 0px 0px 45px 0px; }
  #promo + #main {
    padding-top: 0; }
  .map-page #main {
    padding-bottom: 0; }
  @media (max-width: 950px) {
    #main {
      padding-top: 40px; }
      #main.rules-page {
        padding-bottom: 0; } }
  @media (max-width: 600px) {
    #main.rules-page {
      padding-bottom: 15px; } }

.banner {
  width: 100%;
  padding: 0px 0;
  background-color: #f6f6f6;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase; }
  .banner a {
    display: block;
    position: relative;
    height: 80px;
    color: white;
    padding: 25px; }
  .banner strong {
    float: left; }
    .banner strong.right {
      float: right; }
  @media (max-width: 479px) {
    .banner {
      display: none; } }

.bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease; }

[data-bg] {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat; 
  background-size: auto;
  }

#header {
  width: 100%;
  position: relative;
  z-index: 100; }
  #header .top {
    background-color: #d8d8d8;
    height: 40px;
    border-bottom: 1px solid white; }
  #header .middle {
    height: 68px;
    border-bottom: 1px solid #0077e3; }
  #header .bottom {
    height: 45px; }
  #header .container {
    height: 100%; }
  #header .holder {
    color: white;
    background: #006cce;
    background: -webkit-linear-gradient(top, #006cce 0%, #00529c 100%);
    background: linear-gradient(to bottom, #006cce 0%, #00529c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006cce', endColorstr='#00529c',GradientType=0 ); }
    #header .holder .container {
      padding-left: 190px; }
  #header .info {
    float: left;
    width: 27.43%;
    font-size: 20px;
    line-height: 25px;
    padding: 9px 0 0;
    overflow: hidden;
    max-height: 57px;
    margin-right: 6.86%; }
  #header .dealer {
    float: right;
    height: 100%;
    color: white;
    background-color: #006dd0;
    padding: 0 25px 0 48px;
    position: relative;
    line-height: 45px;
    font-weight: 500; }
    #header .dealer span {
      border-bottom: 1px solid;
      text-transform: uppercase; }
    #header .dealer svg {
      position: absolute;
      top: calc(50% - 10px);
      left: 20px;
      width: 21px;
      height: 21px;
      fill: white; }
    #header .dealer:hover {
      color: #ffd500; }
      #header .dealer:hover svg {
        fill: #ffd500; }
  @media (max-width: 1199px) {
    #header .search {
      width: 36.33%; }
    #header .info {
      width: 27.43%;
      margin-right: 4.86%; }
    #header .dealer {
      width: 61px;
      padding: 0; }
      #header .dealer span {
        display: none; } }
  @media (max-width: 1023px) {
    #header .info {
      display: none; }
    #header .search {
      width: 50%; } }
  @media (max-width: 949px) {
    #header .dealer {
      position: absolute;
      left: 0;
      bottom: 0;
      height: 45px;
      float: none;
      display: block;
      width: 100%;
      padding: 0 25px 0 58px; }
      #header .dealer span {
        display: inline; }
    #header .middle {
      border: 0; }
    #header .bottom {
      height: 0; }
    #header .holder .container {
      padding-left: 130px; } }
  @media (max-width: 767px) {
    #header .holder .container {
      padding-left: 120px; } }
  @media (max-width: 599px) {
    #header .phone {
      display: none; }
    #header .search {
      width: 100%; }
    #header .holder .container {
      padding-left: 110px; } }

.icons-user {
  float: right;
  height: 100%;
  text-align: center;
  border-left: 1px solid white; }
  .icons-user > li {
    float: left;
    height: 100%;
    border-right: 1px solid white;
    position: relative; }
    .icons-user > li:last-child {
      display: none; }
    .icons-user > li.active a {
      background-color: #5a6065; }
      .icons-user > li.active a svg {
        fill: white; }
    .icons-user > li > a {
      display: block;
      width: 50px;
      height: 100%;
      white-space: nowrap;
      text-align: center;
      -webkit-transition-property: color, background-color;
              transition-property: color, background-color; }
      .icons-user > li > a:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        min-height: 100%; }
      .icons-user > li > a > * {
        white-space: normal;
        display: inline-block;
        vertical-align: middle; }
      .icons-user > li > a:hover {
        background-color: #5a6065; }
        .icons-user > li > a:hover svg {
          fill: #fff; }
      .icons-user > li > a.user-name {
        width: auto;
        min-width: 50px;
        padding: 0 13px; }
    .icons-user > li:hover > a {
      background-color: #5a6065; }
      .icons-user > li:hover > a svg {
        fill: #ffd500; }
      .icons-user > li:hover > a em {
        color: #fff; }
    .icons-user > li:hover .drop {
      opacity: 1;
      max-height: 1000px;
      pointer-events: auto;
      -webkit-transition: opacity 0.3s ease, max-height 0.3s ease;
              transition: opacity 0.3s ease, max-height 0.3s ease; }
  .icons-user svg {
    width: 20px;
    height: 20px;
    fill: #b2b2b2; }
  .icons-user em {
    width: 98px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap !important;
    color: #353a3e;
    font-style: normal;
    padding-left: 12px; }
  .icons-user .drop {
    background-color: #fff;
    border: 1px solid #dadada;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.7);
    right: -1px;
    left: auto;
    min-width: 248px;
    padding: 0; }
    .icons-user .drop li {
      border-bottom: 1px solid #dadada;
      text-align: left;
      padding: 0; }
      .icons-user .drop li:last-child {
        border-bottom: none; }
    .icons-user .drop a {
      display: block;
      padding: 15px 28px 12px; }
      .icons-user .drop a:hover {
        border-bottom-color: transparent; }
        .icons-user .drop a:hover span {
          color: #00529c;
          border-bottom-color: #00529c; }
    .icons-user .drop span {
      border-bottom: 1px solid transparent;
      -webkit-transition: border-color 0.3s ease-in-out;
              transition: border-color 0.3s ease-in-out; }
  .icons-user .town {
    color: #353a3e;
    width: auto;
    padding: 0 18px; }
    .icons-user .town span {
      margin-left: 10px;
      border-bottom: 1px dashed;
      -webkit-transition: border-color 0.3s ease-in-out;
              transition: border-color 0.3s ease-in-out; }
    .icons-user .town:hover span {
      color: #fff;
      border-color: transparent; }
  .icons-user .mobile-icon span {
    position: absolute;
    top: calc(50% - 1px);
    left: 15px;
    right: 15px;
    height: 2px;
    background-color: #b2b2b2;
    -webkit-transition: background 0s 0.3s;
            transition: background 0s 0.3s; }
    .icons-user .mobile-icon span:after, .icons-user .mobile-icon span:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      height: 2px;
      background-color: #b2b2b2;
      -webkit-transition-duration: 0.3s, 0.3s;
              transition-duration: 0.3s, 0.3s;
      -webkit-transition-delay: 0.3s, 0s;
              transition-delay: 0.3s, 0s; }
    .icons-user .mobile-icon span:after {
      top: -6px;
      -webkit-transition-property: top, -webkit-transform;
              transition-property: top, transform; }
    .icons-user .mobile-icon span:before {
      bottom: -6px;
      -webkit-transition-property: bottom, -webkit-transform;
              transition-property: bottom, transform; }
  @media (max-width: 1023px) {
    .icons-user .town {
      width: 50px;
      padding: 0; }
      .icons-user .town span {
        display: none; }
    .icons-user em {
      display: none !important; } }
  @media (max-width: 949px) {
    .icons-user > li:last-child {
      display: block; } }
  @media (max-width: 479px) {
    .icons-user .drop {
      right: -103px; } }
  .navigation .icons-user .mobile-icon {
    background-color: #5a6065; }
    .navigation .icons-user .mobile-icon span {
      -webkit-transition: background 0s 0.3s;
              transition: background 0s 0.3s;
      background-color: rgba(178, 178, 178, 0); }
      .navigation .icons-user .mobile-icon span:after, .navigation .icons-user .mobile-icon span:before {
        -webkit-transition-delay: 0s, 0.3s;
                transition-delay: 0s, 0.3s;
        background-color: #ffd500; }
      .navigation .icons-user .mobile-icon span:after {
        top: 0;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .navigation .icons-user .mobile-icon span:before {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }

.short-menu {
  display: none;
  font-size: 12px;
  line-height: 18px;
  padding: 16px 16px 61px; }
  .short-menu li {
    padding: 5px 0; }
    .short-menu li.active a {
      color: #006dd0;
      border-color: transparent; }
  .short-menu a {
    color: #353a3e;
    border-bottom: 1px solid; }
    .short-menu a:hover {
      color: #006dd0;
      border-color: transparent; }

.mobile-menu {
  height: 100%;
  width: 100%; }
  .mobile-menu .mobile-holder {
    height: 100%;
    width: 100%; }
  @media (max-width: 949px) {
    .mobile-menu {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      width: 280px;
      z-index: 100;
      background-color: white;
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-transform: translateX(calc(-100% - 10px));
          -ms-transform: translateX(calc(-100% - 10px));
              transform: translateX(calc(-100% - 10px));
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
              transition: transform 0.3s ease-in-out; }
      .mobile-menu .short-menu {
        display: block; }
      .navigation .mobile-menu {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }
      .mobile-menu .mobile-holder {
        height: auto;
        min-height: 100%;
        position: relative; } }
  @media (max-width: 479px) {
    .mobile-menu {
      width: 258px; } }

#menu {
  float: left;
  padding-left: 150px; }
  #menu ul {
    float: left;
    line-height: 39px; }
  #menu li {
    float: left;
    padding-right: 30px; }
    #menu li.active a {
      color: #006dd0;
      border-color: transparent; }
  #menu a {
    color: #353a3e;
    border-bottom: 1px solid; }
    #menu a:hover {
      color: #006dd0;
      border-color: transparent; }
  @media (max-width: 1023px) {
    #menu {
      padding-left: 170px; } }
  @media (max-width: 949px) {
    #menu {
      display: none; } }

.search {
  float: right;
  width: 41.33%;
  height: 39px;
  border-radius: 20px;
  background-color: #ffd500;
  border: 3px solid #00529c;
  position: relative;
  margin: 14px 0; }
  .search input {
    width: calc(100% + 6px);
    height: 34px;
    color: #00529c;
    padding: 0 25px;
    margin: 0 -3px;
    text-align: left; }
    .search input::-webkit-input-placeholder {
      color: #00529c; }
    .search input::-moz-placeholder {
      opacity: 1;
      color: #00529c; }
    .search input:-moz-placeholder {
      color: #00529c; }
    .search input:-ms-input-placeholder {
      color: #00529c; }
    .search input.placeholder {
      color: #00529c; }
  .search button {
    position: absolute;
    top: 0;
    right: 5px;
    height: 100%;
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    width: 33px; }
  .search svg {
    width: 23px;
    height: 23px;
    fill: #00529c;
    display: inline-block;
    vertical-align: middle; }
  @media (max-width: 479px) {
    .search button {
      right: 0; }
    .search svg {
      width: 19px;
      height: 19px; }
    .search input {
      padding: 0 15px; } }

.phone {
  float: left;
  font-size: 18px;
  line-height: 10px;
  padding: 12px 0px 8px 40px;
  position: relative; }
  .phone strong {
    display: block;
    font-weight: 500; }
    .phone strong span {
      font-weight: normal; }
  .phone a {
    color: #ffd500;
    border-bottom: 1px solid; }
    .phone a:hover {
      border-color: transparent; }
  .phone .icon {
    position: absolute;
    top: calc(50% - 13px);
    left: 0;
    width: 33px;
    height: 33px;
    background-color: #ffd500;
    text-align: center;
    border-radius: 50%;
    padding: 5px 5px 7px 7px; }
  .phone svg {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    fill: #00529c; }

.logo {
  position: absolute;
  left: 40px;
  bottom: -37px;
  background: url(../images/logo.png) no-repeat;
  width: 127px;
  height: 190px;
  overflow: hidden;
  text-indent: 121%;
  white-space: nowrap; }
  .logo a {
    display: block;
    height: 100%; }
  @media (max-width: 949px) {
    .logo {
      left: 20px;
      width: 90px;
      height: 136px;
      background-size: 100%;
      bottom: -28px; } }
  @media (max-width: 767px) {
    .logo {
      left: 10px; } }

.drop {
  z-index: 100;
  position: absolute;
  left: 190px;
  right: 40px;
  top: 100%;
  max-height: 0;
  overflow: hidden;
  min-width: 390px;
  padding: 25px;
  color: black;
  font-size: 14px;
  line-height: 20px;
  opacity: 0;
  pointer-events: none;
  background-color: #d8d8d8;
  border-top: 19px solid #ffd500;
  -webkit-transition: opacity 0.3s ease, max-height 0.3s ease;
          transition: opacity 0.3s ease, max-height 0.3s ease; }
  .drop .title {
    display: block;
    padding-bottom: 6px;
    text-transform: uppercase; }
  .drop ul li {
    padding: 5px 0;
    position: relative; }
  .drop ul a {
    color: black;
    border-bottom: 1px solid transparent; }
    .drop ul a:hover {
      color: #00529c;
      border-bottom-color: #00529c; }
      .drop ul a:hover svg {
        fill: #00529c; }
  .drop ul .active a {
    color: #00529c;
    border-bottom-color: #00529c; }
    .drop ul .active a svg {
      fill: #00529c; }
  .drop svg {
    position: absolute;
    left: -40px;
    height: 20px;
    width: 20px;
    top: 5px;
    fill: #9b9b9b; }
   .drop img {
    position: absolute;
    left: -30px;
    height: 20px;
    width: 20px;
    top: 5px;
    fill: #9b9b9b; }
  .drop .more {
    position: absolute;
    bottom: 32px;
    color: black; }
    .drop .more:hover {
      color: #00529c; }
  .drop .col {
    float: left;
    width: calc(100% / 4);
    padding-left: 40px; }
  .open .drop {
    opacity: 1;
    max-height: 1000px; }
  .small-drop .drop {
    padding-left: 65px;
    right: auto;
    left: 0; }
  @media (max-width: 1023px) {
    .drop {
      right: 20px; } }
  @media (max-width: 949px) {
    .drop .col {
      float: none;
      width: 100%; }
      .drop .col.open .title + ul {
        display: block; }
    .drop .more {
      display: none; }
    .drop .title {
      cursor: pointer; }
      .drop .title:after {
        content: '';
        display: inline-block;
        vertical-align: top;
        margin: 5px 0 0 5px;
        height: 0;
        width: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 8px solid #353a3e; }
      .drop .title + ul {
        display: none;
        padding-bottom: 15px; } }

.catalog-menu {
  float: left;
  height: 100%;
  margin-right: 1px; }
  .catalog-menu > a {
    display: block;
    height: 100%;
    padding-left: 40px;
    padding-right: 35px;
    color: #ffd500;
    line-height: 46px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    background-color: #002d56;
    -webkit-transition: 0.3s ease;
            transition: 0.3s ease;
    -webkit-transition-property: background-color, color;
            transition-property: background-color, color; }
    .catalog-menu > a:hover {
      background-color: #ffd500;
      color: #00529c; }
    .catalog-menu > a:after {
      content: '';
      position: absolute;
      top: calc(50% - 4px);
      right: 15px;
      height: 0;
      width: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 8px solid white; }
    .catalog-menu > a span {
      width: 14px;
      height: 14px;
      position: absolute;
      left: 15px;
      top: calc(50% - 7px); }
    .catalog-menu > a i {
      position: absolute;
      top: calc(50% - 1px);
      left: 0;
      right: 0;
      height: 2px;
      background-color: white;
      -webkit-transition: background 0s 0.3s;
              transition: background 0s 0.3s; }
      .catalog-menu > a i:after, .catalog-menu > a i:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        height: 2px;
        background-color: white;
        -webkit-transition-duration: 0.3s, 0.3s;
                transition-duration: 0.3s, 0.3s;
        -webkit-transition-delay: 0.3s, 0s;
                transition-delay: 0.3s, 0s; }
      .catalog-menu > a i:after {
        top: -4px;
        -webkit-transition-property: top, -webkit-transform;
                transition-property: top, transform; }
      .catalog-menu > a i:before {
        bottom: -4px;
        -webkit-transition-property: bottom, -webkit-transform;
                transition-property: bottom, transform; }
  @media (min-width: 951px) {
    .catalog-menu:hover > a {
      background-color: #ffd500;
      color: #00529c; }
    .catalog-menu:hover i {
      -webkit-transition: background 0s 0.3s;
              transition: background 0s 0.3s;
      background-color: rgba(255, 255, 255, 0); }
      .catalog-menu:hover i:after, .catalog-menu:hover i:before {
        -webkit-transition-delay: 0s, 0.3s;
                transition-delay: 0s, 0.3s;
        background-color: white; }
      .catalog-menu:hover i:after {
        top: 0;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .catalog-menu:hover i:before {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    .catalog-menu:hover .drop {
      opacity: 1;
      max-height: 1000px;
      pointer-events: auto;
      -webkit-transition: opacity 0.45s ease, max-height 0.9s ease;
              transition: opacity 0.45s ease, max-height 0.9s ease; } }
  .catalog-menu .drop .col {
    width: 30%;
    height: 100%;
    padding: 0 40px 0 24px; }
    .catalog-menu .drop .col:first-child {
      width: 40%; }
    .catalog-menu .drop .col.icons {
      padding: 0 0 0 40px; }
  @media (max-width: 949px) {
    .catalog-menu {
      height: auto;
      float: none;
      width: 100%; }
      .catalog-menu .drop {
        opacity: 1;
        pointer-events: auto;
        min-width: 100%;
        position: static;
        max-height: none !important;
        max-height: none !important;
        border: 0;
        padding: 20px 0 14px; }
        .catalog-menu .drop svg {
          left: -30px; }
      .catalog-menu .col {
        width: 100% !important;
        padding: 0 10px 0 40px !important; } }

.catalog-section {
  float: left;
  height: 100%; }
  .catalog-section .small-drop {
    position: relative; }
  .catalog-section > ul {
    float: left; }
    .catalog-section > ul > li {
      float: left; }
      .catalog-section > ul > li > a {
        color: white;
        display: block;
        font-weight: 500;
        padding: 0 16px;
        height: 45px;
        text-transform: uppercase;
        line-height: 46px;
        -webkit-transition-property: color, background-color;
                transition-property: color, background-color; }
      .catalog-section > ul > li.active > a {
        background-color: #ffd500;
        color: #00529c; }
      @media (min-width: 951px) {
        .catalog-section > ul > li:hover > a {
          background-color: #ffd500;
          color: #00529c; }
        .catalog-section > ul > li:hover .drop {
          opacity: 1;
          max-height: 1000px;
          pointer-events: auto;
          -webkit-transition: opacity 0.45s ease, max-height 0.9s ease;
                  transition: opacity 0.45s ease, max-height 0.9s ease; } }
  @media (max-width: 949px) {
    .catalog-section {
      height: auto;
      float: none;
      width: 100%; }
      .catalog-section > ul {
        float: none;
        width: 100%; }
        .catalog-section > ul > li {
          float: none;
          width: 100%;
          border-bottom: 1px solid #d8d8d8; }
          .catalog-section > ul > li > a {
            color: #353a3e; }
          .catalog-section > ul > li.has-drop > a {
            position: relative; }
            .catalog-section > ul > li.has-drop > a:after {
              content: '';
              position: absolute;
              top: calc(50% - 4px);
              right: 15px;
              height: 0;
              width: 0;
              border-left: 5px solid transparent;
              border-right: 5px solid transparent;
              border-top: 8px solid #353a3e; }
      .catalog-section .drop {
        opacity: 1;
        pointer-events: auto;
        min-width: 100%;
        position: static;
        display: none;
        max-height: none !important;
        max-height: none !important;
        border: 0;
        padding: 16px 0; }
        .catalog-section .drop svg {
          left: -30px; }
        .catalog-section .drop > ul {
          padding: 0 10px 0 40px; }
        .catalog-section .drop .col {
          width: 100% !important;
          padding: 0 10px 0 40px !important; }
      .catalog-section .open .drop {
        display: block; } }

.ui-helper-hidden-accessible {
  display: none; }

.ui-autocomplete {
  position: absolute;
  z-index: 100;
  border-radius: 20px;
  background-color: white;
  border: 3px solid #00529c;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease, max-height 0.3s ease;
          transition: opacity 0.3s ease, max-height 0.3s ease; }
  .ui-autocomplete .visual {
    float: left;
    width: 80px;
    text-align: center;
    padding: 15px; }
    .ui-autocomplete .visual img {
      display: inline-block;
      vertical-align: top;
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
  .ui-autocomplete li:last-child a {
    border: 0;
    height: 58px; }
  .ui-autocomplete a {
    display: block;
    overflow: hidden;
    height: 59px;
    color: #353a3e;
    border-bottom: 1px solid #d8d8d8; }
    .ui-autocomplete a:hover {
      color: #00529c; }
  .ui-autocomplete .info {
    overflow: hidden;
    height: 100%;
    white-space: nowrap;
    text-align: center;
    text-align: left;
    padding-top: 1px; }
    .ui-autocomplete .info:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%; }
    .ui-autocomplete .info > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle; }
  .ui-autocomplete.opened {
    opacity: 1;
    max-height: 1000px;
    pointer-events: auto;
    -webkit-transition: opacity 0.45s ease, max-height 0.9s ease;
            transition: opacity 0.45s ease, max-height 0.9s ease; }
  @media (max-width: 479px) {
    .ui-autocomplete {
      left: 0 !important;
      width: 100% !important;
      margin-top: 10px; } }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .slick-slider .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100%; }
  .slick-slider .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    height: 100%; }
  .slick-slider .slick-slide {
    display: none;
    float: left;
    min-height: 1px;
    height: 100%;
	}
  .slick-slider.slick-initialized .slick-slide {
    display: block; }

.slick-arrow {
  position: absolute;
  top: calc(50% - 19px);
  width: 39px;
  height: 39px;
  border-radius: 50%;
  overflow: hidden;
  background: white;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: 121%;
  white-space: nowrap;
  -webkit-transition: background-color 0.3s ease;
          transition: background-color 0.3s ease; }
  .slick-arrow.slick-prev {
    left: -75px;
    background: white url(../images/angle-left.svg) no-repeat calc(50% - 2px) calc(50% - 1px)/auto 39px; }
  .slick-arrow.slick-next {
    right: -75px;
    background: white url(../images/angle-right.svg) no-repeat calc(50% + 2px) calc(50% - 1px)/auto 39px; }
  .slick-arrow:hover {
    background-color: #ffd500; }

.slick-dots {
  height: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  padding: 8px 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  .slick-dots li {
    float: left;
    padding: 0 12px; }
    .slick-dots li.slick-active button {
      background-color: #00529c; }
  .slick-dots button {
    display: block;
    padding: 0;
    margin: 0;
    background: #353a3e;
    border: 0;
    overflow: hidden;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: 121%;
    white-space: nowrap;
    -webkit-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease; }
    .slick-dots button:hover {
      background-color: #00529c; }

#promo {
  width: 100%;
  position: relative;
  background-color: #f6f6f6;
  padding: 23px 0;
  margin-bottom: 16px; }
  #promo .fade {
    width: 100%;
    height: 300px;
    height: auto;
    position: relative;
    background-color: white;
    border: solid white;
    border-top-width: 10px;
    border-right-width: 10px;
    border-left-width: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
  #promo .slick-slide a {
    display: block;
    height: 100%;
    white-space: nowrap;
    text-align: center;
    position: relative;
    color: white;
    font-size: 18px;
    line-height: 30px; }
    #promo .slick-slide a:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%; }
    #promo .slick-slide a > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle; }
    #promo .slick-slide a .info {
		/*width: 300px;*/
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		width: 100%;
		margin: 0 auto;
	}
      #promo .slick-slide a .info > * {
        display: block;
        position: relative;
        z-index: 10; }
      #promo .slick-slide a .info:after, #promo .slick-slide a .info:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        border-radius: 50%; }
      #promo .slick-slide a .info:before {
        width: 330px;
        height: 330px;
        background-color: rgba(0, 0, 0, 0.4); }
      #promo .slick-slide a .info:after {
        width: 300px;
        height: 300px;
        background-color: #00529c; }
    #promo .slick-slide a:hover .info:after {
      -webkit-animation: left 2s infinite ease;
              animation: left 2s infinite ease; }
    #promo .slick-slide a:hover .info:before {
      -webkit-animation: right 2s infinite ease;
              animation: right 2s infinite ease; }
	#promo .slick-slider .slick-slide {
		background-size: contain;
	}
  #promo .date {
    padding-bottom: 10px; }
  #promo .title {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 20px;
    text-transform: uppercase; }
  #promo .percent {
    color: #ffd500;
    font-size: 75px;
    line-height: 60px;
    padding-bottom: 5px; }
  #promo .note {
    color: #ffd500;
    font-size: 23px;
    line-height: 30px; }
  #promo .h1, #promo h1 {
    margin: 0 0 16px; }
  #promo .breadcrumbs {
    margin: 0 0 36px; }
  @media (max-width: 1290px) {
    #promo .breadcrumbs {
      margin: 24px 0; } }
  @media (max-width: 479px) {
    #promo {
      padding-top: 13px;
      margin-bottom: 35px; }
      #promo .slick-arrow {
        display: none !important; }
      #promo .fade {
        /*height: 160px;*/ }
      #promo .slick-slide a .info {
        font-size: 10px;
        line-height: 13px;
        width: 170px; }
        #promo .slick-slide a .info:after {
          width: 170px;
          height: 170px; }
        #promo .slick-slide a .info:before {
          width: 184px;
          height: 184px; }
      #promo .date {
        padding-bottom: 5px; }
      #promo .title {
        font-size: 16px;
        line-height: 1;
        padding-bottom: 5px; }
      #promo .percent {
        font-size: 36px;
        line-height: 1;
        padding-bottom: 0; }
      #promo .note {
        font-size: 13px;
        line-height: 16px; }
	}

#promo.small-promo {
  padding-top: 13px;
  margin-bottom: 0; }
  #promo.small-promo .slick-arrow {
    display: none !important; }
  #promo.small-promo .fade {
    height: 160px; }
  #promo.small-promo .slick-slide a .info {
    font-size: 10px;
    line-height: 13px;
    width: 170px; }
    #promo.small-promo .slick-slide a .info:after {
      width: 170px;
      height: 170px; }
    #promo.small-promo .slick-slide a .info:before {
      width: 184px;
      height: 184px; }
  #promo.small-promo .title {
    font-size: 17px;
    line-height: 20px;
    padding-bottom: 10px; }
  #promo.small-promo .percent {
    font-size: 43px;
    line-height: 38px;
    padding-bottom: 0; }
  #promo.small-promo .note {
    font-size: 13px;
    line-height: 16px; }
  #promo.small-promo.diller-promo {
    padding-bottom: 40px; }
    #promo.small-promo.diller-promo .text-block {
      padding-bottom: 6px; }

@-webkit-keyframes left {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  25% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  50% {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%); }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }

@keyframes left {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  25% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  50% {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%); }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }

@-webkit-keyframes right {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  25% {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%); }
  50% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%); }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }

@keyframes right {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  25% {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%); }
  50% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%); }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }

main-gallery4 {
  width: 100%;
  position: relative;
  padding-bottom: 65px; }
  .main-gallery4 .filter-list {
    text-align: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: -5px;
    margin-bottom: 34px;
    text-transform: uppercase; }
    .main-gallery4 .filter-list li {
      display: inline-block;
      vertical-align: top;
      font-size: 26px;
      line-height: 29px;
      letter-spacing: normal;
      padding: 0 20px 10px; }
      .main-gallery4 .filter-list li.active a {
        border-color: transparent;
        color: #353a3e; }
    .main-gallery4 .filter-list a {
      color: #00529c;
      display: inline-block;
      vertical-align: top;
      border-bottom: 1px dotted; }
      .main-gallery4 .filter-list a:hover {
        border-color: transparent; }
  .main-gallery4 .products .item {
    width: 20%; }
  .main-gallery4 .products {
    padding: 0;
    width: auto;
    margin: 0 -5px 30px;
    overflow: hidden; }
  .main-gallery4 .slick-slider .slick-list {
    padding: 5px; }
  .main-gallery4 .slick-slider .slick-arrow {
    z-index: 20;
    overflow: visible;
    background: none;
    -webkit-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease; }
    .main-gallery4 .slick-slider .slick-arrow:before {
      content: '';
      position: absolute;
      top: -500px;
      bottom: -500px;
      width: 140px;
      z-index: -1;
      pointer-events: none; }
    .main-gallery4 .slick-slider .slick-arrow span {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      -webkit-transition: background-color 0.3s ease;
              transition: background-color 0.3s ease; }
    .main-gallery4 .slick-slider .slick-arrow:hover span {
      background-color: #ffd500; }
    .main-gallery4 .slick-slider .slick-arrow.slick-disabled {
      opacity: 0;
      pointer-events: none; }
  .main-gallery4 .slick-slider .slick-prev {
    left: 4px; }
    .main-gallery4 .slick-slider .slick-prev span {
      background: #00529c url(../images/angle-left-white.svg) no-repeat calc(50% - 2px) calc(50% - 1px)/auto 39px; }
    .main-gallery4 .slick-slider .slick-prev:before {
      left: -5px;
      background: -webkit-linear-gradient(left, white 0%, white 5%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to right, white 0%, white 5%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); }
  .main-gallery4 .slick-slider .slick-next {
    right: 5px; }
    .main-gallery4 .slick-slider .slick-next span {
      background: #00529c url(../images/angle-right-white.svg) no-repeat calc(50% + 2px) calc(50% - 1px)/auto 39px; }
    .main-gallery4 .slick-slider .slick-next:before {
      right: -5px;
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 95%, white 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 95%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); }
  .main-gallery4 .more {
    float: right;
    position: relative;
    z-index: 25; }
  .main-gallery4.certificates-gallery {
    padding-bottom: 0; }
  .main-gallery4:last-child {
    padding-bottom: 0; }
  @media (max-width: 500px) {
    .main-gallery4 .slick-slider .slick-list {
      padding: 0; }
    .main-gallery4 .slick-slider .slick-slide {
      margin: 5px; }
    .main-gallery4 .slick-slider .slick-arrow:before {
      display: none; } }

.main-gallery {
  width: 100%;
  position: relative;
  padding-bottom: 15px; }
  .main-gallery .filter-list {
display: none;
    text-align: ;
    font-size: ;
    line-height: ;
    letter-spacing: ;
    margin-bottom: ;
    text-transform: ; }
    .main-gallery .filter-list li {
display: none;
      display: ;
      vertical-align: ;
      font-size: ;
      line-height: ;
      letter-spacing: ;
      padding: ; }
      .main-gallery .filter-list li.active a {
display: none;
        border-color: ;
        color: ; }
    .main-gallery .filter-list a {
display: none;
      color: ;
      display: ;
      vertical-align: ;
      border-bottom: ; }
      .main-gallery .filter-list a: {
display: none;
        border-color: ; }
  .main-gallery .products .item {
    width: 20%; }
  .main-gallery .products {
    padding: 0;
    width: auto;
    margin: 0 -5px 30px;
    overflow: hidden; }
  .main-gallery .slick-slider .slick-list {
    padding: 5px; }
  .main-gallery .slick-slider .slick-arrow {
    z-index: 20;
    overflow: visible;
    background: none;
    -webkit-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease; }
    .main-gallery .slick-slider .slick-arrow:before {
      content: '';
      position: absolute;
      top: -500px;
      bottom: -500px;
      width: 140px;
      z-index: -1;
      pointer-events: none; }
    .main-gallery .slick-slider .slick-arrow span {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      -webkit-transition: background-color 0.3s ease;
              transition: background-color 0.3s ease; }
    .main-gallery .slick-slider .slick-arrow:hover span {
      background-color: #ffd500; }
    .main-gallery .slick-slider .slick-arrow.slick-disabled {
      opacity: 0;
      pointer-events: none; }
  .main-gallery .slick-slider .slick-prev {
    left: 4px; }
    .main-gallery .slick-slider .slick-prev span {
      background: #00529c url(../images/angle-left-white.svg) no-repeat calc(50% - 2px) calc(50% - 1px)/auto 39px; }
    .main-gallery .slick-slider .slick-prev:before {
      left: -5px;
      background: -webkit-linear-gradient(left, white 0%, white 5%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to right, white 0%, white 5%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); }
  .main-gallery .slick-slider .slick-next {
    right: 5px; }
    .main-gallery .slick-slider .slick-next span {
      background: #00529c url(../images/angle-right-white.svg) no-repeat calc(50% + 2px) calc(50% - 1px)/auto 39px; }
    .main-gallery .slick-slider .slick-next:before {
      right: -5px;
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 95%, white 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 95%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); }
  .main-gallery .more {
    float: right;
    position: relative;
    z-index: 25; }
  .main-gallery.certificates-gallery {
    padding-bottom: 0; }
  .main-gallery:last-child {
    padding-bottom: 0; }
  @media (max-width: 500px) {
    .main-gallery .slick-slider .slick-list {
      padding: 0; }
    .main-gallery .slick-slider .slick-slide {
      margin: 5px; }
    .main-gallery .slick-slider .slick-arrow:before {
      display: none; } }

	  
.main-gallery1 {
  width: 100%;
  position: relative;
  padding-bottom: 15px; }
  .main-gallery1 .filter-list {
display: none;
    text-align: ;
    font-size: ;
    line-height: ;
    letter-spacing: ;
    margin-bottom: ;
    text-transform: ; }
    .main-gallery1 .filter-list li {
      display: none;
      vertical-align: ;
      font-size: ;
      line-height: ;
      letter-spacing: ;
      padding: ; }
      .main-gallery1 .filter-list li.active a {
display: none;
        border-color: ;
        color: ; }
    .main-gallery1 .filter-list a {
display: none;
      color: ;
      display: ;
      vertical-align: ;
      border-bottom: ; }
      .main-gallery1 .filter-list a:hover {
display: none;
        border-color: ; }
  .main-gallery1 .products .item {
    width: 20%; }
  .main-gallery1 .products {
    padding: 0;
    width: auto;
    margin: 0 -5px 30px;
    overflow: hidden; }
  .main-gallery1 .slick-slider .slick-list {
    padding: 5px; }
  .main-gallery1 .slick-slider .slick-arrow {
    z-index: 20;
    overflow: visible;
    background: none;
    -webkit-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease; }
    .main-gallery1 .slick-slider .slick-arrow:before {
      content: '';
      position: absolute;
      top: -500px;
      bottom: -500px;
      width: 140px;
      z-index: -1;
      pointer-events: none; }
    .main-gallery1 .slick-slider .slick-arrow span {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      -webkit-transition: background-color 0.3s ease;
              transition: background-color 0.3s ease; }
    .main-gallery1 .slick-slider .slick-arrow:hover span {
      background-color: #ffd500; }
    .main-gallery1 .slick-slider .slick-arrow.slick-disabled {
      opacity: 0;
      pointer-events: none; }
  .main-gallery1 .slick-slider .slick-prev {
    left: 4px; }
    .main-gallery1 .slick-slider .slick-prev span {
      background: #00529c url(../images/angle-left-white.svg) no-repeat calc(50% - 2px) calc(50% - 1px)/auto 39px; }
    .main-gallery1 .slick-slider .slick-prev:before {
      left: -5px;
      background: -webkit-linear-gradient(left, white 0%, white 5%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to right, white 0%, white 5%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); }
  .main-gallery1 .slick-slider .slick-next {
    right: 5px; }
    .main-gallery1 .slick-slider .slick-next span {
      background: #00529c url(../images/angle-right-white.svg) no-repeat calc(50% + 2px) calc(50% - 1px)/auto 39px; }
    .main-gallery1 .slick-slider .slick-next:before {
      right: -5px;
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 95%, white 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 95%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); }
  .main-gallery1 .more {
    float: right;
    position: relative;
    z-index: 25; }
  .main-gallery1.certificates-gallery {
    padding-bottom: 0; }
  .main-gallery1:last-child {
    padding-bottom: 0; }
  @media (max-width: 500px) {
    .main-gallery1 .slick-slider .slick-list {
      padding: 0; }
    .main-gallery1 .slick-slider .slick-slide {
      margin: 5px; }
    .main-gallery1 .slick-slider .slick-arrow:before {
      display: none; } }
	  
.main-gallery2 {
  width: 100%;
  position: relative;
  padding-bottom: 15px; }
  .main-gallery2 .filter-list {
	display: none;
    text-align: ;
    font-size: ;
    line-height: ;
    letter-spacing: ;
    margin-bottom: ;
    text-transform: ; }
    .main-gallery2 .filter-list li {
      display: none;
      vertical-align: ;
      font-size: ;
      line-height: ;
      letter-spacing: ;
      padding: ; }
      .main-gallery2 .filter-list li.active a {
		display: none;
        border-color: ;
        color: ; }
    .main-gallery2 .filter-list a {
      display: none;
      color: ;
      display: ;
      vertical-align: ;
      border-bottom: ; }
      .main-gallery2 .filter-list a:hover {
		display: none;
        border-color: ; }
  .main-gallery2 .products .item {
    width: 20%; }
  .main-gallery2 .products {
    padding: 0;
    width: auto;
    margin: 0 -5px 30px;
    overflow: hidden; }
  .main-gallery2 .slick-slider .slick-list {
    padding: 5px; }
  .main-gallery2 .slick-slider .slick-arrow {
    z-index: 20;
    overflow: visible;
    background: none;
    -webkit-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease; }
    .main-gallery2 .slick-slider .slick-arrow:before {
      content: '';
      position: absolute;
      top: -500px;
      bottom: -500px;
      width: 140px;
      z-index: -1;
      pointer-events: none; }
    .main-gallery2 .slick-slider .slick-arrow span {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      -webkit-transition: background-color 0.3s ease;
              transition: background-color 0.3s ease; }
    .main-gallery2 .slick-slider .slick-arrow:hover span {
      background-color: #ffd500; }
    .main-gallery2 .slick-slider .slick-arrow.slick-disabled {
      opacity: 0;
      pointer-events: none; }
  .main-gallery2 .slick-slider .slick-prev {
    left: 4px; }
    .main-gallery2 .slick-slider .slick-prev span {
      background: #00529c url(../images/angle-left-white.svg) no-repeat calc(50% - 2px) calc(50% - 1px)/auto 39px; }
    .main-gallery2 .slick-slider .slick-prev:before {
      left: -5px;
      background: -webkit-linear-gradient(left, white 0%, white 5%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to right, white 0%, white 5%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); }
  .main-gallery2 .slick-slider .slick-next {
    right: 5px; }
    .main-gallery2 .slick-slider .slick-next span {
      background: #00529c url(../images/angle-right-white.svg) no-repeat calc(50% + 2px) calc(50% - 1px)/auto 39px; }
    .main-gallery2 .slick-slider .slick-next:before {
      right: -5px;
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 95%, white 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 95%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); }
  .main-gallery2 .more {
    float: right;
    position: relative;
    z-index: 25; }
  .main-gallery2.certificates-gallery {
    padding-bottom: 0; }
  .main-gallery2:last-child {
    padding-bottom: 0; }
  @media (max-width: 500px) {
    .main-gallery2 .slick-slider .slick-list {
      padding: 0; }
    .main-gallery2 .slick-slider .slick-slide {
      margin: 5px; }
    .main-gallery2 .slick-slider .slick-arrow:before {
      display: none; } }
	  
.pb0 {
  padding-bottom: 0; }

.products {
  width: 100%;
  margin-bottom: 40px;
  padding: 1px; }
  .products .item {
    float: left;
    width: 25%;
    padding: 19px;
    position: relative; }
    .products .item:before {
      content: '';
      position: absolute;
      top: -1px;
      left: -1px;
      right: -1px;
      bottom: -1px;
      pointer-events: none;
      border: 1px solid #dadada;
      background-color: white;
      -webkit-transition: box-shadow 0.3s ease;
              transition: box-shadow 0.3s ease; }
			  
	.equipment-block .products.equip-list .item:before {
		right: 5px;
	}			  
    .products .item:hover {
      z-index: 1;
      /* .button {
        background-color: $d-blue;
        color: $yellow;
        svg {fill: $yellow;}
      } */ }
      .products .item:hover:before {
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.3); }
      .products .item:hover .title {
        background-color: #00529c;
        color: white; }
      .products .item:hover .controls li {
        opacity: 1;
        pointer-events: auto; }
      .products .item:hover .controls li:nth-child(1) {
        -webkit-transition-delay: 0.3s;
                transition-delay: 0.3s; }
      .products .item:hover .controls li {
        opacity: 1;
        pointer-events: auto; }
      .products .item:hover .controls li:nth-child(2) {
        -webkit-transition-delay: 0.6s;
                transition-delay: 0.6s; }
      .products .item:hover .controls li {
        opacity: 1;
        pointer-events: auto; }
      .products .item:hover .controls li:nth-child(3) {
        -webkit-transition-delay: 0.9s;
                transition-delay: 0.9s; }
      .products .item:hover .controls li {
        opacity: 1;
        pointer-events: auto; }
      .products .item:hover .controls li:nth-child(4) {
        -webkit-transition-delay: 1.2s;
                transition-delay: 1.2s; }
  .products .labels {
    top: -11px;
    right: -19px; }
  .products .visual {
    height: 215px;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 18px;
    display: block;
    position: relative; }
    .products .visual:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%; }
    .products .visual > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle; }
    .products .visual img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
  .products .title {
    display: block;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #353a3e;
    padding: 7px 0;
    /* height: 49px; */
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #dadada;
	white-space: pre-wrap;
	word-break: break-all;
	overflow-wrap: break-word;
    -webkit-transition-property: color, background-color;
            transition-property: color, background-color; }
  .products dl {
    margin: 0;
    overflow: hidden;
    line-height: 15px;
    padding: 7px 0;
    position: relative;
    border-bottom: 1px solid #dadada; }
    .products dl dt {
      float: left;
      width: 50%;
      padding-right: 5px; }
    .products dl dd {
      font-weight: bold; }
      .products dl dd:nth-of-type(n+3) ~ * {
        display: none; }
  .products footer {
    padding-top: 5px;
    position: relative; }
  .products .button {
    float: right;
    width: 50%; }
  .products .price {
    float: left;
	padding-top: 5px; }
  .products .one, .products .shipping-links, .products .country {
    display: none; }
  .products .remove {
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 15px;
    height: 15px; }
    .products .remove:before, .products .remove:after {
      content: '';
      position: absolute;
      background-color: #7b7b7b;
      pointer-events: none; }
    .products .remove:before {
      top: 0;
      height: 15px;
      right: 7px;
      width: 1px; }
    .products .remove:after {
      right: 0;
      width: 15px;
      top: 7px;
      height: 1px; }
    .products .remove:hover:before, .products .remove:hover:after {
      background-color: #f00; }
  .products.recomend {
    position: relative; }
    .products.recomend .item {
      max-width: 240px; }
    .products.recomend .summ {
      float: right;
      width: 300px;
      height: 452px;
      white-space: nowrap;
      text-align: center; }
      .products.recomend .summ:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        min-height: 100%; }
      .products.recomend .summ > * {
        white-space: normal;
        display: inline-block;
        vertical-align: middle; }
    .products.recomend .holder {
      position: relative; }
      .products.recomend .holder .price {
        display: block;
        float: none;
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 16px; }
        .products.recomend .holder .price span {
          position: relative;
          top: auto;
          left: auto;
          display: inline-block;
          vertical-align: bottom;
          font-size: 18px;
          line-height: 21px; }
      .products.recomend .holder h1, .products.recomend .holder .h1 {
        font-weight: 100;
        color: #353a3e;
        margin-bottom: 10px; }
      .products.recomend .holder .button {
        float: none;
        width: auto; }
    .products.recomend .add, .products.recomend .equal {
      position: relative;
      float: left;
      width: 60px;
      height: 452px; }
      .products.recomend .add:before, .products.recomend .add:after, .products.recomend .equal:before, .products.recomend .equal:after {
        content: '';
        position: absolute;
        background-color: #353a3e;
        pointer-events: none; }
      .products.recomend .add:before, .products.recomend .equal:before {
        top: 50%;
        height: 1px;
        left: 15px;
        right: 15px; }
      .products.recomend .add:after, .products.recomend .equal:after {
        left: 50%;
        top: calc(50% - 14px);
        height: 30px;
        width: 1px; }
    .products.recomend .equal {
      float: none;
      position: absolute;
      top: 0;
      right: 300px; }
      .products.recomend .equal:before {
        top: calc(50% - 5px); }
      .products.recomend .equal:after {
        left: 15px;
        right: 15px;
        height: 1px;
        width: auto;
        top: calc(50% + 5px); }
  .products .about-product {
    display: none; }
  @media (max-width: 1440px) {
    .products.recomend {
      text-align: center; }
      .products.recomend .add, .products.recomend .item {
        display: inline-block;
        vertical-align: top;
        float: none; }
      .products.recomend .summ {
        float: none;
        margin: 0 auto;
        height: auto;
        clear: both;
        padding: 70px 0 0; }
      .products.recomend .equal {
        height: 60px;
        top: 464px;
        right: calc(50% - 30px); } }
  @media (max-width: 900px) {
    .products.recomend {
      text-align: center; }
      .products.recomend .add {
        display: block;
        height: 60px;
        margin: 0 auto; }
      .products.recomend .equal {
        height: 60px;
        position: relative;
        display: block;
        top: auto;
        right: auto;
        margin: 0 auto; }
      .products.recomend .summ {
        padding-top: 0; } }
  @media (max-width: 1239px) {
    .products .item {
      width: calc(100% / 3); }
    .products .remove {
      right: auto;
      left: 10px; }
    .products.equip-list .cost-info {
      padding-top: 0; }
    .products.equip-list .cost-title {
      display: block;
      text-align: center;
      font-size: 12px;
      line-height: 14px;
      font-weight: normal;
      text-transform: uppercase;
      margin: 15px 0 4px;
      color: #4a4e51; }
    .products.equip-list .price-col {
      float: left;
      width: calc(100% / 3); }
    .products.equip-list .price {
      text-align: center;
      float: none;
      display: block; } }
  @media (max-width: 767px) {
    .products .item {
      width: calc(100% / 2); } }
  @media (max-width: 600px) {
    .products .item {
      width: 100%; } }
  @media (max-width: 500px) {
    .products.equip-list .price-col {
      float: none;
      width: auto; } }

@media (min-width: 1240px) {
  .products-list .item {
    width: 100%;
    padding: 8px;
    min-height: 248px; }
    .products-list .item:nth-child(n+5) {
      /*display: none;*/ }
  .products-list .visual {
    height: 232px;
    width: 232px;
    padding: 26px;
    float: left;
    margin: 0; }
  .products-list .info {
    float: left;
    padding: 0 20px;
    position: relative;
    width: calc(100% - 372px); }
    .products-list .info:after {
      content: '';
      display: block;
      clear: both; }
  .products-list .head {
    padding-bottom: 9px;
    border-bottom: 1px solid #dadada; }
    .products-list .head:after {
      content: '';
      display: block;
      clear: both; }
  .products-list .labels {
    top: 0;
    right: 0; }
  .products-list dl dt {
    padding-left: 15px;
    width: 120px; }
  .products-list dl dd:nth-of-type(n+3) ~ * {
    display: block; }
  .products-list .title {
    display: inline-block;
    vertical-align: top;
    line-height: 33px;
    color: #353a3e;
    padding: 0 15px;
    height: 32px;
    border: 0;
    margin: 0;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; 
	max-width: 100%;
	}
  .products-list .controls {
    position: static;
    padding: 9px 0 0 15px; }
    .products-list .controls:after {
      content: '';
      display: block;
      clear: both; }
    .products-list .controls li {
      float: left;
      opacity: 1;
      padding: 0;
      width: 23px;
      margin-right: 15px;
      pointer-events: auto; }
  .products-list footer {
    float: right;
    width: 140px;
    padding-top: 31px;
    position: relative; }
  .products-list .price {
    font-size: 24px;
    line-height: 29px;
    display: block;
    float: none;
    margin-bottom: 11px; }
    .products-list .price span {
      font-size: 18px;
      line-height: 21px;
      top: -20px; }
  .products-list .button {
    display: block;
    padding: 0;
    width: 120px;
    float: none;
    margin-bottom: 16px;
    text-align: center;
    font-size: 14px;
    line-height: 31px;
    height: 30px; }
    .products-list .button svg {
      width: 20px;
      height: 20px;
      margin-right: 0; }
  .products-list .one {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid;
    margin-bottom: 16px; }
    .products-list .one:hover {
      border-color: transparent; }
  .products-list .shipping-links {
    display: block; }
  .products-list .col {
    float: left;
    width: 50%;
    border-bottom: 1px solid #dadada;
    margin-bottom: 9px;
    padding: 8px 0; }
    .products-list .col dl {
      border-bottom: none; }
    .products-list .col table {
      margin-top: 0; }
  .products-list .country {
    display: block; }
  .products-list.odd-cols .col:nth-of-type(2) {
    width: 40%; }
  .products-list.odd-cols .col:nth-of-type(3) {
    width: 60%; }
  .products-list.equip-list .item {
    padding-right: 150px; }
  .products-list.equip-list .info {
    padding-right: 0; }
  .products-list.equip-list footer.cost-info {
    padding-top: 0; }
    .products-list.equip-list footer.cost-info .head {
      text-align: center; }
    .products-list.equip-list footer.cost-info .country {
      float: none;
      display: inline-block;
      vertical-align: top;
      margin: 10px 0 7px; }
  .products-list.equip-list .cost-title {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 15px 0 4px;
    color: #4a4e51; }
  .products-list.equip-list .price {
    text-align: center; }
  .products-list.equip-list dl {
    border-bottom: none; }
  .products-list .about-product {
    display: block; }
  .products-mini {
    /* dl dd:nth-of-type(n+3) ~ * {display: none;} */ }
    .products-mini .item {
      min-height: 148px;
      display: block; }
      .products-mini .item:nth-child(n+5) {
        display: block; }
      .products-mini .item:nth-child(n+8) {
        /*display: none;*/ }
    .products-mini .visual {
      width: 160px;
      height: 132px; }
      .products-mini .visual img {
        display: none; }
    .products-mini .one, .products-mini .shipping-links, .products-mini .country {
      display: none; }
    .products-mini .controls {
      padding: 0;
      position: absolute;
      left: -130px;
      bottom: 0;
      right: auto;
      top: auto; }
    .products-mini .info {
      width: calc(100% - 300px); }
    .products-mini .title {
      height: auto;
      white-space: normal;
      line-height: 17px; }
    .products-mini .col {
      border-bottom: none;
      padding: 0;
      margin-bottom: 0; } }

.eq-gallery {
  position: relative; }
  .eq-gallery:hover {
    z-index: 10; }
  .eq-gallery + .eq-gallery {
    margin-top: -11px; }
  .eq-gallery + h2 {
    padding-top: 40px; }
  .eq-gallery .products {
    margin: 0 -5px; }
    .eq-gallery .products .item {
      margin: 0 5px; }
    .eq-gallery .products .item:nth-child(n+5) {
      display: block; }
  .eq-gallery .slick-list {
    padding: 5px 0; }
  .eq-gallery .slick-arrow {
    z-index: 20;
    overflow: visible;
    background: none;
    width: 32px;
    height: 32px;
	top: 50%;
    margin-top: 15px;
    -webkit-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease; }
    .eq-gallery .slick-arrow span {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      -webkit-transition: background-color 0.3s ease;
              transition: background-color 0.3s ease; }
    .eq-gallery .slick-arrow:hover span {
      background-color: #ffd500; }
    .eq-gallery .slick-arrow.slick-disabled {
      pointer-events: none; }
      .eq-gallery .slick-arrow.slick-disabled span {
        background-color: rgba(0, 82, 156, 0.5); }
  .eq-gallery .slick-prev {
    left: auto;
    right: 52px; }
    .eq-gallery .slick-prev span {
      background: #00529c url(../images/angle-left-white.svg) no-repeat calc(50% - 2px) calc(50% - 1px)/auto 32px; }
  .eq-gallery .slick-next {
    right: 0; }
    .eq-gallery .slick-next span {
      background: #00529c url(../images/angle-right-white.svg) no-repeat calc(50% + 2px) calc(50% - 1px)/auto 32px; }
  @media (max-width: 700px) {
    .eq-gallery .slick-prev {
      left: 10px; }
    .eq-gallery .slick-next {
      right: 20px; } }

.eq-controls {
  position: absolute;
  top: 5px;
  bottom: 45px;
  right: 31px;
  width: 130px;
  white-space: nowrap;
  text-align: center;
  text-align: right; }
  .eq-controls:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 100%; }
  .eq-controls > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle; }
  .eq-controls .head {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 51px;
    padding-top: 17px;
    border-bottom: 1px solid #dadada; }
  .eq-controls a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 18px;
    color: #353a3e; }
    .eq-controls a em {
      font-style: normal;
      border-bottom: 1px solid;
      -webkit-transition: border-color 0.3s ease-in-out;
              transition: border-color 0.3s ease-in-out; }
    .eq-controls a:hover em {
      border-color: transparent; }
    .eq-controls a:hover .remove:before, .eq-controls a:hover .remove:after {
      background-color: #f00; }
  .eq-controls .remove {
    position: absolute;
    top: 1px;
    right: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 15px;
    height: 15px; }
    .eq-controls .remove:before, .eq-controls .remove:after {
      content: '';
      position: absolute;
      background-color: #7b7b7b;
      pointer-events: none;
      -webkit-transition: background-color 0.3s ease-in-out;
              transition: background-color 0.3s ease-in-out; }
    .eq-controls .remove:before {
      top: 0;
      height: 15px;
      right: 7px;
      width: 1px; }
    .eq-controls .remove:after {
      right: 0;
      width: 15px;
      top: 7px;
      height: 1px; }
    .eq-controls .remove:hover:before, .eq-controls .remove:hover:after {
      background-color: #f00; }
  .eq-controls .frame {
    line-height: 15px; }
    .eq-controls .frame span {
      display: inline-block;
      vertical-align: top;
      text-align: center;
      min-width: 84px; }
  @media (max-width: 1240px) {
    .eq-controls {
      right: auto;
      left: 0;
      bottom: auto;
      height: 170px; }
      .eq-controls .frame {
        vertical-align: top;
        padding-top: 90px; } }
  @media (max-width: 700px) {
    .eq-controls {
      height: auto; }
      .eq-controls .frame {
        display: none; } }
  @media (max-width: 500px) {
    .eq-controls {
      width: auto; }
      .eq-controls .head {
        position: static;
        border-bottom: none;
        padding-left: 10px; } }

.country {
  float: right;
  font-size: 12px;
  line-height: 15px;
  margin: 9px 0 0 20px;
  display: block;
  text-transform: uppercase; }
  .country img {
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 14px;
    margin-right: 7px; }

.shipping-links {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px; }
  .shipping-links li {
    padding-bottom: 7px; }
    .shipping-links li:nth-child(2) {
      padding-bottom: 0; }
      .shipping-links li:nth-child(2) img {
        height: 28px; }
  .shipping-links a {
    display: block;
    position: relative;
    padding-left: 42px;
    color: #353a3e; }
    .shipping-links a:hover {
      color: #00529c; }
  .shipping-links img {
    position: absolute;
    top: 50%;
    left: 0;
    width: auto;
    height: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .shipping-links span {
    border-bottom: 1px dashed; }

.price {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 25px;
  color: #00529c;
  font-weight: bold;
  position: relative; }
  .price span {
    position: absolute;
    top: -7px;
    left: 0;
    color: #989898;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-decoration: line-through; }

.labels {
  position: absolute;
  top: 8px;
  right: 0;
  z-index: 10;
  color: white;
  font: 700 10px/23px "PT Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  pointer-events: none; }
  .labels li {
    float: right;
    clear: right;
    height: 23px;
    margin-bottom: 2px;
    border-radius: 12px 0 0 12px; }
  .labels .red {
    width: 96px;
    background-color: #f00; }
  .labels .green {
    width: 96px;
    background-color: #00ca0a; }
  .labels .yellow {
    width: 45px;
    background-color: #ffd500;
    color: #f00; }
  .labels .blue {
    width: 45px;
    background-color: #006dd0;
    font-style: italic; }

.controls {
  position: absolute;
  right: 6px;
  top: 150px;
  z-index: 10;
  text-align: center; }
  .controls li {
    opacity: 0;
    pointer-events: none;
    padding-bottom: 2px;
    -webkit-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease; }
    .controls li.active .controls-item, .controls li.active button:not(.info) {
      background-color: #94ccff; }
    .controls li.active a.info svg, .controls li.active button.info svg {
      fill: #94ccff; }
  .controls a, .controls-item, .controls button {
    display: block;
    width: 23px;
    height: 23px;
    line-height: 23px;
    position: relative;
    -webkit-transition-property: background-color;
            transition-property: background-color;
    cursor: pointer;
    border: none;
    box-shadow: none; }
    .controls a:not(.info), .controls button:not(.info), .controls-item {
      border-radius: 50%;
      background-color: #d0d0d0; }
      .controls a:not(.info):hover, .controls button:not(.info):hover, .controls-item:hover {
        background-color: #94ccff; }
    .controls a svg, .controls button svg, .controls-item svg {
      width: 11px;
      height: 11px;
      fill: white;
      display: inline-block;
      vertical-align: middle; }
  .controls span {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 50%;
    overflow: hidden; }
    .controls span:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 200%;
      border-radius: 50%;
      background-color: white; }
  .controls .compare {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .controls .info svg {
    fill: #d0d0d0;
    width: 27px;
    height: 27px;
    position: absolute;
    top: -2px;
    left: -2px; }
  .controls .info:hover svg {
    fill: #94ccff; }

.more {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  border-bottom: 1px solid;
  color: #353a3e;
  font-weight: normal;
  font-size: 14px;
  line-height: 15px; }
  .more:hover {
    border-color: transparent;
    color: #00529c; }

.advantages {
  line-height: 15px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 82px; }
  .advantages li {
    float: left;
    width: 20%;
    text-align: center; }
  .advantages img {
    display: block;
    margin: 0 auto 20px; }
  .advantages.multiline {
    margin-bottom: -35px; }
    .advantages.multiline li {
      margin-bottom: 35px; }
  @media (max-width: 1023px) {
    .advantages li {
      width: 50%;
      margin-bottom: 25px; } }
  @media (max-width: 479px) {
    .advantages li {
      float: none;
      width: 100%; } }

.newpreim {
  line-height: 15px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 82px; }
  .newpreim li {
    float: left;
    width: 20%;
    text-align: center; }
  .newpreim img {
    display: block;
    margin: 0 auto 20px; }
  .newpreim.multiline {
    margin-bottom: -35px; }
    .newpreim.multiline li {
      margin-bottom: 35px; }
  @media (max-width: 1023px) {
    .newpreim li {
      width: 50%;
      margin-bottom: 25px; } }
  @media (max-width: 479px) {
    .newpreim li {
      float: none;
      width: 100%; } }


.news {
  position: relative;
  padding-bottom: 50px; }
  .news.stamp-list .head-title {
    pointer-events: none;
    background-color: #00529c; }
    .news.stamp-list .head-title h1, .news.stamp-list .head-title .h1 {
      color: #fff; }
  .archive .news {
    padding-bottom: 0; }
  @media (max-width: 768px) {
    .news.stamp-list .novelty.head-title {
      height: auto; }
      .news.stamp-list .novelty.head-title h1, .news.stamp-list .novelty.head-title .h1 {
        margin-bottom: 0; }
    .news.stamp-list .novelty.stamp .holder {
      opacity: 1; }
    .news.stamp-list .novelty.stamp .bg {
      opacity: .4; }
    .news.home .novelty:nth-child(n+5) {
      display: none; } }
  @media (max-width: 479px) {
    .news {
      padding-bottom: 20px; } }

.novelty {
  padding: 17px;
  position: relative;
  width: 20%;
  color: #353a3e;
  overflow: hidden;
  margin-bottom: 17px;
  -webkit-transition-property: color, background-color;
          transition-property: color, background-color; }
  .novelty > *:not(.bg) {
    position: relative; }
  .novelty .bg {
    opacity: .4;
    -webkit-transition-property: -webkit-transform, opacity;
            transition-property: transform, opacity;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition-duration: 0.54s;
            transition-duration: 0.54s; }
  .novelty .date {
    display: block;
    padding: 5px 0 20px; }
    .novelty .date span {
      font-size: 36px;
      color: #00529c;
      font-weight: 100;
      -webkit-transition: color 0.3s ease;
              transition: color 0.3s ease; }
  .novelty .title {
    font-size: 18px;
    text-transform: uppercase; }
  .novelty p {
    margin: 0;
    padding-top: 16px; }
  .novelty .link {
    display: block;
    color: #ffd500;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 2px; }
    .novelty .link i {
      font-style: normal;
      text-decoration: underline; }
  .novelty:hover {
    color: white;
    z-index: 10;
    background-color: #00529c; }
    .novelty:hover .bg {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    .novelty:hover .date span {
      color: #ffd500; }
    .novelty:hover .title {
      text-decoration: underline; }
  .novelty.stamp {
    color: white;
    background-color: #00529c; }
    .novelty.stamp .holder {
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
              transition: opacity 0.3s ease; }
    .novelty.stamp .bg {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      opacity: 1; }
    .novelty.stamp .date span {
      color: #ffd500; }
    .novelty.stamp .title {
      border: 0;
      font-weight: bold;
      line-height: 21px; }
    .novelty.stamp p {
      padding: 0;
      font-size: 18px;
      line-height: 21px;
      margin-bottom: 32px; }
    .novelty.stamp:after, .novelty.stamp:before {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      width: 67px;
      height: 67px;
      z-index: 10;
      -webkit-transition: -webkit-transform 0.3s ease;
              transition: transform 0.3s ease; }
    .novelty.stamp:before {
      background: url(../images/icons/edit.png) no-repeat; }
    .novelty.stamp:after {
      background: url(../images/icons/edit-h.png) no-repeat;
      -webkit-transform: translate(100%, 100%);
          -ms-transform: translate(100%, 100%);
              transform: translate(100%, 100%); }
              
    .novelty.stamp.no-popup:before {
      background: none;}
    .novelty.stamp.no-popup:after {
      background: none;}
              
    .novelty.stamp:hover .bg {
      opacity: .4; }
    .novelty.stamp:hover:before {
      -webkit-transform: translate(100%, 100%);
          -ms-transform: translate(100%, 100%);
              transform: translate(100%, 100%); }
    .novelty.stamp:hover:after {
      -webkit-transform: translate(0%, 0%);
          -ms-transform: translate(0%, 0%);
              transform: translate(0%, 0%); }
    .novelty.stamp:hover .holder {
      opacity: 1; }
  .novelty.w2x {
    width: 40%; }
  .stamp-list .novelty {
    height: 302px;
    margin: 0; }
  @media (max-width: 1023px) {
    .novelty, .novelty.stamp {
      width: 50%; } }
  @media (max-width: 767px) {
    .novelty, .novelty.stamp {
      width: 100%; } }

.partner-list {
  padding-top: 1px; }
  .partner-list li {
    width: 20%;
    height: 128px;
    text-align: center;
    margin: -1px 0 0 -1px; }
    .partner-list li:nth-child(5n+1) {
      margin-left: 0; }
  .partner-list a {
    white-space: nowrap;
    text-align: center;
    display: block;
    height: 100%;
    -webkit-transition-property: box-shadow;
            transition-property: box-shadow;
    border: 1px solid #dadada;
    position: relative;
    padding: 10px; }
    .partner-list a:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%; }
    .partner-list a > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle; }
    .partner-list a:hover {
      box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
      z-index: 10; }
  .partner-list h3, .partner-list .h3 {
    font-weight: bold;
    margin: 0; }
  @media (max-width: 767px) {
    .partner-list li {
      width: 33.333%; }
    .partner-list.home li:nth-child(n+7) {
      display: none; } }
  @media (max-width: 479px) {
    .partner-list li {
      width: 100%;
      display: block; } }

hr {
  display: block;
  margin: 60px auto;
  max-width: 720px;
  height: 1px;
  background-color: #00529c;
  border: none;
  box-shadow: none;
  outline: none; }
  .news + hr {
    margin-top: 0; }
  hr:first-child {
    margin-top: 0; }
  hr.gray {
    background-color: #dadada;
    max-width: 100%;
    margin: 0 0 35px; }

.list {
  margin-bottom: 18px; }
  .list li:before {
    content: '\2022';
    padding-right: 7px; }
  .list.simple li {
    line-height: 15px;
    margin-bottom: 5px; }
    .list.simple li:before {
      display: none; }

ol:not(.number-list) {
  counter-reset: just;
  margin-bottom: 20px; }
  ol:not(.number-list) > li {
    counter-increment: just; }
    ol:not(.number-list) > li:before {
      content: counter(just) ". ";
      font-weight: bold;
      padding-right: 3px; }
  ol:not(.number-list) .list {
    padding-left: 15px;
    margin-bottom: 10px; }
  h4 + ol:not(.number-list), .h4 + ol:not(.number-list) {
    margin-top: 20px; }

.two-cols {
  margin: 0 -22px; }
  .two-cols .col {
    float: left;
    width: 50%;
    padding: 0 22px; }
  @media (max-width: 640px) {
    .two-cols {
      margin: 0; }
      .two-cols .col {
        float: none;
        width: 100%;
        padding: 0; } }

.text p {
  text-indent: 30px; }


#footer {
  background-color: #00529c;
  color: #fff; }
  #footer .phone .icon {
    top: 16px; }
  #footer .phone strong {
    font-size: 40px;
    line-height: 36px;
    font-weight: 100; }
  #footer .phone span {
    font-weight: 100; }
 /* #footer .phone a {
    display: inline-block;
    vertical-align: top;
    padding-top: 6px;
    text-transform: lowercase; }*/
  #footer .search {
    margin-top: 13px;
    width: 335px;
    border-color: #00396d; }
  .panel-show #footer {
    padding-bottom: 39px; }
  @media (max-width: 900px) {
    #footer .phone strong {
      font-size: 25px;
      line-height: 30px; }
    #footer .search {
      width: 280px; } }
  @media (max-width: 767px) {
    #footer .search {
      display: none; }
    #footer .work {
      text-align: right;
      padding: 16px 0 0; }
      #footer .work em {
        padding-right: 28px; } }
  @media (max-width: 400px) {
    #footer .phone {
      float: none; }
    #footer .work {
      text-align: left;
      padding: 10px 0 0 47px; }
      #footer .work span {
        margin-bottom: 2px; }
      #footer .work em {
        padding-left: 28px;
        padding-right: 0; } }

.top-foot {
  padding: 20px 0 16px;
  margin: 0 0 40px;
  border-bottom: 1px solid #0077e3; }

.work {
  overflow: hidden;
  text-align: center;
  padding: 8px 20px 0;
  font-size: 22px;
  line-height: 25px; }
  .work span {
    display: block;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 9px; }
  .work em {
    font-style: normal; }
  .work sup {
    font-size: 12px; }

.foot-cols {
  float: none;
  padding: 0 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .foot-cols .col {
    padding: 0px 15px; }
  .foot-cols h4 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #0086ff; }
  .foot-cols svg {
    display: block;
    vertical-align: top;
    fill: #0086ff;
    width: 0px;
    height: 0px;
    margin-top: -1px; }
  @media (max-width: 800px) {
    .foot-cols {
      display: block;
      overflow: hidden; }
      .foot-cols .col {
		text-align: center;
        float: none;
        width: 50%;
        padding: 0 10px 10px 0; }
        .foot-cols .col:last-child {
          padding-bottom: 0; }
      .foot-cols svg {
        display: inline-block; } }
  @media (max-width: 800px) {
    .foot-cols .col {
      float: none;
      width: 100%; } }


.foot-menu li {
  width: 100%;
  margin: 0 0 6px 0; }

.foot-menu a {
  color: #fff;
  border-bottom: 1px solid;
  -webkit-transition-property: border-color;
          transition-property: border-color; }
  .foot-menu a:hover {
    border-color: transparent; }

@media (max-width: 800px) {
  .foot-menu {
    display: none; }
    .foot-menu.show {
      display: block; } }

.bottom-foot {
  float: none;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #0077e3; }

.in {
  width: 75%;
  float: left;
  color: #0086ff;
  margin: 3px 0 0;
  font-size: 14px;
  line-height: 17px; }
  .in img, .in span {
    display: inline-block;
    vertical-align: middle; }
  .in span {
    padding-left: 15px;
    text-transform: uppercase; }
  .in:hover {
    color: #fff; }
  @media (max-width: 767px) {
    .in span {
      display: none; } }

.social {
  float: right;
  padding-top: 5px; }
  .social li {
    float: left;
    margin: 0 16px 0 0; }
    .social li:last-child {
      margin-right: 0; }
  .social a {
    display: block;
    border-radius: 50%;
    background-color: #2c80c9;
    text-align: center;
    width: 27px;
    height: 27px;
    padding: 6px;
    -webkit-transition-property: background-color;
            transition-property: background-color; }
    .social a:hover {
      background-color: #fff; }
      .social a:hover svg {
        fill: #2c80c9; }
  .social svg {
    fill: #fff;
    width: 15px;
    height: 15px; }
  .social.color .fs {
    background-color: #4750ab; }
  .social.color .vk {
    background-color: #25468a; }
  .social.color .ins {

    background: #d0d0d0; }
    .social.color .ins:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      pointer-events: none;
      background: #f7cb00;
      background: -webkit-linear-gradient(left, #f7cb00 1%, #da1d4a 48%, #7b36ae 100%);
      background: linear-gradient(to right, #f7cb00 1%, #da1d4a 48%, #7b36ae 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7cb00', endColorstr='#7b36ae',GradientType=1 );
      -webkit-transition: opacity 0.3s ease-in-out;
              transition: opacity 0.3s ease-in-out;
      border-radius: 50%; }
    .social.color .ins .icon {
      position: relative;
      z-index: 5; }
    .social.color .ins:hover:before {
      opacity: 0; }
  .social.color a:hover {
    background: #d0d0d0; }
    .social.color a:hover svg {
      fill: #fff; }

.copy {
  overflow: hidden;
  padding: 0 60px;
  text-align: center;
  color: #0086ff; }
  .copy span {
    display: block;
    margin-bottom: 1px; }
  .copy a {
    color: #fff;
    border-bottom: 1px solid; }
    .copy a:hover {
      border-color: transparent; }
  @media (max-width: 767px) {
    .copy {
      width: 100%;
      padding-top: 10px; } }
  @media (max-width: 479px) {
    .copy {
      padding: 10px 25px 0; } }

.breadcrumbs {
  margin: 10px 0px 58px;
  padding-left: 150px; }
  .small .breadcrumbs {
    padding-left: 0; }
  .breadcrumbs li {
    float: left;
    font-size: 12px;
    line-height: 15px; }
    .breadcrumbs li:after {
      content: '/';
      padding: 0 6px; }
    .breadcrumbs li:last-child:after {
      display: none; }
  .breadcrumbs a {
    border-bottom: 1px solid; }
    .breadcrumbs a:hover {
      border-color: transparent; }
  @media (max-width: 1290px) {
    .breadcrumbs {
      margin: 50px 0px 15px;
      padding-left: 0; } }
  @media (max-width: 950px) {
    .breadcrumbs {
      margin: 0 0 15px; } }

.categories .col {
  float: left;
  width: calc(100% / 3); }

.categories .item {
  position: relative;
  margin: 0 0 60px;
  padding: 0 0 35px; }

.categories ul {
  padding: 0 0 0 150px; }

.categories li {
  font-size: 14px;
  line-height: 19px;
  margin: 0 0 5px; }

.categories a:not(.see-all) {
  color: #353a3e;
  border-bottom: 1px solid transparent; }
  .categories a:not(.see-all):hover {
    color: #00529c;
    border-color: #00529c; }

.categories .holder {
  position: relative;
  height: 230px;
  overflow: hidden; }

@media (max-width: 1023px) {
  .categories .col {
    width: 50%; }
  .categories .holder {
    height: 220px; } }

@media (max-width: 767px) {
  .categories .col {
    float: none;
    width: 100%; } }

@media (max-width: 479px) {
  .categories ul {
    padding-left: 10px; }
  .categories .holder {
    height: 328px; } }

.see-all {
  position: absolute;
  bottom: 0;
  left: 150px;
  border-bottom: 1px solid #353a3e;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase; }
  .see-all:hover {
    border-color: transparent; }

.cat-head {
  display: table;
  padding: 0 0 10px; }
  .cat-head .ico {
    display: table-cell;
    vertical-align: middle;
    width: 150px; }
  .cat-head .title {
    display: table-cell;
    vertical-align: middle;
    width: auto; }
  .cat-head .ico {
    text-align: center; }
  .cat-head .title {
    text-transform: uppercase;
    font-size: 26px;
    line-height: 28px;
    font-weight: 100; }
  .cat-head.big {
    display: table; }
    .cat-head.big .ico {
      display: table-cell;
      vertical-align: top;
      width: 150px; }
    .cat-head.big .title {
      display: table-cell;
      vertical-align: top;
      width: auto; }
    .cat-head.big .title {
      padding-top: 10px; }
  @media (max-width: 479px) {
    .cat-head {
      width: 100%;
      display: block; }
      .cat-head:after {
        display: none; }
      .cat-head .ico {
        display: block;
        margin: 0 auto 16px; }
      .cat-head .title {
        display: block;
        width: 100%;
        padding-bottom: 9px;
        text-align: center; }
      .cat-head.big .ico, .cat-head.big .title {
        display: block; } }

.cat-single .cat-head {
  float: left;
  padding-bottom: 25px; }
  .cat-single .cat-head .title {
    max-width: 250px; }

.cat-single .back {
  float: right;
  margin: 27px 0 0; }

@media (max-width: 479px) {
  .cat-single {
    text-align: center; }
    .cat-single .cat-head .title {
      max-width: 100%; }
    .cat-single .cat-head {
      padding-bottom: 6px; }
    .cat-single .back {
      float: none;
      display: inline-block;
      vertical-align: top;
      margin: 0 0 20px; } }

.back {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  background-color: #f6f6f6;
  padding: 9px 12px;
  color: #353a3e;
  -webkit-transition-property: background-color, color;
          transition-property: background-color, color; }
  .back span {
    border-bottom: 1px solid; }
  .back:hover {
    background-color: #00529c;
    color: #fff; }

.sub-cat {
  padding: 1px 0 0 calc(20% + 1px); }
  .sub-cat li {
    width: 25%;
    height: 176px;
    text-align: center;
    margin: -1px 0 0 -1px; }
    .sub-cat li::nth-child(4n+1) {
      margin-left: 0; }
  .sub-cat a {
    display: block;
    height: 100%;
    padding: 20px;
    border: 1px solid #dadada; }
    .sub-cat a:hover {
      box-shadow: 0 0 7px rgba(0, 0, 0, 0.3); }
      .sub-cat a:hover span {
        background-color: #00529c;
        color: #fff; }
  .sub-cat span {
    display: inline-block;
    vertical-align: top;
    padding: 6px 12px;
    color: #353a3e;
    -webkit-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
    -webkit-transition-property: color, background-color;
            transition-property: color, background-color; }
  .sub-cat .pic {
    height: 100px;
    margin: 0 0 10px; }
  .sub-cat img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-height: 100%; }
  @media (max-width: 1023px) {
    .sub-cat {
      padding-left: 0; } }
  @media (max-width: 767px) {
    .sub-cat li {
      width: 50%; } }
  @media (max-width: 479px) {
    .sub-cat li {
      display: block;
      width: 100%; } }

figure {
  display: block;
  float: right;
  width: 50%;
  border: 10px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  margin: 0 0 25px 25px;
  position: relative; }
  figure img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto; }
  figure.unborder {
    border: none;
    box-shadow: none; }
  figure.square {
    max-height: 327px; }
    figure.square .bg {
      background-size: contain; }
  figure.sol {
    white-space: nowrap;
    text-align: center;
    overflow: hidden; }
    figure.sol:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%; }
    figure.sol > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle; }
    figure.sol .holder {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      figure.sol .holder:before {
        content: '';
        position: absolute;
        top: calc(50% - 145px);
        left: calc(50% - 145px);
        width: 290px;
        height: 290px;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 1;
        pointer-events: none; }
      figure.sol .holder > * {
        position: relative;
        z-index: 5; }
    figure.sol .ico {
      margin: 0 0 10px; }
      figure.sol .ico img {
        width: 53px; }
    figure.sol .title {
      display: block;
      font-size: 36px;
      line-height: 39px;
      font-weight: 100;
      text-transform: uppercase;
      margin: 0 0 6px;
      color: #ffd500; }
    figure.sol .price {
      display: block;
      font-size: 24px;
      line-height: 27px;
      font-weight: normal;
      color: #fff; }
  figure.fullwidth {
    width: 100%;
    float: none;
    margin: 0 0 20px; }
  figure.simple {
    float: none;
    width: auto;
    margin-left: 0; }
  @media (max-width: 767px) {
    figure.sol {
      float: none;
      width: 100%;
      margin: 0 0 25px;
      min-height: 240px; }
      figure.sol .holder:before {
        width: 300px;
        height: 300px;
        top: calc(50% - 150px);
        left: calc(50% - 150px); } }
  @media (max-width: 640px) {
    figure.unborder {
      display: none; } }
  @media (max-width: 479px) {
    figure {
      float: none;
      margin: 0 0 20px;
      width: 100%; } }
  @media (max-width: 400px) {
    figure.sol .holder:before {
      width: 260px;
      height: 260px;
      top: calc(50% - 130px);
      left: calc(50% - 130px); } }

.scheme {
  height: 180px;
  overflow: hidden; }

.time {
  display: block;
  text-transform: uppercase;
  margin: 0 0 18px; }
  .time em {
    display: inline-block;
    vertical-align: bottom;
    font-size: 36px;
    line-height: 36px;
    font-weight: 100;
    font-style: normal;
    margin-bottom: -1px;
    color: #00529c; }

.ico-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 15px 85px 0 0;
  min-height: 73px;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #00529c; }
  .ico-button:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/icons/pencil.png) no-repeat;
    width: 73px;
    height: 73px;
    -webkit-transition: background-image 0.3s ease-in-out;
            transition: background-image 0.3s ease-in-out; }
  .ico-button span {
    text-decoration: underline; }
  .ico-button:hover:after {
    background-image: url(../images/icons/pencil-hover.png); }
  .ico-button:hover span {
    text-decoration: none; }

.controls-holder {
  position: relative;
  -webkit-transition: box-shadow 0.3s ease-in-out;
          transition: box-shadow 0.3s ease-in-out; }
  .controls-holder .control-name {
    display: none;
    position: relative;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 8px 10px;
    cursor: pointer;
    background-color: #f6f6f6;
    -webkit-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
    -webkit-transition-property: background-color, color;
            transition-property: background-color, color;
    text-align: center; }
  .controls-holder .icon {
    position: absolute;
    top: calc(50% - 10px);
    right: 10px;
    fill: #00529c;
    width: 20px;
    height: 20px;
    -webkit-transition-property: fill, -webkit-transform, margin;
            transition-property: fill, transform, margin; }
  .controls-holder.inner-tabs .control-name {
    background-color: transparent;
    border: 1px solid #00529c; }
  .controls-holder.open {
    box-shadow: 0 4px 7px rgba(0, 82, 156, 0.5); }
    .controls-holder.open .control-name {
      background: #00529c;
      color: #fff; }
    .controls-holder.open .icon {
      fill: #fff;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      margin-top: -2px; }
    .controls-holder.open .tab-controls {
      opacity: 1;
      visibility: visible;
      height: auto; }
    .controls-holder.open .inner-tabs .control-name {
      background-color: #00529c; }
  @media (max-width: 767px) {
    .controls-holder {
      border-top: 2px solid #fff; }
      .controls-holder .control-name {
        display: block; } }

.tab-controls {
  position: relative; }
  .tab-controls:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 3000px;
	height: 100%;
    background-color: #f6f6f6;
    pointer-events: none;
    z-index: -1; }
  .tab-controls li {
    float: left;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    border-left: 2px solid #fff; }
    .tab-controls li:last-child {
      border-right: 2px solid #fff; }
  .tab-controls a {
    display: block;
    height: 100%;
    padding: 24px 50px;
    color: #00529c;
    background-color: #f6f6f6;
    -webkit-transition-property: background-color, color;
            transition-property: background-color, color; }
    .tab-controls a:hover {
      color: #00529c; }
    .tab-controls a.active {
      color: #707070;
      background-color: #fff; }
  .tab-controls.rules {
    margin: 0 -50px; }
    .tab-controls.rules a {
      padding: 15px 50px; }
  .tab-controls.reg-controls, .tab-controls.contacts-controls, .tab-controls.archive-controls, .tab-controls.product-controls {
    text-align: center; }
    .tab-controls.reg-controls:before, .tab-controls.contacts-controls:before, .tab-controls.archive-controls:before, .tab-controls.product-controls:before {
      display: none; }
    .tab-controls.reg-controls li, .tab-controls.contacts-controls li, .tab-controls.archive-controls li, .tab-controls.product-controls li {
      float: none;
      font-size: 26px;
      line-height: 28px;
      text-transform: none;
      padding: 0 5px; }
    .tab-controls.reg-controls a, .tab-controls.contacts-controls a, .tab-controls.archive-controls a, .tab-controls.product-controls a {
      padding: 0;
      color: #00529c;
      text-transform: uppercase;
      background-color: transparent;
      border-bottom: 2px dotted;
      -webkit-transition-property: color, border-color;
              transition-property: color, border-color; }
      .tab-controls.reg-controls a:hover, .tab-controls.contacts-controls a:hover, .tab-controls.archive-controls a:hover, .tab-controls.product-controls a:hover {
        border-color: transparent; }
      .tab-controls.reg-controls a.active, .tab-controls.contacts-controls a.active, .tab-controls.archive-controls a.active, .tab-controls.product-controls a.active {
        color: #353a3e;
        background-color: transparent;
        border-color: transparent; }
  .tab-controls.list-controls li.last-child {
    border-right: 2px solid #fff; }
  .tab-controls.contacts-controls {
    margin-bottom: 30px; }
    .tab-controls.contacts-controls li {
      padding: 0 25px 10px; }
  .tab-controls.diller-controls {
    border-top: 2px solid #fff; }
  .tab-controls.simple-controls {
    border-bottom: 2px dotted #00529c; }
    .tab-controls.simple-controls:before {
      background-color: transparent; }
    .tab-controls.simple-controls li {
      text-transform: none;
      font-weight: bold;
      margin-right: 30px;
      padding-bottom: 24px; }
      .tab-controls.simple-controls li:last-child {
        margin-right: 0; }
    .tab-controls.simple-controls a {
      padding: 0;
      background-color: transparent;
      border-bottom: 1px solid;
      -webkit-transition-property: color, border-color;
              transition-property: color, border-color; }
      .tab-controls.simple-controls a:hover {
        border-bottom-color: transparent; }
      .tab-controls.simple-controls a.active {
        border-bottom-color: transparent;
        background-color: transparent; }
  .tab-controls.materials-controls {
    border-bottom: 1px solid #00529c; }
  .tab-controls.archive-controls {
    text-align: left;
    margin-bottom: 20px; }
    .tab-controls.archive-controls li {
      font-weight: normal;
      padding: 0 34px 0 0; }
  .tab-controls.month {
    border-bottom: none; }
    .tab-controls.month li {
      text-transform: uppercase;
      font-weight: normal;
      margin-right: 12px; }
  .tab-controls.product-controls {
    margin-bottom: -10px; }
    .tab-controls.product-controls li {
      font-size: 14px;
      line-height: 17px;
      font-weight: 500;
      margin: 0 10px 10px; }
  .tab-controls.middle-controls a {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 66px;
    padding: 10px 25px; }
  .tab-controls.middle-controls span {
}
  @media (max-width: 767px) {
    .tab-controls {
      position: absolute;
      left: 0;
      top: 100%;
      right: 0;
      opacity: 0;
      visibility: hidden;
      height: 0;
      margin: 0;
      z-index: 20;
      -webkit-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out;
      box-shadow: 0 4px 7px rgba(0, 82, 156, 0.5); }
      .tab-controls:before {
        display: none; }
      .tab-controls li {
        float: none;
        text-align: center;
        border: none !important;
        height: auto !important; }
        .tab-controls li:last-child {
          border-bottom: none; }
      .tab-controls a {
        padding: 8px 10px;
        background-color: #fff; }
        .tab-controls a:hover {
          background-color: #f6f6f6; }
      .tab-controls br {
        display: none; }
      .tab-controls.middle-controls a {
        padding: 8px 10px;
        min-height: auto; }
      .tab-controls.contacts-controls li, .tab-controls.product-controls li {
        font-size: 14px;
        line-height: 18px;
        padding: 0 5px;
        margin: 0;
        display: block;
        background-color: #fff; }
      .tab-controls.contacts-controls a, .tab-controls.product-controls a {
        border-bottom: none;
        padding: 8px 10px;
        background-color: #fff !important; } }

.tab {
  position: relative;
  left: auto;
  opacity: 1;
  max-width: 100%;
  padding: 46px 0;
  -webkit-transition: opacity 0.45s ease-in-out;
          transition: opacity 0.45s ease-in-out; }
  .tab.js-tab-hidden {
    position: absolute;
    left: -9999px;
    opacity: 0; }
  .tab.active {
    position: relative;
    left: auto;
    opacity: 1; }
  .tab .partner-list {
    padding-top: 0px; }
  .tab.simple-tab {
    padding: 15px 0; }
  .tab.map-tab {
    padding: 0; }
  .product-info .tab {
    padding: 32px 0; }
  .archive .tab.active {
    padding-bottom: 0; }
  @media (max-width: 767px) {
    .tab {
      padding: 26px 0; }
      .tab .text-block {
        padding-bottom: 0; } }
  @media (max-width: 479px) {
    .tab .partner-list {
      padding-top: 15px; } }

.show-all {
  float: right;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #353a3e;
  border-bottom: 1px solid;
  margin: 34px 0 0; }
  .show-all:hover {
    color: #00529c; }

.big-list {
  counter-reset: ols;
  margin-bottom: 35px; }
  .big-list li {
    counter-increment: ols;
    position: relative;
    padding: 0 5px 0 60px;
    width: 20%; }
    .big-list li:before {
      content: "0" counter(ols) ".";
      position: absolute;
      top: 0;
      left: 0;
      font-size: 36px;
      line-height: 36px;
      font-weight: 100;
      color: #00529c; }
  @media (max-width: 1023px) {
    .big-list li {
      width: 33.333%; } }
  @media (max-width: 767px) {
    .big-list li {
      display: table;
      width: 100%;
      min-height: 36px;
      margin-bottom: 14px; }
    .big-list span {
      display: table-cell;
      vertical-align: middle; } }

.text-block {
  padding-bottom: 30px; }
  .text-block h4, .text-block .h4 {
    margin-bottom: 18px; }
  @media (max-width: 767px) {
    .text-block:last-child {
      padding-bottom: 0; } }

.gray-block {
  background-color: #eee;
  padding: 65px 0;
  margin: 0 0 65px; }
  .gray-block .advantages:last-child {
    padding-bottom: 20px; }

.certificates {
  margin: 0 0 40px; }
  .certificates .item {
    text-align: center;
    height: 233px;
    white-space: nowrap;
    text-align: center; }
    .certificates .item:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%; }
    .certificates .item > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle; }
  .certificates a {
    position: relative;
    border: 10px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
    .certificates a:after {
      content: '+';
      position: absolute;
      top: calc(50% - 20px);
      left: calc(50% - 20px);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      font-size: 28px;
      line-height: 40px;
      font-weight: 100;
      color: #fff;
      text-align: center;
      background-color: rgba(53, 58, 62, 0.5);
      opacity: 0;
      -webkit-transition: opacity 0.3s ease-in-out;
              transition: opacity 0.3s ease-in-out;
      pointer-events: none; }
    .certificates a:hover {
      border-color: #f6f6f6; }
      .certificates a:hover:after {
        opacity: 1; }
  .certificates .slick-arrow:before {
    top: -100px !important;
    bottom: -100px !important;
    height: 243px; }

.partner-page .pic {
  float: left;
  width: 20%;
  text-align: center; }
  .partner-page .pic img {
    display: inline-block;
    vertical-align: top;
    max-width: 90%; }

.partner-page .holder {
  float: left;
  width: 130%; }

.partner-page h1, .partner-page .h1 {
  font-weight: 100;
  margin-bottom: 18px; }

.partner-page h3, .partner-page .h3 {
  margin-bottom: 10px; }

@media (max-width: 767px) {
  .partner-page .pic {
    float: none;
    width: 100%;
    margin-bottom: 20px; }
  .partner-page .holder {
    overflow: visible; } }

.multi {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 45px;
          column-gap: 45px; }
  @media (max-width: 767px) {
    .multi {
      -webkit-column-count: 1;
              column-count: 1;
      -webkit-column-gap: 0;
              column-gap: 0; } }

table:not(.about-product) {
  width: 100%;
  border-collapse: collapse;
  line-height: 21px; }
  table:not(.about-product) tr:nth-child(odd) td {
    background-color: #f6f6f6; }
  table:not(.about-product) td {
    padding: 12px 10px; }
    table:not(.about-product) td:first-child {
      padding-left: 20px; }
  table:not(.about-product) .title, table:not(.about-product) .price {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    color: #353a3e; }
  table:not(.about-product) .title {
    text-transform: uppercase;
    text-decoration: underline; }
    table:not(.about-product) .title:hover {
      color: #00529c; }
  table:not(.about-product) .price {
    white-space: nowrap; }
  table:not(.about-product) a:not(.button):not(.title) {
    border-bottom: 1px solid; }
    table:not(.about-product) a:not(.button):not(.title):hover {
      border-color: transparent; }
  table:not(.about-product).history-table {
    line-height: 18px; }
    table:not(.about-product).history-table th {
      font-weight: bold;
      padding: 0 0 18px; }
      table:not(.about-product).history-table th:first-child {
        text-align: center; }
    table:not(.about-product).history-table tr:nth-child(odd) td {
      background-color: transparent; }
    table:not(.about-product).history-table td {
      vertical-align: top;
      padding: 20px 10px;
      border-top: 2px dotted #00529c; }
      table:not(.about-product).history-table td:first-child {
        font-weight: bold;
        font-size: 14px;
        line-height: 17px; }
      table:not(.about-product).history-table td.name {
        max-width: 290px; }
      table:not(.about-product).history-table td.status {
        text-transform: uppercase; }
    table:not(.about-product).history-table .list li {
      margin-bottom: 20px; }
      table:not(.about-product).history-table .list li:before {
        display: none; }
    table:not(.about-product).history-table .pdf-list {
      text-transform: uppercase; }
      table:not(.about-product).history-table .pdf-list span {
        padding-left: 6px; }
      table:not(.about-product).history-table .pdf-list a {
        text-decoration: none;
        border-bottom-color: transparent; }
        table:not(.about-product).history-table .pdf-list a:hover {
          border-bottom-color: #353a3e; }
  table:not(.about-product).status-table th {
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left; }
  table:not(.about-product).status-table th, table:not(.about-product).status-table td {
    border-bottom: 1px solid #dadada;
    padding: 7px; }
    table:not(.about-product).status-table th:first-child, table:not(.about-product).status-table td:first-child {
      padding-left: 0; }
    table:not(.about-product).status-table th:last-child, table:not(.about-product).status-table td:last-child {
      padding-right: 0; }
  table:not(.about-product).status-table tr:nth-child(odd) td {
    background-color: transparent; }
  table:not(.about-product).status-table td:first-child {
    position: relative;
    padding-left: 26px;
    white-space: nowrap; }
  table:not(.about-product).status-table .icon {
    position: absolute;
    top: calc(50% - 11px);
    left: 0;
    width: 18px;
    height: 18px; }
    table:not(.about-product).status-table .icon.yellow {
      fill: #ffd500; }
    table:not(.about-product).status-table .icon.blue {
      fill: #00529c; }
    table:not(.about-product).status-table .icon.red {
      fill: #f00; }
    table:not(.about-product).status-table .icon.green {
      fill: #14c801; }
  table:not(.about-product).price-table {
    margin-bottom: 50px; }
    table:not(.about-product).price-table th {
      padding: 12px 4px; }
    table:not(.about-product).price-table td {
      padding: 1px 4px; }
      table:not(.about-product).price-table td:last-child {
        text-align: center; }
      table:not(.about-product).price-table td:nth-last-child(-n+2) {
        font-weight: bold; }
    table:not(.about-product).price-table .remove {
      display: block;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      width: 15px;
      height: 15px;
      border-bottom: none !important; }
      table:not(.about-product).price-table .remove:before, table:not(.about-product).price-table .remove:after {
        content: '';
        position: absolute;
        background-color: #7b7b7b;
        pointer-events: none; }
      table:not(.about-product).price-table .remove:before {
        top: 0;
        height: 15px;
        right: 7px;
        width: 1px; }
      table:not(.about-product).price-table .remove:after {
        right: 0;
        width: 15px;
        top: 7px;
        height: 1px; }
      table:not(.about-product).price-table .remove:hover:before, table:not(.about-product).price-table .remove:hover:after {
        background-color: #f00; }
  @media (max-width: 767px) {
    table:not(.about-product):not(.price-table) thead, table:not(.about-product):not(.price-table) tbody, table:not(.about-product):not(.price-table) th, table:not(.about-product):not(.price-table) td, table:not(.about-product):not(.price-table) tr, table:not(.about-product)[class$="table"]:not(.price-table) thead, table:not(.about-product)[class$="table"]:not(.price-table) tbody, table:not(.about-product)[class$="table"]:not(.price-table) th, table:not(.about-product)[class$="table"]:not(.price-table) td, table:not(.about-product)[class$="table"]:not(.price-table) tr {
      display: block; }
    table:not(.about-product):not(.price-table) thead tr, table:not(.about-product)[class$="table"]:not(.price-table) thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    table:not(.about-product):not(.price-table) tr, table:not(.about-product)[class$="table"]:not(.price-table) tr {
      border-bottom: 2px dotted #00529c;
      margin-bottom: 20px; }
    table:not(.about-product):not(.price-table) td, table:not(.about-product)[class$="table"]:not(.price-table) td {
      border: none;
      position: relative;
      padding: 6px 10px 16px 32%;
      white-space: normal;
      text-align: left; }
      table:not(.about-product):not(.price-table) td:before, table:not(.about-product)[class$="table"]:not(.price-table) td:before {
        content: attr(data-title);
        position: absolute;
        top: 6px;
        left: 6px;
        width: 30%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold; }
      table:not(.about-product):not(.price-table) td:first-child, table:not(.about-product)[class$="table"]:not(.price-table) td:first-child {
        font-size: 12px;
        line-height: 18px; }
      table:not(.about-product):not(.price-table) td.name, table:not(.about-product)[class$="table"]:not(.price-table) td.name {
        max-width: 100%; }
      table:not(.about-product):not(.price-table) td.status:before, table:not(.about-product)[class$="table"]:not(.price-table) td.status:before {
        text-transform: none; }
    table:not(.about-product):not(.price-table) .list, table:not(.about-product)[class$="table"]:not(.price-table) .list {
      margin-bottom: 0; }
      table:not(.about-product):not(.price-table) .list li, table:not(.about-product)[class$="table"]:not(.price-table) .list li {
        margin-bottom: 10px; }
        table:not(.about-product):not(.price-table) .list li:last-child, table:not(.about-product)[class$="table"]:not(.price-table) .list li:last-child {
          margin-bottom: 0; }
    table:not(.about-product).status-table {
      position: relative;
      left: auto;
      top: auto;
      margin: 0 8px -4px 0; }
    table:not(.about-product):not([class]) tr {
      padding-bottom: 10px;
      border: none; }
      table:not(.about-product):not([class]) tr:nth-child(n) td {
        background-color: transparent; }
    table:not(.about-product):not([class]) td {
      padding: 6px 0; }
      table:not(.about-product):not([class]) td:before {
        display: none; }
    table:not(.about-product):not([class]) br {
      display: none; } }
  @media (max-width: 600px) {
    table:not(.about-product):not(.price-table) td:before, table:not(.about-product)[class$="table"]:not(.price-table) td:before {
      white-space: normal;
      line-height: 12px;
      padding-top: 3px; } }
  @media (max-width: 479px) {
    table:not(.about-product) td:before, table:not(.about-product).history-table td:before {
      white-space: normal; } }
  @media (max-width: 400px) {
    table:not(.about-product).price-table th:last-child {
      font-size: 0; } }

.consult-block {
  float: right;
  width: 288px;
  margin-left: 45px;
  background-color: #f6f6f6;
  padding: 13px 18px; }
  .consult-block .head {
    display: table;
    margin: 0 0 10px; }
    .consult-block .head .pic {
      display: table-cell;
      vertical-align: middle;
      width: auto; }
    .consult-block .head .title {
      display: table-cell;
      vertical-align: middle;
      width: auto; }
  .consult-block .pic span {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 10px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    overflow: hidden; }
  .consult-block .tel {
    display: block;
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 8px; }
  .consult-block .title {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
    padding-left: 15px; }
  @media (max-width: 640px) {
    .consult-block {
      max-width: 288px;
      float: none;
      margin-left: 0;
      width: 100%;
      margin-bottom: 25px; }
      .aside .consult-block, .aside .consult-block:first-child {
        margin: 0 0 25px; } }
  @media (max-width: 479px) {
    .consult-block {
      max-width: 100%; } }

.subscribe-form {
  float: right;
  width: 288px;
  margin-left: 45px;
  background-color: #f6f6f6;
  padding: 20px; }
  .subscribe-form h3, .subscribe-form .h3 {
    margin-bottom: 0; }
  .subscribe-form span {
    display: block;
    margin: 0 0 25px; }
  .subscribe-form .req {
    width: calc(100% - 19px);
    background-color: #fff; }
  .aside .subscribe-form {
    float: none;
    width: calc(100% + 44px);
    margin: 0 -22px 35px; }
    .aside .subscribe-form:first-child {
      margin-top: -20px; }
  .subscribe-form .button-holder {
    margin-bottom: 0; }
  @media (max-width: 640px) {
    .subscribe-form {
      max-width: 288px;
      float: none;
      margin-left: 0;
      width: 100%;
      margin-bottom: 25px; }
      .aside .subscribe-form, .aside .subscribe-form:first-child {
        margin: 0 0 25px; } }
  @media (max-width: 479px) {
    .subscribe-form {
      max-width: 100%; } }

.small-login .button-holder {
  text-align: right; }
  .small-login .button-holder a {
    color: #353a3e;
    border-bottom: 1px solid;
    float: right;
    line-height: 12px;
    margin-top: 8px; }
    .small-login .button-holder a:hover {
      color: #00529c;
      border-color: transparent; }

.small-login .button {
  float: left;
  width: 50%; }

@media (max-width: 639px) {
  .small-login {
    margin-bottom: 0 !important; } }

.log-links {
  text-align: center; }
  .log-links li {
    position: relative;
    padding-left: 15px; }
    .log-links li:before {
      content: '';
      position: absolute;
      top: 2px;
      left: 0;
      bottom: 2px;
      width: 1px;
      background-color: #353a3e;
      pointer-events: none; }
    .log-links li:first-child {
      padding-left: 0;
      padding-right: 15px; }
      .log-links li:first-child:before {
        display: none; }
  .log-links a {
    color: #353a3e;
    border-bottom: 1px solid; }
    .log-links a:hover {
      color: #00529c;
      border-color: transparent; }

.pages {
  -webkit-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 50px;
          column-gap: 50px;
  counter-reset: ols; }
  .pages li {
    counter-increment: ols;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    margin: 0 0 8px;
    position: relative;
    padding-left: 30px; }
    .pages li:before {
      content: counter(ols) ". ";
      position: absolute;
      top: 0;
      left: 0;
      width: 24px;
      text-align: right;
      color: #00529c;
      font-weight: bold; }
  .pages a {
    color: #353a3e; }
    .pages a:hover {
      color: #00529c; }

.solutions {
  position: relative;
  margin-bottom: 70px;
  overflow: hidden;
  padding: 0; }
  .solutions .item {
    float: left;
    text-align: center;
    width: calc(100% / 4);
    height: 244px;
    background-color: #fff;
    position: relative; }
    .solutions .item:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: solid #fff;
      border-width: 1px 0px 0 1px;
      pointer-events: none;
      z-index: 5; }
    .solutions .item.static {
      position: relative;
      width: 282px;
      background-color: #00529c;
      text-align: left;
      padding: 30px 40px; }
      .solutions .item.static h1, .solutions .item.static .h1 {
        color: #fff; }
      .solutions .item.static a {
        height: auto;
        display: inline;
        position: absolute;
        bottom: 30px;
        left: 40px;
        border-bottom: 1px solid;
        color: #ffd500;
        text-transform: uppercase;
        line-height: 12px; }
        .solutions .item.static a:hover {
          color: #fff;
          border-color: transparent; }
  .solutions a {
    display: block;
    position: relative;
    height: 100%;
    color: #000; }
    .solutions a:hover {
      color: #fff; }
      .solutions a:hover .holder:before {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
      .solutions a:hover .pic {
        height: 0;
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0); }
      .solutions a:hover .ico {
        top: 16px; }
      .solutions a:hover .button {
        bottom: 40px; }
      .solutions a:hover .title {
        margin: 60px 0 -3px; }
      .solutions a:hover .bg {
        opacity: 1; }
  .solutions .title {
    display: block;
    font-size: 36px;
    line-height: 39px;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0 0 6px;
    -webkit-transition: margin 0.3s;
            transition: margin 0.3s; }
  .solutions .holder {
    position: relative;
    height: 100%;
    z-index: 10;
    padding: 24px 10px;
    overflow: hidden; }
    .solutions .holder:before {
      content: '';
      position: absolute;
      top: calc(50% - 145px);
      left: calc(50% - 145px);
      width: 290px;
      height: 290px;
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.6);
      z-index: -1;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
              transition: transform 0.3s ease-in-out;
      pointer-events: none; }
  .solutions .bg {
    opacity: .5;
    -webkit-transition: opacity 0.3s ease-in-out;
            transition: opacity 0.3s ease-in-out; }
  .solutions > .bg {
    opacity: .2; }
  .solutions .price {
    display: block;
    font-size: 24px;
    line-height: 27px; }
    .solutions .price b {
      font-weight: 900; }
  .solutions .pic {
    margin: 0 0 12px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition-property: -webkit-transform, height;
            transition-property: transform, height;
    -webkit-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
    .solutions .pic img {
      width: 106px; }
  .solutions .button {
    position: absolute;
    bottom: -100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: bottom 0.3s ease-in-out;
            transition: bottom 0.3s ease-in-out;
    background-color: #00529c;
    color: #ffd500; }
    .solutions .button:hover {
      background-color: #ffd500;
      color: #00529c; }
  .solutions .ico {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    -webkit-transition: top 0.3s ease-in-out;
            transition: top 0.3s ease-in-out; }
    .solutions .ico img {
      width: 53px; }
  .solutions.type-solutions .item:nth-child(2), .solutions.type-solutions .item:nth-child(3) {
    width: calc(100% / 2 - 150px); }
  .solutions.type-solutions .item.static {
    width: 300px;
    color: #00529c;
    background-color: transparent;
    padding-left: 16px; }
    .solutions.type-solutions .item.static h1, .solutions.type-solutions .item.static .h1 {
      color: #00529c; }
    .solutions.type-solutions .item.static a {
      left: 16px;
      color: #000; }
      .solutions.type-solutions .item.static a:hover {
        color: #00529c; }
  .solutions.type-solutions .city {
    display: block;
    color: #000;
    font-size: 24px;
    line-height: 27px;
    -webkit-transition: color 0.3s ease-in-out;
            transition: color 0.3s ease-in-out; }
  .solutions.type-solutions .title {
    margin: 0; }
  .solutions.type-solutions .align {
    white-space: nowrap;
    text-align: center;
    height: 100%; }
    .solutions.type-solutions .align:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%; }
    .solutions.type-solutions .align > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle; }
  .solutions.type-solutions a:hover .title {
    margin-top: -30px; }
  .solutions.type-solutions a:hover .city {
    color: #fff; }
  @media (min-width: 1441px) {
    .solutions .item:nth-child(5), .solutions .item:nth-child(6), .solutions .item:nth-child(7), .solutions .item:nth-child(12), .solutions .item:nth-child(13), .solutions .item:nth-child(14), .solutions .item:nth-child(19), .solutions .item:nth-child(20), .solutions .item:nth-child(21) {
      width: calc(100% / 3); }
    .solutions.home .item:nth-child(-n+4):not(.static) {
      width: calc(100% / 3 - 94px); }
    .solutions.home .item:nth-child(n+8) {
      display: none; }
    .solutions.type-solutions .item {
      width: calc(100% / 4); }
      .solutions.type-solutions .item:nth-child(2), .solutions.type-solutions .item:nth-child(3), .solutions.type-solutions .item:nth-child(4) {
        width: calc(100% / 3 - 100px); }
      .solutions.type-solutions .item:nth-child(9), .solutions.type-solutions .item:nth-child(10), .solutions.type-solutions .item:nth-child(11), .solutions.type-solutions .item:nth-child(16), .solutions.type-solutions .item:nth-child(17), .solutions.type-solutions .item:nth-child(18) {
        width: calc(100% / 3); } }
  @media (max-width: 1440px) {
    .solutions .item {
      width: calc(100% / 3); }
      .solutions .item.static {
        width: 282px; }
      .solutions .item:nth-child(4), .solutions .item:nth-child(5), .solutions .item:nth-child(9), .solutions .item:nth-child(10), .solutions .item:nth-child(14), .solutions .item:nth-child(15), .solutions .item:nth-child(19), .solutions .item:nth-child(20) {
        width: calc(100% / 2); }
    .solutions.home .item {
      width: calc(100% / 3); }
      .solutions.home .item.static {
        width: 282px; }
      .solutions.home .item:nth-child(2), .solutions.home .item:nth-child(3) {
        width: calc(100% / 2 - 141px); }
      .solutions.home .item:nth-child(4) {
        width: calc(100% / 3); }
      .solutions.home .item:nth-child(n+7) {
        display: none; }
    .solutions.type-solutions .item {
      width: calc(100% / 3); }
      .solutions.type-solutions .item:nth-child(2), .solutions.type-solutions .item:nth-child(3) {
        width: calc(100% / 2 - 150px); }
      .solutions.type-solutions .item:nth-child(7), .solutions.type-solutions .item:nth-child(8), .solutions.type-solutions .item:nth-child(12), .solutions.type-solutions .item:nth-child(13), .solutions.type-solutions .item:nth-child(17), .solutions.type-solutions .item:nth-child(18), .solutions.type-solutions .item:nth-child(22) {
        width: calc(100% / 2); } }
  @media (max-width: 767px) {
    .solutions .item {
      width: 50%; }
    .solutions.home .item {
      width: calc(100% / 2); }
      .solutions.home .item.static {
        width: 282px; }
      .solutions.home .item:nth-child(2) {
        width: calc(100% - 282px); }
      .solutions.home .item:nth-child(3), .solutions.home .item:nth-child(4) {
        width: calc(100% / 2); }
      .solutions.home .item:nth-child(n+5) {
        display: none; }
    .solutions:last-child {
      margin-bottom: 0; }
    .solutions.type-solutions .item {
      width: calc(100% / 2); }
      .solutions.type-solutions .item:nth-child(n) {
        width: calc(100% / 2); }
      .solutions.type-solutions .item:nth-child(n+5) {
        display: none; } }
  @media (max-width: 640px) {
    .solutions .item {
      width: 100%;
      float: none; }
      .solutions .item:nth-child(n) {
        width: 100%; }
      .solutions .item.static {
        height: auto;
        width: 100%; }
    .solutions.home .item {
      width: 100%; }
      .solutions.home .item.static {
        width: auto; }
      .solutions.home .item:nth-child(2) {
        width: 100%; }
      .solutions.home .item:nth-child(n+3) {
        display: none; }
    .solutions.type-solutions .item {
      width: 100%;
      float: none; }
      .solutions.type-solutions .item:nth-child(n) {
        width: 100%; }
      .solutions.type-solutions .item:nth-child(n+3) {
        display: none; } }

.fancybox-enabled {
  overflow: visible; }
  .fancybox-enabled body {
    margin-right: 0; }

.popup .fancybox-slide {
  overflow: visible; }
  .popup .fancybox-slide > * {
    padding: 0;
    margin: 0;
    max-height: 100%;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2); }

.popup.fancybox-container--ready .fancybox-bg {
  opacity: .5; }

.popup .fancybox-close-small {
  width: 16px;
  height: 16px;
  top: 28px;
  right: 28px;
  background: none;
  opacity: 1;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
  .popup .fancybox-close-small:after, .popup .fancybox-close-small:before {
    content: '';
    width: auto;
    height: auto;
    position: absolute;
    background-color: #7b7b7b;
    border-radius: 0;
    -webkit-transition: background-color 0.3s ease-in-out;
            transition: background-color 0.3s ease-in-out; }
  .popup .fancybox-close-small:before {
    top: 0;
    bottom: 0;
    left: 7px;
    width: 2px; }
  .popup .fancybox-close-small:after {
    left: 0;
    right: 0;
    top: 7px;
    height: 2px; }
  .popup .fancybox-close-small:hover:after, .popup .fancybox-close-small:hover:before {
    background-color: #00529c; }

.popup .popup-content {
  width: 720px;
  overflow: visible;
  padding: 60px;
  background-color: white; }

.popup .send .holder {
  display: none; }

.popup .send .thanks {
  display: block; }

@media (max-width: 767px) {
  .popup .popup-content {
    width: auto;
    margin: 0 20px;
    padding: 30px; }
  .popup .fancybox-close-small {
    top: 18px;
    right: 18px; } }

@media (max-width: 479px) {
  .popup .popup-content {
    margin: 0;
    padding: 30px 15px; }
  .popup .fancybox-close-small {
    top: 10px;
    right: 10px; } }

.thanks {
  display: none;
  text-align: center;
  max-width: 400px;
  margin: 0 auto; }

.partners .col {
  float: left;
  width: calc(100% / 4); }

.partners .item {
  position: relative;
  padding: 15px 15px 45px;
  border: 1px solid #dadada;
  margin: -1px 0 0 -1px;
  -webkit-transition: box-shadow 0.3s ease-in-out;
          transition: box-shadow 0.3s ease-in-out; }
  .partners .item:hover, .partners .item.open {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    z-index: 10; }

.partners .pic {
  text-align: center;
  height: 115px;
  padding: 20px;
  white-space: nowrap;
  text-align: center; }
  .partners .pic:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 100%; }
  .partners .pic > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle; }
  .partners .pic img {
    max-height: 100%; }

.partners li {
  font-size: 14px;
  line-height: 19px;
  margin: 0 0 5px; }

.partners a {
  color: #353a3e; }
  .partners a:hover {
    color: #00529c; }

.partners .see-all {
  left: 15px;
  bottom: 20px;
  line-height: 14px; }

.partners .holder {
  position: relative;
  height: 230px;
  overflow: hidden; }

@media (max-width: 1023px) {
  .partners .col {
    width: calc(100% / 3); } }

@media (max-width: 767px) {
  .partners .col {
    width: 50%; } }

@media (max-width: 479px) {
  .partners .col {
    float: none;
    width: 100%; } }

.content {
  float: left;
  width: calc(100% - 333px); }
  @media (max-width: 767px) {
    .content {
      float: none;
      width: auto; } }

.aside {
  float: right;
  width: 288px;
  margin-left: 45px;
  padding: 20px 22px;
  background-color: #f6f6f6; }
  .aside > *:last-child {
    margin-bottom: 0; }
  .aside.transparent {
    background-color: transparent; }
  @media (max-width: 767px) {
    .aside {
      margin-bottom: 20px; } }
  @media (max-width: 640px) {
    .aside {
      float: none;
      width: 100%;
      margin-left: 0; }
      .aside.transparent {
        padding: 0 0 25px; } }

.pdf-list li {
  position: relative;
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 17px;
  display: table;
  width: 100%; }
  .pdf-list li:before {
    content: '';
    display: table-cell;
    vertical-align: middle;
    background: url(../images/icons/pdf.png) no-repeat 0 0/contain;
    width: 28px;
    height: 28px; }

.pdf-list span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px; }

.pdf-list a {
  color: #353a3e;
  text-decoration: underline; }
  .pdf-list a:hover {
    text-decoration: none; }

@media (max-width: 767px) {
  .pdf-list.multi {
    text-align: left; } }

.point-list {
  margin-bottom: 20px; }
  .point-list li {
    position: relative;
    padding-left: 40px;
    min-height: 28px; }
    .point-list li:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      background: url(../images/icons/point.png) no-repeat 0 0/contain;
      width: 22px;
      height: 22px; }

.cart-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 600px;
  margin: 0 auto;
  counter-reset: digit;
  padding: 15px 0;
  position: relative; }
  .cart-head:before, .cart-head:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 0px;
    right: 0px;
    border-top: 2px dotted #00529c; }
  .cart-head:after {
    top: auto;
    bottom: 0; }
  .cart-head li {
    counter-increment: digit;
    position: relative;
    width: 24%;
    text-align: center;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 24px 0 0; }
    .cart-head li:first-child {
      text-align: left;
      width: 15%; }
      .cart-head li:first-child:before {
        left: 0; }
    .cart-head li:last-child {
      width: 15%;
      text-align: right; }
      .cart-head li:last-child:before {
        left: auto;
        right: 0; }
    .cart-head li:before {
      content: counter(digit);
      position: absolute;
      top: -15px;
      left: calc(50% - 15px);
      width: 30px;
      height: 30px;
      border-radius: 50%;
      font-size: 14px;
      line-height: 26px;
      font-weight: bold;
      color: #fff;
      background-color: #00529c;
      border: 3px solid #00529c;
      text-align: center; }
    .cart-head li.done:before {
      content: '';
      background: #ffd500 url(../images/icons/checkmark.svg) no-repeat 50% 50%/14px 14px; }
    .cart-head li.done a {
      color: #00529c; }
  .cart-head a {
    color: #353a3e; }
  .cart-head.empty li:before {
    color: #00529c; }
  @media (max-width: 767px) {
    .cart-head:after {
      display: none; }
    .cart-head.empty:before, .cart-head.empty:after {
      display: none; }
    .cart-head li {
      position: absolute;
      left: -9999px; }
      .cart-head li.done + li:not(.done) {
        position: relative;
        left: auto;
        display: block;
        width: 100%; }
      .cart-head li:last-child {
        text-align: center; }
        .cart-head li:last-child:before {
          right: auto;
          left: calc(50% - 15px); }
    .cart-head br {
      display: none; }
    .cart-head.empty {
      padding: 0; }
      .cart-head.empty + .cart-holder, .cart-head.empty + .empty-message {
        padding: 0; } }

.cart-holder, .empty-message {
  padding: 32px 0;
  max-width: 600px;
  margin: 0 auto; }
  .cart-holder .empty, .empty-message .empty {
    padding: 22px 0;
    font-size: 14px;
    line-height: 19px; }
    .cart-holder .empty p, .empty-message .empty p {
      margin-bottom: 26px; }
    .cart-holder .empty a, .empty-message .empty a {
      color: #353a3e;
      border-bottom: 1px solid; }
      .cart-holder .empty a:hover, .empty-message .empty a:hover {
        color: #00529c;
        border-color: transparent; }
  .cart-holder .info, .empty-message .info {
    text-align: center;
    font-weight: bold;
    color: #353a3e;
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 20px; }
    .cart-holder .info a, .empty-message .info a {
      color: #353a3e;
      border-bottom: 1px solid; }
      .cart-holder .info a:hover, .empty-message .info a:hover {
        color: #00529c;
        border-color: transparent; }
  .cart-holder .cols, .empty-message .cols {
    padding-bottom: 45px;
    border-bottom: 2px dotted #00529c; }
    .cart-holder .cols .col, .empty-message .cols .col {
      float: left;
      width: 50%; }
  .cart-holder .h1, .empty-message .h1 {
    text-align: center;
    font-weight: 100;
    margin-bottom: 20px; }
    .cart-holder .h1.left, .empty-message .h1.left {
      text-align: left; }
  .cart-holder .button-holder + .h1, .empty-message .button-holder + .h1 {
    margin-top: 44px; }
  .cart-holder .bordered, .empty-message .bordered {
    padding: 18px 0;
    border-bottom: 2px dotted #00529c;
    margin-bottom: 44px; }
  .cart-holder .cart-done, .empty-message .cart-done {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    padding: 0 0 22px;
    margin: 0 0 30px;
    border-bottom: 2px dotted #00529c; }
  .cart-holder .acc-item .head, .empty-message .acc-item .head {
    cursor: default; }
  @media (max-width: 767px) {
    .cart-holder, .empty-message {
      padding: 0; }
      .cart-holder .cols .col, .empty-message .cols .col {
        float: none;
        width: 100%; }
      .cart-holder .cart-done, .empty-message .cart-done {
        padding-top: 8px; } }

.count {
  position: relative;
  width: 99px; }
  .count input {
    display: block;
    width: 100%;
    background-color: #f6f6f6;
    border: 1px solid #dadada;
    text-align: center;
    font-size: 18px; }
    .count input:focus {
      border-color: #00529c; }

.minus, .plus {
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px; }
  .minus:before, .minus:after, .plus:before, .plus:after {
    content: '';
    background-color: #353a3e;
    position: absolute;
    z-index: 10; }
  .minus:before, .plus:before {
    left: 0;
    right: 0;
    top: 7px;
    height: 1px; }
  .minus:after, .plus:after {
    top: 0;
    bottom: 0;
    left: 7px;
    width: 1px; }

.minus:after {
  display: none; }

.plus {
  left: auto;
  right: 10px; }

.cart-products .item {
  margin: 0 0 35px;
  position: relative; }
  .cart-products .item:last-child {
    margin-bottom: 24px; }
  .cart-products .item.request .pic {
    border-color: #ffd500; }
    .cart-products .item.request .pic:before {
      content: '';
      position: absolute;
      top: -2px;
      left: -2px;
      right: -2px;
      bottom: -2px;
      border: 1px solid #ffd500;
      pointer-events: none; }

.cart-products .pic {
  float: left;
  width: 145px;
  height: 145px;
  white-space: nowrap;
  text-align: center;
  margin: 0 34px 0 0;
  border: 1px solid #dadada;
  padding: 15px;
  position: relative;
  background-color: #fff; }
  .cart-products .pic:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 100%; }
  .cart-products .pic > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle; }
  .cart-products .pic:hover {
    border-color: #00529c; }

.cart-products img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto; }

.cart-products .col {
  float: left;
  width: 240px;
  position: relative; }
  .cart-products .col:first-of-type > * {
    padding-right: 30px; }
  .cart-products .col:last-child {
    width: calc(100% - 419px); }

.cart-products .title {
  display: block;
  font-size: 14px;
  line-height: 17px;
  color: #353a3e;
  padding: 0 0 7px;
  height: 44px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #dadada;
  -webkit-transition-property: color, background-color;
          transition-property: color, background-color; }
  .cart-products .title:hover {
    color: #00529c; }

.cart-products dl {
  margin: 0;
  overflow: hidden;
  line-height: 15px;
  padding: 7px 0;
  position: relative;
  border-bottom: 1px solid #dadada;
  min-height: 41px; }
  .cart-products dl dt {
    float: left;
    width: 50%;
    padding-right: 5px; }
  .cart-products dl dd {
    font-weight: bold; }

.cart-products .price {
  display: block;
  margin: 14px 0 0;
  padding: 0 0 7px;
  height: 30px;
  border-bottom: 1px solid #dadada;
  font-size: 18px;
  line-height: 23px; }

.cart-products .count-holder {
  padding: 18px 0;
  border-bottom: 1px solid #dadada; }

@media (max-width: 767px) {
  .cart-products .pic {
    float: none;
    display: block;
    margin: 0 auto 20px; }
  .cart-products .col:nth-child(n) {
    width: 50%; } }

@media (max-width: 479px) {
  .cart-products .col:nth-child(n) {
    float: none;
    width: 100%; }
  .cart-products .title {
    text-align: center; } }

.total {
  display: block;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  color: #00529c;
  padding: 3px 0 12px;
  border-bottom: 1px solid #dadada;
  height: 41px; }

.delete {
  position: absolute;
  right: 24px;
  bottom: -9px;
  text-transform: uppercase;
  color: #9e9e9e;
  font-size: 14px;
  line-height: 17px;
  background-color: #fff;
  cursor: pointer; }
  .delete:before, .delete:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 3; }
  .delete:before {
    left: -20px;
    width: 20px; }
  .delete:after {
    right: -25px;
    width: 50px; }
  .delete i {
    position: absolute;
    top: 0;
    right: -25px;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #fff;
    z-index: 5; }
    .delete i:before, .delete i:after {
      content: '';
      position: absolute;
      background-color: #9e9e9e;
      -webkit-transition: background-color 0.3s ease-in-out;
              transition: background-color 0.3s ease-in-out; }
    .delete i:before {
      top: 7px;
      right: 0;
      left: 0;
      height: 1px; }
    .delete i:after {
      top: 0;
      bottom: 0;
      right: 7px;
      width: 1px; }
  .delete span {
    position: relative;
    z-index: 5;
    border-bottom: 1px solid;
    -webkit-transition: border-color 0.3s ease-in-out;
            transition: border-color 0.3s ease-in-out; }
  .delete:hover {
    color: #00529c; }
    .delete:hover span {
      border-color: transparent; }
    .delete:hover i:before, .delete:hover i:after {
      background-color: #00529c; }
  @media (max-width: 767px) {
    .delete span {
      display: none; } }

.cart-total {
  padding: 13px 0;
  margin: 0 0 30px;
  border: dotted #00529c;
  border-width: 2px 0;
  font-size: 14px;
  line-height: 17px;
  color: #00529c; }
  .cart-total dl {
    width: 50%;
    float: left;
    padding: 15px 0;
    margin: 0; }
  .cart-total dt {
    float: left;
    margin: 0 3px 0 0;
    text-transform: uppercase; }
  .cart-total dd {
    display: block;
    overflow: hidden;
    margin: 0; }
  .cart-total.final {
    margin-top: 30px; }
    .cart-total.final dl:nth-of-type(2) {
      float: right;
      text-align: right; }
    .cart-total.final dt, .cart-total.final dd {
      float: none;
      display: inline; }
    .cart-total.final dd {
      font-weight: bold; }
      .cart-total.final dd:after {
        content: '\A';
        white-space: pre; }
  @media (max-width: 479px) {
    .cart-total dl, .cart-total.final dl:nth-of-type(2) {
      float: none;
      width: 100%;
      text-align: left; }
      .cart-total dl:last-of-type, .cart-total.final dl:nth-of-type(2):last-of-type {
        padding-top: 0; } }

.accordion {
  margin: 0 -60px 15px;
  background-color: #f6f6f6; }
  .accordion .acc-item {
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid #fff;
    padding: 0 60px; }
    .accordion .acc-item.active .expand {
      display: block; }
    .accordion .acc-item.active .head .delete i {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .accordion .head {
    display: block;
    position: relative;
    color: #00529c;
    padding: 21px 180px 21px 0;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    cursor: pointer; }
    .accordion .head strong {
      font-weight: normal; }
    .accordion .head b {
      font-weight: bold; }
    .accordion .head .delete {
      font-size: 14px;
      line-height: 18px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      bottom: auto; }
      .accordion .head .delete i {
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
                transform: rotate(0);
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
                transition: transform 0.3s ease-in-out; }
  .accordion .expand {
    display: none;
    position: relative;
    overflow: hidden; }
  .accordion .delete {
    background-color: #f6f6f6;
    min-height: 18px; }
    .accordion .delete:before, .accordion .delete:after {
      background-color: #f6f6f6; }
    .accordion .delete i {
      background-color: #f6f6f6; }
  @media (max-width: 767px) {
    .accordion .head {
      padding-right: 21px; } }
  @media (max-width: 479px) {
    .accordion {
      margin: 0 -10px 15px; }
      .accordion .acc-item {
        padding: 0 15px; } }

.message {
  margin: 0 -60px;
  padding: 24px 65px;
  border: 3px solid #f6f6f6;
  margin-bottom: 36px;
  text-align: center; }
  @media (max-width: 479px) {
    .message {
      margin: 0 0 20px;
      padding: 16px 22px; } }

.personal-reg {
  border-top: 2px dotted #00529c;
  padding-top: 30px;
  margin-top: 37px; }
  .personal-reg h3 {
    color: #00529c;
    margin-bottom: 35px; }

.cart-options {
  margin: 37px 0 30px;
  padding: 30px 0;
  border: dotted #00529c;
  border-width: 2px 0; }
  .cart-options .check-holder {
    max-width: 100%; }
    .cart-options .check-holder .check-label {
      float: left;
      width: calc(100% / 3);
      font-size: 14px;
      line-height: 17px; }
    .cart-options .check-holder span {
      padding-top: 5px; }
  .acc-item .cart-options {
    margin-top: 0; }
  @media (max-width: 479px) {
    .cart-options .check-holder .check-label {
      float: none;
      display: block;
      width: 100%;
      margin-bottom: 20px; }
      .cart-options .check-holder .check-label:last-child {
        margin-bottom: 0; } }

.address-block {
  margin-bottom: 44px;
  border-bottom: 2px dotted #00529c; }
  .address-block .holder {
    margin-bottom: 35px; }
  .address-block .col {
    float: left;
    width: 180px; }
    .address-block .col:last-child {
      float: right;
      width: 360px;
      padding-right: 20px; }
  .address-block h3 {
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    margin-bottom: 0; }
  .address-block p {
    margin-bottom: 0; }
    .address-block p + h3 {
      margin-top: 20px; }
  .address-block .street, .address-block .work-time, .address-block .tels {
    position: relative;
    padding: 0 0 20px 30px; }
    .address-block .street:before, .address-block .work-time:before, .address-block .tels:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none;
      width: 20px;
      height: 20px; }
    .address-block .street span, .address-block .work-time span, .address-block .tels span {
      display: block; }
  .address-block address {
    display: block;
    font-style: normal;
    font-weight: normal; }
  .address-block .street:before {
    background: url(../images/icons/marker.png) no-repeat 0 0/14px 19px; }
  .address-block .work-time:before {
    background: url(../images/icons/work.png) no-repeat 0 0/17px 17px; }
  .address-block .tels:before {
    background: url(../images/icons/tel.png) no-repeat 0 0/16px 16px; }
  .address-block figure {
    overflow: hidden;
    float: none;
    display: block;
    max-width: 450px;
    width: auto;
    margin: 0 auto 45px; }
  @media (max-width: 767px) {
    .address-block .col:nth-child(n) {
      float: left;
      width: 180px; }
      .address-block .col:nth-child(n):last-child {
        width: calc(100% - 180px);
        max-width: 100%;
        padding: 0 0 0 20px; } }
  @media (max-width: 479px) {
    .address-block .col:nth-child(n), .address-block .col:nth-child(n):last-child {
      float: none;
      width: 100%;
      max-width: 100%;
      padding: 0; } }

.sub-text {
  padding-top: 24px;
  font-size: 10px;
  line-height: 18px; }

.contacts {
  margin-bottom: 20px; }
  .contacts h1, .contacts .h1 {
    font-weight: 100;
    margin-bottom: 26px; }
  .contacts .left {
    float: left;
    width: 330px;
    padding-right: 60px; }
  .contacts .right {
    overflow: hidden; }
  .contacts .address-block {
    border-bottom: none; }
  @media (max-width: 1023px) {
    .contacts .left {
      width: 270px;
      padding-right: 20px; }
    .contacts .address-block .col:nth-child(n):last-child {
      padding-left: 10px; } }
  @media (max-width: 767px) {
    .contacts h1 br, .contacts .h1 br {
      display: none; }
    .contacts .left {
      padding-right: 0;
      float: none;
      width: 100%; }
    .contacts .address-block {
      margin-bottom: 20px;
      font-size: 0;
      line-height: 0;
      letter-spacing: -5px; }
      .contacts .address-block > * {
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: normal;
        width: 33.333%;
        padding-right: 15px; } }
  @media (max-width: 640px) {
    .contacts .address-block > * {
      width: 50%;
      padding-right: 0; }
    .contacts .address-block .col {
      float: none;
      display: block;
      width: 100%; }
      .contacts .address-block .col:first-child {
        font-size: 0;
        line-height: 0;
        letter-spacing: -5px;
        padding-bottom: 10px; }
        .contacts .address-block .col:first-child > * {
          display: inline-block;
          vertical-align: top;
          font-size: 12px;
          line-height: 18px;
          letter-spacing: normal;
          width: 50%;
          padding-right: 15px; }
      .contacts .address-block .col:nth-child(n):last-child {
        padding-left: 0; } }
  @media (max-width: 479px) {
    .contacts .address-block > *, .contacts .address-block .col:first-child > * {
      display: block;
      width: 100%; } }

.harmonica .item {
  border-bottom: 1px solid #00529c;
  font-size: 14px;
  line-height: 17px;
  color: #707070; }
  .harmonica .item:last-child {
    border-bottom: none; }
  .harmonica .item.active .head {
    color: #00529c; }
    .harmonica .item.active .head .icon {
      -webkit-transform: translate(2px, -50%) rotate(-90deg);
          -ms-transform: translate(2px, -50%) rotate(-90deg);
              transform: translate(2px, -50%) rotate(-90deg); }
  .harmonica .item.active > .expand {
    display: block; }

.harmonica .head {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 16px 0; }
  .harmonica .head .icon {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
            transition: transform 0.3s ease-in-out; }
  .harmonica .head svg {
    width: 22px;
    height: 18px;
    fill: #7b7b7b; }
  .harmonica .head strong {
    display: block;
    font-weight: 500;
    padding-right: 25px; }

.harmonica .expand {
  display: none;
  position: relative;
  overflow: hidden;
  padding-bottom: 15px; }

.harmonica address {
  display: block;
  font-style: normal;
  font-weight: normal; }

.harmonica .container {
  padding: 0; }

.harmonica .harmonica .item {
  border: none;
  margin: 0 0 15px; }
  .harmonica .harmonica .item:last-child {
    margin-bottom: 0; }
  .harmonica .harmonica .item.active .head {
    color: #707070; }
    .harmonica .harmonica .item.active .head strong {
      border-bottom-color: transparent; }

.harmonica .harmonica .head {
  color: #00529c;
  padding: 0; }
  .harmonica .harmonica .head strong {
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid;
    padding-right: 0; }

.harmonica .harmonica .expand {
  padding: 0 0 0 15px; }

.harmonica .harmonica span {
  display: block; }

.harmonica .harmonica a {
  color: #707070; }
  .harmonica .harmonica a:hover {
    color: #00529c; }

.harmonica.materials {
  margin-top: -14px; }
  .harmonica.materials .item:last-child {
    border-bottom: 1px solid #00529c; }
  .harmonica.materials .item.active .head {
    color: #353a3e; }
  .harmonica.materials .head {
    text-transform: uppercase; }
    .harmonica.materials .head strong {
      font-weight: normal; }
  .harmonica.materials .expand {
    border-top: 1px solid #00529c;
    padding-top: 20px; }

.sort {
  width: 100%;
  font-size: 14px;
  line-height: 28px;
  position: relative;
  padding: 16px 0; }
  .sort .view {
    float: left;
    width: 240px;
    text-align: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: -5px; }
    .sort .view li {
      display: inline-block;
      vertical-align: top;
      letter-spacing: normal;
      padding: 0 10px; }
    .sort .view a {
      display: block;
      width: 28px;
      height: 28px;
      margin: 0;
      position: relative; }
      .sort .view a:hover span {
        background-color: #00529c;
        border: 1px solid #00529c; }
        .sort .view a:hover span:after, .sort .view a:hover span:before {
          background-color: #00529c;
          border: 1px solid #00529c; }
      .sort .view a span {
        height: 8px;
        position: absolute;
        background-color: #f6f6f6;
        border: 1px solid #dadada;
        -webkit-transition: 0.3s ease-in-out;
                transition: 0.3s ease-in-out;
        -webkit-transition-property: border-color, background-color;
                transition-property: border-color, background-color; }
        .sort .view a span:after, .sort .view a span:before {
          content: '';
          position: absolute;
          background-color: #f6f6f6;
          border: 1px solid #dadada;
          height: 8px;
          -webkit-transition: 0.3s ease-in-out;
                  transition: 0.3s ease-in-out;
          -webkit-transition-property: border-color, background-color;
                  transition-property: border-color, background-color; }
    .sort .view .active a span {
      background-color: #00529c;
      border: 1px solid #00529c; }
      .sort .view .active a span:after, .sort .view .active a span:before {
        background-color: #00529c;
        border: 1px solid #00529c; }
    .sort .view .min span {
      left: 0;
      right: 0;
      top: calc(50% - 4px); }
      .sort .view .min span:after, .sort .view .min span:before {
        left: -1px;
        right: -1px; }
      .sort .view .min span:before {
        top: -11px; }
      .sort .view .min span:after {
        bottom: -11px; }
    .sort .view .block span {
      width: 8px;
      left: calc(50% - 4px); }
      .sort .view .block span:nth-child(1) {
        top: 0; }
      .sort .view .block span:nth-child(2) {
        top: calc(50% - 4px); }
      .sort .view .block span:nth-child(3) {
        bottom: 0; }
      .sort .view .block span:after, .sort .view .block span:before {
        top: -1px;
        width: 8px;
        height: 8px; }
      .sort .view .block span:before {
        left: -11px; }
      .sort .view .block span:after {
        right: -11px; }
    .sort .view .list span {
      width: 18px;
      right: 0; }
      .sort .view .list span:nth-child(1) {
        top: 0; }
      .sort .view .list span:nth-child(2) {
        top: calc(50% - 4px); }
      .sort .view .list span:nth-child(3) {
        bottom: 0; }
      .sort .view .list span:after {
        display: none; }
      .sort .view .list span:before {
        top: -1px;
        left: -11px;
        width: 8px;
        height: 8px; }
  .sort .sort-by {
    float: left; }
    .sort .sort-by ul {
      float: left; }
    .sort .sort-by strong {
      float: left;
      padding-right: 10px;
      text-transform: uppercase; }
    .sort .sort-by a {
      cursor: pointer;
      color: #353a3e; }
      .sort .sort-by a.up, .sort .sort-by a.down {
        width: 12px;
        height: 8px;
        margin: 9px 0 0 6px;
        display: inline-block;
        vertical-align: top;
        position: relative; }
        .sort .sort-by a.up:before, .sort .sort-by a.down:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          -webkit-transition: border-color 0.3s ease-in-out;
                  transition: border-color 0.3s ease-in-out; }
        .sort .sort-by a.up:after, .sort .sort-by a.down:after {
          content: '';
          position: absolute;
          top: 1px;
          left: 1px;
          -webkit-transition: opacity 0.3s ease-in-out;
                  transition: opacity 0.3s ease-in-out; }
      .sort .sort-by a.down:before {
        height: 0;
        width: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 8px solid #353a3e; }
      .sort .sort-by a.down:after {
        height: 0;
        width: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid #f6f6f6; }
      .sort .sort-by a.up:before {
        height: 0;
        width: 0;
        border-bottom: 8px solid #353a3e;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent; }
      .sort .sort-by a.up:after {
        height: 0;
        width: 0;
        border-bottom: 6px solid #f6f6f6;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent; }
      .sort .sort-by a.current:after {
        opacity: 0; }
      .sort .sort-by a.current.down:before {
        height: 0;
        width: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 8px solid #00529c; }
      .sort .sort-by a.current.up:before {
        height: 0;
        width: 0;
        border-bottom: 8px solid #00529c;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent; }
      .sort .sort-by a:hover {
        color: #00529c; }
        .sort .sort-by a:hover:after {
          opacity: 0; }
        .sort .sort-by a:hover.down:before {
          height: 0;
          width: 0;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          border-top: 8px solid #00529c; }
        .sort .sort-by a:hover.up:before {
          height: 0;
          width: 0;
          border-bottom: 8px solid #00529c;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent; }
    .sort .sort-by li {
      cursor: default;
      float: left;
      padding-right: 25px; }
      .sort .sort-by li.active {
        color: #00529c; }
        .sort .sort-by li.active a {
          color: #00529c; }
  @media (max-width: 1023px) {
    .sort {
      position: fixed;
      top: 50%;
      right: 0;
      width: 240px;
      background-color: #fff;
      z-index: 100;
      box-shadow: -2px 0 4px rgba(0, 0, 0, 0.3);
      -webkit-transform: translate(140%, -50%);
          -ms-transform: translate(140%, -50%);
              transform: translate(140%, -50%);
      -webkit-transition: -webkit-transform 0.6s ease-in-out;
              transition: transform 0.6s ease-in-out;
      padding: 15px; }
      .sort .view, .sort .pagination {
        display: none; }
      .sort .sort-by li {
        float: none;
        display: block; }
      .open-sort .sort {
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%); } }

.mobile-sort {
  display: none;
  padding: 12px 0 16px; }
  .mobile-sort .filter-icon, .mobile-sort .sort-icon {
    float: left;
    white-space: nowrap;
    text-align: center; }
    .mobile-sort .filter-icon:after, .mobile-sort .sort-icon:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%; }
    .mobile-sort .filter-icon > *, .mobile-sort .sort-icon > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle; }
    .mobile-sort .filter-icon svg, .mobile-sort .sort-icon svg {
      width: 28px;
      height: 28px;
      fill: #00529c; }
  .mobile-sort .sort-icon {
    float: right; }
  @media (max-width: 1023px) {
    .mobile-sort {
      display: block; } }

.pagination {
  float: right;
  padding: 2px 0;
  line-height: 25px; }
  .pagination ul {
    float: left;
    padding-right: 18px; }
  .pagination li {
    float: left;
    padding-right: 4px; }
    .pagination li a {
      display: block;
      color: #353a3e;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      text-align: center;
      -webkit-transition: background-color 0.3s ease-in-out;
              transition: background-color 0.3s ease-in-out; }
      .pagination li a:hover {
        color: #00529c; }
    .pagination li.active a {
      background-color: #ffd500;
      color: #353a3e;
      font-weight: bold; }
  .pagination > a {
    float: left;
    color: #353a3e;
    line-height: 14px;
    margin-top: 5px;
    text-transform: uppercase;
    border-bottom: 1px solid; }
    .pagination > a:hover {
      color: #00529c; }

.catalog-holder {
  width: 100%; }
  .catalog-holder .products, .catalog-holder .products-list {
    float: right;
    width: calc(100% - 239px); }
  @media (max-width: 1023px) {
    .catalog-holder .products, .catalog-holder .products-list {
      float: none;
      width: 100%; }
    .catalog-holder.favorites .block-controls {
      float: none;
      width: 100%;
      padding-bottom: 15px; }
      .catalog-holder.favorites .block-controls .button {
        max-width: 180px;
        margin: 12px auto; }
      .catalog-holder.favorites .block-controls .print {
        margin-left: 12px; }
      .catalog-holder.favorites .block-controls > span {
        text-align: center; }
    .catalog-holder.favorites .products {
      float: none;
      width: 100%; } }

.catalog-footer {
  width: 100%; }
  .catalog-footer .pagination {
    padding: 5px 0; }
  @media (max-width: 479px) {
    .catalog-footer {
      text-align: center; }
      .catalog-footer .pagination {
        float: none;
        overflow: hidden;
        position: relative; }
        .catalog-footer .pagination ul {
          float: none;
          display: inline-block;
          vertical-align: top;
          text-align: center;
          font-size: 0;
          line-height: 0px;
          letter-spacing: -5px;
          padding-right: 0;
          padding-bottom: 10px; }
        .catalog-footer .pagination li {
          float: none;
          display: inline-block;
          vertical-align: top;
          font-size: 12px;
          line-height: 24px;
          letter-spacing: normal; }
        .catalog-footer .pagination > a {
          float: none;
          position: absolute;
          right: 0; } }

.product {
  padding-bottom: 30px; }
  .product .head {
    overflow: hidden;
    padding-bottom: 30px; }
  .product .back {
    float: right;
    margin-top: 7px; }
  .product h1, .product .h1 {
    display: block;
    overflow: hidden;
    margin: 0;
    color: #353a3e;
    font-size: 36px;
    line-height: 41px;
    font-weight: 100;
    text-transform: uppercase; }
  .product .photo {
    position: relative;
    float: left;
    width: calc(100% - 330px); }
    .product .photo .photo-holder {
      border: 1px solid #dadada;
      margin-bottom: 15px;
      position: relative; }
  .product .description {
    float: right;
    width: 298px; }
  .product .line {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #dadada; }
    .product .line:first-child {
      padding-bottom: 4px; }
  .product .vendor-code {
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase; }
  .product .country {
    margin: 0;
    padding-top: 3px; }
  .product .h3, .product h3 {
    display: block;
    overflow: hidden;
    font-weight: bold;
    margin: 0;
    line-height: 22px; }
  .product .short-description {
    margin: 0 0 11px;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px; }
    .product .short-description dt {
      float: left;
      padding-right: 5px; }
    .product .short-description dd {
      overflow: hidden; }
  .product .all {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    color: #353a3e;
    border-bottom: 1px solid; }
    .product .all:hover {
      color: #00529c; }
  .product .price {
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 35px; }
    .product .price span {
      position: relative;
      top: auto;
      left: auto;
      display: inline-block;
      vertical-align: bottom;
      padding-bottom: 3px;
      font-size: 16px;
      line-height: 19px; }
    .product .price.left {
      text-align: left; }
  .product .shipping-links {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 0; }
    .product .shipping-links li {
      padding: 0;
      float: left; }
      .product .shipping-links li:nth-child(2) {
        float: right; }
  .product .gallery {
    height: 486px;
    margin-left: 83px;
    border-left: 1px solid #dadada; }
    .product .gallery .slick-slide {
      padding: 40px; }
    .product .gallery a {
      display: block;
      height: 100%;
      background-size: contain; }
    .product .gallery .fluid-width-video-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 0 !important; }
  .product .controls {
    float: left;
    position: relative;
    top: auto;
    right: auto; }
    .product .controls li {
      float: left;
      opacity: 1;
      margin-right: 20px;
      font-size: 14px;
      line-height: 14px;
      pointer-events: auto; }
      .product .controls li:last-child {
        margin-right: 0; }
    .product .controls a, .product .controls button, .product .controls-item {
      border-radius: 0;
      background-color: transparent;
      width: auto;
      height: auto; }
      .product .controls a:hover, .product .controls button:hover, .product .controls-item:hover {
        background-color: transparent; }
        .product .controls a:hover em, .product .controls button:hover em, .product .controls-item:hover em {
          border-color: transparent; }
          .product .controls li.active .controls-item {
            background: none;
          }
        .product .controls a:hover .control-holder, .product .controls button:hover .control-holder, .product .controls-item:hover .control-holder, .product .controls li.active .controls-item .control-holder {
          background-color: #94ccff; }
    .product .controls em {
      overflow: hidden;
      display: inline-block;
      vertical-align: top;
      padding-top: 6px;
      font-style: normal;
      white-space: nowrap;
      text-transform: uppercase;
      border-bottom: 1px solid;
      line-height: 12px;
      -webkit-transition: border-color 0.3s ease-in-out;
              transition: border-color 0.3s ease-in-out; }
    .product .controls .compare {
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }
      .product .controls .compare .control-holder {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
    .product .controls .control-holder {
      float: left;
      border-radius: 50%;
      background-color: #d0d0d0;
      display: block;
      width: 23px;
      height: 23px;
      position: relative;
      margin-right: 13px;
      -webkit-transition: background-color 0.3s ease-in-out;
              transition: background-color 0.3s ease-in-out; }
  .product .share {
    float: right; }
    .product .share > span {
      display: inline-block;
      vertical-align: top;
      font-size: 14px;
      line-height: 17px;
      padding: 3px 14px 0 0; }
    .product .share .social {
      padding-top: 0; }
      .product .share .social li:not(:last-child) {
        margin-right: 13px; }
      .product .share .social a {
        width: 23px;
        height: 23px;
        padding: 5px; }
      .product .share .social svg {
        width: 13px;
        height: 13px; }

@media (max-width: 900px) and (min-width: 768px) {
  .product .share > span {
    display: none; } }
  @media (max-width: 767px) {
    .product .photo, .product .description {
      float: none;
      width: 100%; }
    .product .photo {
      margin-bottom: 20px; }
    .product .back {
      float: none;
      margin: 0 0 8px; } }

@media (max-width: 600px) and (min-width: 480px) {
  .product .share > span {
    display: none; } }
  @media (max-width: 479px) {
    .product .controls {
      float: none;
      text-align: center;
      margin-bottom: 10px; }
      .product .controls li {
        float: none;
        display: inline-block;
        vertical-align: top; }
    .product .share {
      float: none;
      text-align: center; }
      .product .share ul {
        float: none;
        display: inline-block;
        vertical-align: middle; }
    .product .gallery {
      float: none;
      margin: 0;
      border-left: none; } }
  @media (max-width: 400px) {
    .product .gallery {
      height: 360px; }
    .product .controls li {
      font-size: 13px;
      line-height: 13px; } }

.switchers {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: 0;
  width: 85px; }
  .switchers li {
    height: 85px;
	max-height: 82.2px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #dadada;
    margin-top: -1px;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
    -webkit-transition-property: box-shadow, z-index;
            transition-property: box-shadow, z-index; }
    .switchers li:first-child {
      margin-top: 0; }
    .switchers li.video {
      white-space: nowrap;
      text-align: center; }
      .switchers li.video:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        min-height: 100%; }
      .switchers li.video > * {
        white-space: normal;
        display: inline-block;
        vertical-align: middle; }
      .switchers li.video a {
        height: auto;
        opacity: 1;
        margin-bottom: -5px; }
    .switchers li.active {
      box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
      z-index: 3; }
      .switchers li.active a {
        -webkit-transform: scale(1.35);
            -ms-transform: scale(1.35);
                transform: scale(1.35);
        opacity: 1; }
  .switchers a {
    display: block;
    height: 100%;
    background-size: contain;
    opacity: .5;
    -webkit-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
    -webkit-transition-property: -webkit-transform, opacity;
            transition-property: transform, opacity; }
    .switchers a:hover {
      opacity: 1; }
  .switchers svg {
    width: 35px;
    height: 35px;
    fill: #00529c; }
  @media (max-width: 479px) {
    .switchers {
      position: relative;
      top: auto;
      left: auto;
      bottom: auto;
      width: auto;
      padding-top: 1px; }
      .switchers li {
        float: left;
        width: 20%;
        border-width: 1px 0 0 1px; } }
  @media (max-width: 400px) {
    .switchers li {
      padding: 8px;
      height: 70px; }
      .switchers li.active a {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); } }

.about-product {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  line-height: 15px;
  text-align: left;
  margin-top: 6px; }
  .about-product td {
    width: 90px;
    padding: 6px 0;
    font-weight: bold; }
  .about-product th {
    font-weight: normal;
    position: relative;
    padding: 6px 0 6px 48px; }
  .about-product .icon {
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    height: 20px;
    width: 48px;
    text-align: center; }
    .about-product .icon img {
      display: inline-block;
      vertical-align: top;
      height: 20px;
      width: auto; }

.quantity {
  display: block;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase; }
  .quantity > * {
    display: inline-block;
    vertical-align: top; }
  .quantity .input {
    width: 100px; }
  .quantity span {
    padding: 0 11px; }

.block-controls {
  float: left;
  width: 180px;
  font-size: 14px;
  line-height: 17px;
  text-align: center; }
  .block-controls span {
    display: block;
    text-align: left; }
  .block-controls .button {
    display: block;
    width: 100%;
    margin: 12px 0;
    padding-left: 4px;
    padding-right: 4px; }
  .block-controls .clear-all, .block-controls .print {
    position: relative;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-transform: uppercase;
    color: #353a3e;
    margin-bottom: 15px; }
    .block-controls .clear-all span, .block-controls .print span {
      border-bottom: 1px solid;
      -webkit-transition: border-color 0.3s ease-in-out;
              transition: border-color 0.3s ease-in-out; }
    .block-controls .clear-all:hover span, .block-controls .print:hover span {
      border-color: transparent; }
  .block-controls .clear-all {
    padding-right: 25px; }
    .block-controls .clear-all:before, .block-controls .clear-all:after {
      content: '';
      position: absolute;
      background-color: #7b7b7b;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .block-controls .clear-all:before {
      top: 0;
      height: 15px;
      right: 7px;
      width: 1px; }
    .block-controls .clear-all:after {
      right: 0;
      width: 15px;
      top: 7px;
      height: 1px; }
  .block-controls .print {
    padding-right: 40px; }
    .block-controls .print:before {
      content: '';
      position: absolute;
      right: 0;
      top: calc(50% - 14px);
      background: url(../images/icons/print.png) no-repeat 50% 50%/contain;
      width: 28px;
      height: 28px; }

h1 + .empty-message, .h1 + .empty-message {
  padding-top: 0; }

.back-holder {
  position: relative; }
  .back-holder .back {
    position: absolute;
    top: 0;
    right: 0; }
  @media (max-width: 767px) {
    .back-holder .back {
      position: relative;
      top: auto;
      right: auto;
      margin: -20px 0 30px; } }
  @media (max-width: 479px) {
    .back-holder {
      text-align: center; } }

.sales .item {
  margin: 0 0 40px; }

.card-info {
  background-color: #f6f6f6;
  padding: 10px 0;
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 55px; }
  .card-info .pdf-list {
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 330px); }
  .card-info .currensy {
    display: table-cell;
    vertical-align: middle;
    width: 330px; }
  .card-info:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f6f6f6;
    left: -1500px;
    width: 3200px;
    pointer-events: none;
    z-index: -1; }
  .card-info .pdf-list {
    text-transform: uppercase; }
    .card-info .pdf-list li {
      font-size: 14px;
      line-height: 17px;
      width: auto;
      margin: 8px 30px 8px 0; }
      .card-info .pdf-list li:last-child {
        margin-right: 0; }
    .card-info .pdf-list span {
      padding-left: 15px; }
  @media (max-width: 767px) {
    .card-info:after {
      display: none; }
    .card-info .pdf-list {
      display: block;
      width: 100%;
      text-align: center;
      margin-bottom: 20px; }
      .card-info .pdf-list li {
        text-align: left; }
    .card-info .currensy {
      display: block;
      margin: 0 auto 12px; } }
  @media (max-width: 479px) {
    .card-info .pdf-list {
      text-align: left; }
    .card-info .currensy {
      width: calc(100% - 20px);
      margin: 0 10px 12px;
      padding-bottom: 3px; }
      .card-info .currensy .col {
        float: none;
        width: 100%; }
        .card-info .currensy .col:nth-child(n) {
          padding: 0 8px 12px 42px; } }

.currensy {
  border: 10px solid #fff;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
  .currensy .col {
    float: left;
    width: 50%;
    height: auto !important; }
    .currensy .col:first-child {
      padding-left: 22px; }
    .currensy .col:last-child {
      padding-left: 30px; }
  .currensy span {
    display: block;
    margin-bottom: 7px; }
    .currensy span:last-child {
      margin-bottom: 0; }
  .currensy img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 11px 0 -40px; }
  .currensy h3, .currensy .h3 {
    text-transform: none;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 7px; }

.manager {
  margin-bottom: 80px; }
  .manager .info {
    float: left;
    width: 200px;
    margin-right: 45px; }
  .manager .photo {
    height: 200px;
    border: 10px solid #fff;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 22px; }
  .manager .name {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 15px; }
  .manager span {
    display: block; }
  .manager .holder {
    float: right;
    width: calc(100% - 245px); }
  .manager h3, .manager .h3 {
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
    color: #00529c;
    margin-bottom: 30px; }
  @media (max-width: 767px) {
    .manager .info {
      float: none;
      width: 100%;
      margin: 0 0 25px;
      text-align: center; }
    .manager .photo {
      width: 200px;
      margin: 0 auto 22px; }
    .manager .holder {
      float: none;
      width: 100%;
      max-width: 440px;
      margin: 0 auto; }
    .manager .name {
      margin-bottom: 6px; }
    .manager h3, .manager .h3 {
      text-align: center; }
    .manager .button {
      float: none;
      display: block;
      width: 100%;
      max-width: 282px;
      margin: 0 auto 20px; }
      .manager .button:last-child {
        float: none;
        margin-bottom: 0; } }
  @media (max-width: 480px) {
    .manager .holder textarea {
      height: 140px; } }

.materials h3 {
  padding-left: 50px;
  margin-bottom: 15px;
  text-transform: none;
  font-weight: bold; }

.materials .pdf-list {
  padding-bottom: 17px; }
  .materials .pdf-list a {
    color: #00529c; }
    .materials .pdf-list a:hover {
      border-color: transparent; }

.map {
  position: relative;
  height: 495px;
  font-size: 14px;
  line-height: 17px; }
  .map .map-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5; }
  .map .marker {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    background-color: rgba(0, 82, 156, 0.6);
    width: 226px;
    text-align: center;
    color: #fff;
    padding: 35px 10px 10px;
    -webkit-transform: translate(-50%, calc(-50% - 34px));
        -ms-transform: translate(-50%, calc(-50% - 34px));
            transform: translate(-50%, calc(-50% - 34px)); }
    .map .marker:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      height: 68px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 68px 113px 0 113px;
      border-color: rgba(0, 82, 156, 0.6) transparent transparent transparent;
      pointer-events: none; }
  .map .address, .map .phones {
    margin-bottom: 10px; }
  .map .icon {
    display: block;
    fill: #fff;
    margin: 0 auto 8px; }
    .map .icon.icon-location {
      width: 19px;
      height: 19px; }
    .map .icon.icon-phone {
      width: 16px;
      height: 16px; }
    .map .icon.icon-envelope {
      width: 16px;
      height: 16px; }
  .map address {
    display: block;
    font-style: normal; }
  .map a {
    color: #fff;
    border-bottom: 1px solid transparent; }
    .map a:hover {
      border-bottom-color: #fff; }

.super {
  text-align: center;
  margin-bottom: -70px; }

.marked {
  background-color: #ffd500;
  padding: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold; }

.head-img {
  position: relative;
  height: 337px;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 40px;
  overflow: hidden; }
  .head-img:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 100%; }
  .head-img > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle; }
  .head-img .holder {
    position: relative; }
    .head-img .holder:before {
      content: '';
      position: absolute;
      top: calc(50% - 224px);
      left: calc(50% - 224px);
      width: 448px;
      height: 448px;
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.6);
      z-index: 1;
      pointer-events: none; }
    .head-img .holder > * {
      position: relative;
      z-index: 5; }
  .head-img .ico {
    margin: 0 0 34px; }
    .head-img .ico img {
      width: 70px; }
  .head-img .title {
    display: block;
    font-size: 48px;
    line-height: 51px;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0 0 14px;
    color: #ffd500; }
  .head-img .price {
    display: block;
    font-size: 30px;
    line-height: 33px;
    font-weight: normal;
    color: #fff; }
  @media (max-width: 767px) {
    .head-img {
      height: 270px; }
      .head-img .holder:before {
        width: 380px;
        height: 380px;
        top: calc(50% - 190px);
        left: calc(50% - 190px); } }
  @media (max-width: 479px) {
    .head-img .holder:before {
      width: 320px;
      height: 320px;
      top: calc(50% - 160px);
      left: calc(50% - 160px); } }

.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 10px;
  left: 0;
  right: 0;
  height: 80px;
  background: transparent;
  text-align: center; }

.fancybox-thumbs > ul {
  width: auto;
  display: inline-block;
  vertical-align: top; }
  .fancybox-thumbs > ul > li {
    border-color: transparent; }
    .fancybox-thumbs > ul > li:before {
      border-color: #00529c;
      border-radius: 0; }

.fancybox-container--thumbs .fancybox-caption-wrap,
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap {
  right: 0;
  bottom: 90px; }

@media (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    bottom: 0; } }

.faq li {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 38px; }

.faq .details {
  float: left;
  width: 150px;
  padding-right: 20px; }

.faq .date {
  display: block;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  margin-bottom: 4px; }
  .faq .date em {
    display: inline-block;
    vertical-align: bottom;
    font-size: 36px;
    line-height: 36px;
    font-style: normal;
    font-weight: 100;
    color: #00529c;
    margin-bottom: -2px; }

.faq .name {
  display: block; }

.faq .frame {
  float: none;
  overflow: hidden;
  background-color: #f6f6f6;
  padding: 8px 16px 33px;
  font-style: italic; }

.faq p {
  margin-bottom: 0; }

.faq .answer {
  margin-top: -20px;
  padding-left: 240px;
  position: relative; }
  .faq .answer .frame {
    background-color: #e3f2ff;
    padding: 16px 19px 20px; }

.faq .expert {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 240px;
  text-align: right;
  padding-right: 20px; }

@media (max-width: 1023px) and (min-width: 951px) {
  .faq .answer {
    padding-left: 170px; }
  .faq .expert {
    width: 170px; } }

@media (max-width: 600px) {
  .faq .answer {
    padding-left: 170px; }
  .faq .expert {
    width: 170px; } }

@media (max-width: 500px) {
  .faq .details {
    float: none;
    padding: 0 0 15px; }
  .faq .answer {
    padding-left: 30px; }
  .faq .expert {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    text-align: right;
    padding: 10px 0 0; } }

@media (max-width: 479px) {
  .faq .answer {
    padding-left: 16px; }
    .faq .answer .frame {
      padding: 12px 14px 16px; } }

.faq-cols {
  margin: 0 -16px; }
  .faq-cols .col {
    float: left;
    width: 448px;
    margin: 0 16px; }
    .faq-cols .col:first-child {
      width: calc(100% - 512px); }
  .faq-cols h1, .faq-cols .h1 {
    color: #353a3e;
    font-weight: 100;
    margin-bottom: 26px; }
  .faq-cols .harmonica .head {
    display: table;
    width: 100%;
    height: 58px;
    padding: 12px 90px 12px 0; }
    .faq-cols .harmonica .head:hover strong {
      text-decoration: none; }
  .faq-cols .harmonica strong {
    display: table-cell;
    vertical-align: middle;
    text-decoration: underline;
    color: #00529c; }
  .faq-cols .harmonica .item {
    border: solid #00529c;
    border-width: 1px 0 0; }
    .faq-cols .harmonica .item:last-child {
      border-bottom-width: 1px; }
    .faq-cols .harmonica .item.active strong {
      text-decoration: none;
      color: #353a3e; }
  .faq-cols hr.gray {
    margin-bottom: 27px; }
  @media (max-width: 950px) {
    .faq-cols {
      margin: 0; }
      .faq-cols .col, .faq-cols .col:first-child {
        float: none;
        width: 100%;
        margin: 0 0 26px; }
        .faq-cols .col:last-child, .faq-cols .col:first-child:last-child {
          margin-bottom: 0; } }

.tech-cols {
  margin-bottom: 30px; }
  .tech-cols:last-child {
    margin-bottom: 0; }
  .tech-cols .col {
    float: left;
    width: 100%; }
/*    width: calc(100% - 220px); }*/
    .tech-cols .col:last-child {
      float: right;
      width: 298px; }
  .tech-cols dl {
    margin: 0 0 10px;
    overflow: hidden;
    line-height: 15px;
    padding: 12px 0;
    position: relative; }
    .tech-cols dl dt {
      float: left;
      width: 50%; }
    .tech-cols dl dd {
      font-weight: bold;
      margin: 0;
      overflow: hidden;
	  width: 50%;}
    .tech-cols dl dt, .tech-cols dl dd {
      padding: 3px 8px; }
      .tech-cols dl dt:nth-of-type(odd), .tech-cols dl dd:nth-of-type(odd) {
        background-color: #f6f6f6; }
  @media (max-width: 750px) {
    .tech-cols .col, .tech-cols .col:last-child {
      float: none;
      width: 100%; } }

.video-pdf {
  margin-bottom: 30px; }
  .video-pdf img {
    display: inline-block;
    vertical-align: top; }

.option-list li {
  display: table;
  width: 100%;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  margin-bottom: 15px; }

.option-list .ico, .option-list span {
  display: table-cell;
  vertical-align: middle; }

.option-list .ico {
  width: 77px; }

.option-list span {
  padding-left: 26px; }

.lines {
  margin: 12px 0; }
  .lines li {
    padding: 5px 8px; }
    .lines li:nth-child(odd) {
      background-color: #f6f6f6; }

.delivery-time li {
  margin: 0 34px 20px 0; }
  .delivery-time li:last-child {
    margin-right: 0; }

.delivery-time b {
  text-transform: uppercase; }

.circle-holder {
  padding-left: 125px; }

.delivery li {
  margin-bottom: 30px; }

.delivery .pic {
  margin-bottom: 20px; }

.delivery img {
  display: inline-block;
  vertical-align: top; }

.delivery a {
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid;
  text-transform: uppercase;
  color: #353a3e;
  line-height: 14px; }
  .delivery a:hover {
    border-color: transparent; }

.scheme-links li {
  margin-bottom: 3px; }

.scheme-links a {
  border-bottom: 1px solid; }
  .scheme-links a:hover {
    border-color: transparent; }

.when-instock {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  border-bottom: 1px solid;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold; }
  .when-instock:hover {
    border-color: transparent; }

.bottom-controls {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background-color: #d8d8d8; }
  .bottom-controls:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    background-color: #d8d8d8;
    height: 1px;
    pointer-events: none; }
  .bottom-controls ul {
    text-align: center; }
  .bottom-controls li {
    width: 25%;
    max-width: 280px;
    border-left: 1px solid #fff; }
    .bottom-controls li:last-child {
      border-right: 1px solid #fff; }
  .bottom-controls a {
    display: block;
    white-space: nowrap;
    text-align: center;
    padding: 6px;
    color: #353a3e; }
    .bottom-controls a:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%; }
    .bottom-controls a > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle; }
    .bottom-controls a:hover {
      background-color: #ffd500;
      color: #00529c; }
      .bottom-controls a:hover svg {
        fill: #00529c; }
      .bottom-controls a:hover .icon {
        background-color: #fff; }
      .bottom-controls a:hover .compare {
        background-color: #00529c; }
        .bottom-controls a:hover .compare span:after {
          background-color: #fff; }
  .bottom-controls .icon {
    background-color: #b3b3b3;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    margin-right: 16px;
    white-space: nowrap;
    text-align: center;
    -webkit-transition: background-color 0.3s ease-in-out;
            transition: background-color 0.3s ease-in-out; }
    .bottom-controls .icon:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%; }
    .bottom-controls .icon > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle; }
  .bottom-controls svg {
    width: 14px;
    height: 14px;
    fill: #d8d8d8; }
    .bottom-controls svg.icon-mode_edit {
      width: 18px;
      height: 18px; }
  .bottom-controls .compare {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 50%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: background-color 0.3s ease-in-out;
            transition: background-color 0.3s ease-in-out; }
    .bottom-controls .compare span {
      position: absolute;
      top: 3px;
      right: 3px;
      bottom: 3px;
      left: 50%;
      overflow: hidden; }
      .bottom-controls .compare span:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 200%;
        border-radius: 50%;
        background-color: #d8d8d8;
        -webkit-transition: background-color 0.3s ease-in-out;
                transition: background-color 0.3s ease-in-out; }
  .bottom-controls em {
    font-style: normal; }
  .panel-show .bottom-controls {
    display: block; }
  @media (max-width: 800px) {
    .bottom-controls a > div span {
      display: none; }
    .bottom-controls em {
      padding-left: 5px; }
    .bottom-controls .icon {
      margin-right: 0; } }

.compare-page {
  width: 100%;
  position: relative; }
  .compare-page header {
    float: left;
    width: 240px;
    height: 100%; }
  .compare-page .holder {
    float: right;
    height: 100%;
    position: relative;
    overflow: hidden;
    width: calc(100% - 240px); }
    .compare-page .holder:after, .compare-page .holder:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 30px;
      z-index: 5; }
    .compare-page .holder:before {
      left: 0;
      background: -webkit-linear-gradient(left, #f6f6f6 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to right, #f6f6f6 0%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#00ffffff',GradientType=1 ); }
    .compare-page .holder:after {
      right: 0;
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f6f6f6 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f6f6f6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f6f6f6',GradientType=1 ); }
  .compare-page .block-controls {
    float: none;
    height: 350px; }
  .compare-page .products {
    width: 1200px;
    padding: 0;
    margin: 0; }
    .compare-page .products .item {
      width: 240px; 
	  align-content: flex-start;}
      .compare-page .products .item:before {
        display: none; }
    .compare-page .products .remove {
      right: auto;
      left: 9px;
      top: 7px; }
  .compare-page .compare-title {
    display: block;
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 12px; }
  .compare-page .compare-links {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 5px; }
    .compare-page .compare-links a {
      border-bottom: 1px solid; }
      .compare-page .compare-links a:not(:last-child) {
        margin-right: 6px; }
      .compare-page .compare-links a:hover {
        border-color: transparent; }
      .compare-page .compare-links a.active {
        border-color: transparent;
        color: #353a3e; }
  .compare-page table {
    margin: 0 -19px;
    width: calc(100% + 38px); }
    .compare-page table tr:nth-child(odd) td {
      background-color: transparent; }
    .compare-page table tr.difference td, .compare-page table tr:hover td {
      background-color: #f6f6f6; }
    .compare-page table td {
      position: relative;
      padding: 8px 29px;
      cursor: default; }
      .compare-page table td:first-child {
        padding-left: 29px; }
  .compare-page footer {
    padding-bottom: 12px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 47px; }
  @media (max-width: 767px) {
    .compare-page table tr {
      margin: 0 !important; } }
  @media (max-width: 600px) {
    .compare-page header {
      float: none;
      width: 100%;
      overflow: hidden;
      padding-bottom: 20px; }
      .compare-page header table {
        display: none; }
    .compare-page .block-controls {
      float: left;
      height: auto; }
    .compare-page .compare-title, .compare-page .compare-links {
      overflow: hidden;
      text-align: right; }
    .compare-page .compare-title {
      margin-top: 40px; }
    .compare-page .holder {
      float: none;
      width: 100%; } }
  @media (max-width: 479px) {
    .compare-page header {
      width: auto; }
    .compare-page .block-controls {
      float: none;
      width: auto;
      overflow: hidden; }
      .compare-page .block-controls .button {
        float: right;
        width: auto;
        clear: right;
        white-space: nowrap;
        margin: 4px 0 0;
        padding-left: 12px;
        padding-right: 12px; }
      .compare-page .block-controls span {
        float: left; }
      .compare-page .block-controls .clear-all {
        float: left;
        clear: left;
        margin: 6px 0 0; }
    .compare-page .compare-title {
      margin: 20px 0 4px;
      text-align: left; }
    .compare-page .compare-links {
      text-align: left; } }
  @media (max-width: 400px) {
    .compare-page .block-controls {
      text-align: center; }
      .compare-page .block-controls span, .compare-page .block-controls .button {
        display: block;
        float: none;
        text-align: center; }
      .compare-page .block-controls .button {
        max-width: 210px;
        margin-left: auto;
        margin-right: auto; }
      .compare-page .block-controls .clear-all {
        float: none;
        display: inline-block; }
    .compare-page .compare-title, .compare-page .compare-links {
      text-align: center; } }

[data-simplebar] {
  position: relative;
  z-index: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  /* Trigger native scrolling for mobile, if not supported, plugin is used. */ }

[data-simplebar="init"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.simplebar-scroll-content {
  overflow-x: hidden;
  overflow-y: scroll;
  min-width: 100%;
  box-sizing: content-box; }

.simplebar-content {
  overflow-x: scroll;
  overflow-y: hidden;
  box-sizing: border-box;
  min-height: 100%;
  position: relative;
  z-index: 20; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11px;
  z-index: 40;
  background-color: #f6f6f6;
  overflow: hidden;
  border-radius: 3px; }

.simplebar-scrollbar {
  position: absolute;
  right: 0;
  min-height: 10px;
  width: 7px;
  opacity: 1;
  cursor: pointer;
  border-radius: 3px;
  background-color: #b2b2b2; }

.simplebar-track:hover .simplebar-scrollbar {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0 linear;
          transition: opacity 0 linear; }

.simplebar-track .simplebar-scrollbar.visible {
  opacity: 1; }

.simplebar-track.horizontal {
  left: 0;
  width: auto;
  height: 6px; }

.simplebar-track.vertical {
  top: 0; }

.horizontal.simplebar-track .simplebar-scrollbar {
  right: auto;
  top: 0;
  height: 6px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

.horizontal.simplebar-track .simplebar-scrollbar {
  right: auto;
  top: 0;
  height: 6px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

.page-404 .frame {
  float: left;
  width: 330px; }

.page-404 .pic {
  float: right;
  width: calc(100% - 330px); }

.page-404 img {
  width: 100%;
  height: auto; }

.page-404 a {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  border-bottom: 1px solid;
  line-height: 14px;
  color: #353a3e;
  -webkit-transition-property: border-color;
          transition-property: border-color; }
  .page-404 a:hover {
    border-color: transparent; }

@media (max-width: 640px) {
  .page-404 .frame, .page-404 .pic {
    float: none;
    width: 100%; } }

.sales-list {
  padding-top: 70px; }
  .sales-list li {
    width: 100%;
    margin: 0 0 60px; }
    .sales-list li:nth-child(3n+2) a {
      margin: 0 auto; }
    .sales-list li:nth-child(3n) a {
      float: right; }
  .sales-list a {
    display: block;
    width: 100%;
    color: #353a3e; }
    .sales-list a:hover .pic {
      border-color: #f6f6f6; }
    .sales-list a:hover .title {
      color: #00529c;
      text-decoration: underline; }
  .sales-list .pic {
    height: 300px;
    margin: 0 0 26px;
    border: 10px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: border 0.3s ease-in-out;
            transition: border 0.3s ease-in-out; }
  .sales-list .title {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
    margin-bottom: 12px;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-in-out;
            transition: color 0.3s ease-in-out; }
  @media (max-width: 768px) {
    .sales-list {
      padding-top: 30px; } }
  @media (max-width: 640px) {
    .sales-list {
      margin: 0 -20px; }
      .sales-list li {
        width: 50%;
        padding: 0 20px;
        margin-bottom: 35px; }
        .sales-list li:nth-child(n) a {
          float: none; }
      .sales-list a {
        display: inline-block;
        vertical-align: top;
        max-width: 100%; } }
  @media (max-width: 479px) {
    .sales-list {
      margin: 0; }
      .sales-list li {
        display: block;
        width: 100%;
        padding: 0; } }

.delivery-option .col {
  float: left;
  width: 50%; }

.delivery-option .holder {
  padding-left: 150px; }

.delivery-option .head-paragraph {
  font-size: 14px;
  line-height: 23px; }

.delivery-option h3 {
  font-weight: bold; }

.delivery-option dl {
  padding: 0;
  margin: 0 0 24px; }

.delivery-option dt {
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  margin: 0 3px 0 0; }

.delivery-option dd {
  float: left;
  margin: 0 34px 0 0; }
  .delivery-option dd:last-child {
    margin-right: 0; }

.delivery-option .delivery {
  padding: 20px 0; }
  .delivery-option .delivery li {
    width: 50%; }

@media (max-width: 1024px) {
  .delivery-option .col {
    float: none;
    width: 100%; }
  .delivery-option .holder {
    padding-bottom: 30px; }
  .delivery-option .delivery li {
    padding-right: 15px; } }

@media (max-width: 640px) {
  .delivery-option .delivery {
    padding-bottom: 0; }
    .delivery-option .delivery li {
      float: none;
      width: 100%;
      padding: 0; } }

@media (max-width: 479px) {
  .delivery-option .holder {
    padding-left: 0; } }

.gray-info {
  background-color: #f6f6f6;
  text-align: center;
  padding: 30px; }
  .gray-info p:last-child {
    margin-bottom: 0; }
  .gray-info h3, .gray-info .h3 {
    font-weight: bold;
    margin-bottom: 5px; }

.photo-list {
  margin: 0 -24px; }
  .photo-list li {
    width: 50%;
    padding: 0 24px 24px; }
  .photo-list a {
    display: block;
    position: relative;
    height: 201px;
    color: #353a3e;
    border: 10px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition-property: border;
            transition-property: border; }
    .photo-list a:hover {
      border-color: #f6f6f6; }
      .photo-list a:hover em {
        opacity: 1; }
  .photo-list em {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    background-color: rgba(53, 58, 62, 0.5);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
            transition: opacity 0.3s ease-in-out; }
    .photo-list em:before, .photo-list em:after {
      content: '';
      position: absolute;
      background-color: #fff;
      pointer-events: none; }
    .photo-list em:before {
      top: 50%;
      left: calc(50% - 7px);
      width: 15px;
      height: 1px; }
    .photo-list em:after {
      top: calc(50% - 7px);
      left: 50%;
      height: 15px;
      width: 1px; }
  @media (max-width: 680px) {
    .photo-list {
      margin: 0; }
      .photo-list li {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }

.map-tab, .map-frame {
  padding-bottom: 0; }
  @media (max-width: 767px) {
    .map-tab .inner-tabs, .map-frame .inner-tabs {
      margin-bottom: 30px; } }

.tell-us {
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  margin: 0 0 28px;
  text-align: center;
  color: #00529c; }

.agree-odd {
  margin: 0 0 38px; }
  .agree-odd span {
    padding-top: 3px; }

.brand-prods a {
  color: #353a3e; }
  .brand-prods a:hover {
    color: #006dd0; }

.gray-header {
  position: relative;
  padding: 20px 0;
  margin: 40px 0; }
  .gray-header:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2000px;
    width: 4000px;
    background-color: #f6f6f6;
    pointer-events: none;
    z-index: -1; }
  .gray-header .left {
    float: left; }
  .gray-header h1, .gray-header .h1 {
    margin: 0; }
  .gray-header .total-cost {
    float: right;
    font-size: 18px;
    line-height: 29px; }
  .gray-header .pdf-list li {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .gray-header h1, .gray-header .h1, .gray-header .left {
      float: none; }
    .gray-header .total-cost {
      float: none;
      display: block;
      padding-top: 6px; } }

.equipment-block h2, .equipment-block .h2 {
  font-weight: 100;
  color: #00529c;
  text-transform: uppercase;
  margin-bottom: 20px; }

.eq-order .button {
  font-size: 18px;
  border-radius: 20px;
  margin-bottom: 18px;
  padding: 0 34px; }

.gray-form {
  background-color: #f6f6f6;
  padding: 39px 0 44px;
  margin-bottom: 24px; }
  .gray-form h3, .gray-form .h3 {
    font-weight: bold;
    margin-bottom: 39px;
    text-align: center; }
  .gray-form .form {
    width: 100%;
    max-width: 538px;
    margin: 0 auto; }
  .gray-form .input {
    background-color: #fff; }
  @media (max-width: 767px) {
    .gray-form .form > .input {
      width: 100%;
      max-width: 240px;
      margin: 0 auto 26px; } }
  @media (max-width: 639px) {
    .gray-form {
      margin-bottom: 0; } }

.number-list {
  counter-reset: counter;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 48px; }
  .number-list li {
    position: relative;
    padding-bottom: 27px; }
    .number-list li:before {
      content: "0" counter(counter) ".";
      counter-increment: counter;
      position: absolute;
      top: 0;
      right: 100%;
      font-weight: 100;
      font-size: 36px;
      line-height: 36px;
      color: #00529c;
      margin: 2px 15px 0 0; }
  @media (max-width: 1049px) {
    .number-list li {
      padding-left: 62px; }
      .number-list li:before {
        right: auto;
        left: 0; } }
  @media (max-width: 639px) {
    .number-list {
      margin-bottom: 30px; } }

.heptagon {
  width: 100%;
  padding: 127px 0;
  position: relative;
  margin-bottom: 87px; }
  .heptagon .title {
    display: block;
    background: url(../images/content/advantage.jpg) no-repeat;
    width: 437px;
    height: 428px;
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
    text-align: center;
    padding-bottom: 22px; }
    .heptagon .title:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%; }
    .heptagon .title > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle; }
    .heptagon .title strong {
      font-size: 26px;
      line-height: 32px;
      color: #00529c;
      font-weight: 400;
      text-transform: uppercase; }
  .heptagon ul {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 14px;
    line-height: 22px; }
    .heptagon ul strong {
      display: block;
      text-transform: uppercase; }
    .heptagon ul img {
      display: none; }
  .heptagon li {
    width: 240px;
    position: absolute; }
    .heptagon li:nth-child(1) {
      top: 36px;
      right: 576px;
      text-align: right; }
    .heptagon li:nth-child(2) {
      top: 36px;
      left: 576px; }
    .heptagon li:nth-child(3) {
      top: 255px;
      right: 694px;
      text-align: right; }
    .heptagon li:nth-child(4) {
      top: 255px;
      left: 694px; }
    .heptagon li:nth-child(5) {
      top: 411px;
      right: 657px;
      text-align: right; }
    .heptagon li:nth-child(6) {
      top: 411px;
      left: 657px; }
    .heptagon li:nth-child(7) {
      top: 582px;
      left: 50%;
      text-align: center;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  @media (max-width: 1023px) {
    .heptagon {
      padding: 10px 0 0;
      text-align: center;
      margin-bottom: 50px; }
      .heptagon .title {
        background: none;
        width: auto;
        height: auto;
        padding: 0;
        margin-bottom: 37px; }
        .heptagon .title br {
          display: none; }
      .heptagon ul {
        position: static;
        font-size: 0;
        line-height: 0;
        letter-spacing: -5px; }
      .heptagon li:nth-child(n) {
        width: auto;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        text-align: center;
        padding: 0 20px 35px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: normal;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
        .heptagon li:nth-child(n) img {
          display: block;
          margin: 0 auto 20px; } }
  @media (max-width: 767px) {
    .heptagon li:nth-child(n) {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (max-width: 639px) {
    .heptagon {
      margin-bottom: 30px; }
      .heptagon li:nth-child(n) {
        padding-left: 0;
        padding-right: 0;
        width: 100%; } }
/*# sourceMappingURL=main.css.map */
.dealer_price{
    color: #578dbd;
    float: left;
    clear: both;
}
.dealer_price_line{
    display: block;
    color: #578dbd;
    float: none;
    margin-bottom: 11px;
}
.dealer_price_element{
    display: block;
    text-align: center;
    color: #578dbd;
}
.zakaz_quantity{
    float: right;
    margin-bottom: 10px;
}

/* edits */
#promo .fade a .info,
.main-gallery .products .item {
    opacity: 0;
}
#promo .fade.slick-initialized a .info,
.main-gallery .products .slick-initialized .item{
    opacity: 1;
}
.slick-slider .slick-track {
    margin: 0 auto;
}
.main-gallery .products .slick-slide .item {
    width: 100%;
}

/* edits */
#promo .fade a .info,
.main-gallery1 .products .item {
    opacity: 0;
}
#promo .fade.slick-initialized a .info,
.main-gallery1 .products .slick-initialized .item{
    opacity: 1;
}
.slick-slider .slick-track {
    margin: 0 auto;
}
.main-gallery1 .products .slick-slide .item {
    width: 100%;
}

/* edits */
#promo .fade a .info,
.main-gallery2 .products .item {
    opacity: 0;
}
#promo .fade.slick-initialized a .info,
.main-gallery2 .products .slick-initialized .item{
    opacity: 1;
}
.slick-slider .slick-track {
    margin: 0 auto;
}
.main-gallery2 .products .slick-slide .item {
    width: 100%;
}

/* edits */
#promo .fade a .info,
.main-gallery4 .products .item {
    opacity: 0;
}
#promo .fade.slick-initialized a .info,
.main-gallery4 .products .slick-initialized .item{
    opacity: 1;
}
.slick-slider .slick-track {
    margin: 0 auto;
}
.main-gallery4 .products .slick-slide .item {
    width: 100%;
}

/* form[name="regform"] .input .error {
    position: absolute;
    top: -5px;
    left: calc(100% + 20px);
    width: 100%;
    color: #f00;
    font-size: 11px;
    line-height: 10px;
    font: 11px/20px "Roboto", sans-serif;
} */

.input.focus.error > label {
    display: none;
}
.input.error .error {
    left: 0px;
    white-space: nowrap;
}
.vertical-slider-init{
	overflow: hidden;
}
.vertical-slider-init.slick-initialized{
	overflow: visible;
}
.vertical-slider-init .slick-arrow.slick-next {
    bottom: 10px;
    top: calc(50% + 10px);
    right: auto;
    left: -45px;
    transform: rotate(90deg);
}
.vertical-slider-init .slick-arrow.slick-prev {
    bottom: 10px;
    top: calc(50% - 46px);
    right: auto;
    left: -45px;
    transform: rotate(90deg);
}

/* edits 499768 */
.products.recomend .item {
    max-width: 300px;
}
.popup-content .form.small {
    text-align: center;
}

/* fix order form */
.input > label[for="ORDER_PROP_33"] {
    white-space: normal;
    line-height: 12px;
    font-size: 11px;
    margin-top: 2px;
}

.personal-reg .errortext {
    text-align: center;
    color: red;
    margin-bottom: 25px;
    display: block;
}

@media (max-width: 479px){
.slick-slider.switchers li.slick-slide {
    float: left;
    width: 20%;
    border-width: 0px 0px 0px 0px;
    max-width: 20%;
	height: 65px;
    position: relative;
    overflow: hidden;
    margin-top: 1px;
    outline: 1px solid #dadada;
    box-sizing: border-box;
}
.switchers.slick-slider .slick-track {
    transform: translate3d(0px, 0px, 0px)!important;
    height: auto!important;
}
.slick-slider.switchers li.slick-slide.slick-cloned {
    display: none;
}
.switchers.slick-slider .slick-list {
    height: auto!important;
}

.tech-cols dl {
    display: flex;
    flex-wrap: wrap;
}
.tech-cols dl dt {
    flex: 0 1 40%;
}
.tech-cols dl dd {
    flex: 0 1 60%;
}
}
.compare-page > .holder .products .item > table tr,
.compare-page > .holder .products .item > table,
.compare-page > header > table tr,
.compare-page > header > table,
.compare-page > .holder .products .item > table td,
.compare-page > header > table td{
    display: block;
	width: 100%;
}
@media (max-width: 600px){
.compare-page > header > table {
    display: none;
}
}
span.bx_filter_param_text span {
    padding: 0;
}
[temp-block]{
	display:none;
}
 .filter-block .hidden.open {
	display: block !important;
}

/* new cart */
.cart-products .item {
    display: flex;
}

.cart-products .item a {
    flex: 0 1 145px;
}

.cart_items_rows {
    flex: 1 1 50%;
    display: flex;
    flex-wrap: wrap;
}

.cart_items_rows .cart_row {
    flex: 1 1 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dadada;
}
.cart_items_rows .cart_row > *:first-child {
    flex: 0 1 60%;
    height: auto;
    padding-right: 10px;
    padding-bottom: 0px;
    border: 0px;
}
.cart_items_rows .cart_row > *:last-child {
    flex: 0 1 40%;
    padding-left: 10px;
    height: auto;
    margin: 0px;
    border: 0px;
}
.cart-products dl dd {
    text-overflow: unset;
    white-space: normal;
}
.cart_items_rows .cart_row > .total {
    padding-top: 14px;
}
.cart_items_rows .cart_row > .title {
    padding-bottom: 10px;
}

@media (max-width: 767px){
.cart_items_rows .cart_row {
    flex-wrap: wrap;
}

.cart_items_rows .cart_row > *:first-child {
    flex: 1 1 100%;
    padding: 10px 0px;
}

.cart_items_rows .cart_row > *:last-child {
    flex: 1 1 100%;
}

.cart_items_rows {
    flex: 1 1 100%;
}

.cart-products .item {
    margin: 0 auto;
    flex-wrap: wrap;
    max-width: 240px;
    margin-bottom: 35px;
    border: 1px solid #dadada;
    padding: 15px;
}

.cart-products .item a.delete {
    bottom: auto;
    top: 10px;
    right: 10px;
    left: auto;
    position: absolute;
    width: 15px;
    height: 15px;
}

.cart_items_rows .cart_row > *:last-child .count {
    margin: 0 auto;
}

.cart_items_rows .cart_row > dl:first-child {
    border-bottom: 1px solid #dadada;
}

.cart_items_rows .cart_row > .price:last-child {
    margin: 0 auto;
    text-align: center;
}

.cart-products .item .delete:after {
    display: none;
}

.cart-products .item .delete:before {
    display: none;
}

.cart-products .item .delete i {
    right: 0px;
}	  
}