/****** FILE: site/css/vendor/normalize.css *****/
/* 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.
 */
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;
}

/*# sourceMappingURL=../maps/vendor/normalize.css.map */


/****** FILE: themes/comp1/css/main.css *****/
html,
body {
  height: 100%;
}
html {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
/*min-height: 100%*/
  min-height: 100vh;
  background: #ddd;
  font-family: "Roboto", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #373737;
  min-width: 1220px;
}
a {
  text-decoration: none;
}
.hide {
  display: none;
  visibility: hidden;
}
/* layout */
.content {
  width: 1220px;
  padding: 1.25rem 20px 4rem 10px;
  margin: 0 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  background: #fff;
}
.content_sideColumn {
  box-sizing: content-box;
  width: 280px;
  padding: 0 10px 10px 10px;
}
.content_centerColumn {
  width: 880px;
}
.content_centerFull {
  width: 100%;
}
.button {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5rem;
  border: 1px solid #87ccc6;
  background: #87ccc6;
  color: #212121;
  font-weight: 400;
  border-radius: 2rem;
}
.button:not(.button__disabled):not(.button__second):not(:active):hover {
  background: #95dde0;
  border-color: #95dde0;
  color: #212121;
  cursor: pointer;
}
.button__second {
  width: 200px;
  background: #fff;
  color: #212121;
  border-color: #53b4ac;
  font-weight: 400;
}
.button__second:not(.button__disabled):not(:active):hover {
  background: #fff;
  color: #212121;
  border-color: #95dde0;
}
.button__disabled {
  border-color: #efefef;
  background: #efefef;
  color: #656565;
}
.button__cart {
  width: 350px;
}
.button__cartPopup {
  width: 220px;
}
.button__fullWidth {
  width: 100%;
}
.button__showMore {
  float: left;
}
.button__marginBottom {
  margin-bottom: 1rem !important;
}
.button__marginRight {
  margin-right: 20px !important;
}
.button__backCheckout {
  margin-right: 20px;
  width: 80px;
}
.widgetHolder,
.widget_holder {
  margin-bottom: 35px;
}
.widgetHolder__SliderHomepageWidget h2.typography_h1,
.widget_holder__SliderHomepageWidget h2.typography_h1,
.widgetHolder__TextBlockHomepageWidget h2.typography_h1,
.widget_holder__TextBlockHomepageWidget h2.typography_h1,
.widgetHolder__HTMLBlockHomepageWidget h2.typography_h1,
.widget_holder__HTMLBlockHomepageWidget h2.typography_h1 {
  margin: 0 0 22px !important;
}
/*.sideWidgetHolder
	margin-bottom: 24px*/
.htmlShare {
  text-align: right;
  margin-top: 2.5rem;
  clear: both;
}
.search_item:not(:last-child) {
  margin-bottom: 1rem;
}
.search_itemParent {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #a6a6a6;
}
.currency {
  font-size: 0.85em;
}
.linkImage {
  display: block;
  position: relative;
  overflow: hidden;
}
.linkImage:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(87,132,164,0.7);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
.linkImage:hover:before {
  opacity: 1;
}
.linkImage9 {
  display: block;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.linkImage9:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
/* Удаление браузерных стрелок в input[type="number"] */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*# sourceMappingURL=maps/main.css.map */


/****** FILE: site/css/vendor/slick.css *****/
/* Slider */
.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;
  margin-bottom: 30px;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/*# sourceMappingURL=../maps/vendor/slick.css.map */


/****** FILE: site/css/vendor/jquery.inputmask.css *****/
span.im-caret {
  -webkit-animation: 1s blink step-end infinite;
  animation: 1s blink step-end infinite;
}
@-webkit-keyframes blink {
  from, to {
    border-right-color: #000;
  }
  50% {
    border-right-color: transparent;
  }
}
/* 
span.im-static {
    color: grey;
}

div.im-colormask {
    display: inline-block;
    border-style: inset;
    border-width: 2px;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

div.im-colormask > input {
    position: absolute;
    display: inline-block;
    background-color: transparent;
    color: transparent;
    -webkit-appearance: caret;
    -moz-appearance: caret;
    appearance: caret;
    border-style: none;
    left: 0; calculated
}

div.im-colormask > input:focus {
    outline: none;
}

div.im-colormask > input::selection{
    background: none;
}
div.im-colormask > input::-moz-selection{
    background: none;
}

div.im-colormask > div {
    color: black;
    display: inline-block;
    width: 100px; calculated
} */
@-webkit-keyframes blink {
  from, to {
    border-right-color: #000;
  }
  50% {
    border-right-color: transparent;
  }
}
@keyframes blink {
  from, to {
    border-right-color: #000;
  }
  50% {
    border-right-color: transparent;
  }
}

/*# sourceMappingURL=../maps/vendor/jquery.inputmask.css.map */


/****** FILE: site/css/vendor/jquery.datetimepicker.css *****/
.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  box-sizing: border-box;
  display: none;
}
.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}
/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important;
}
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.xdsoft_noselect::-moz-selection {
  background: transparent;
}
.xdsoft_noselect::selection {
  background: transparent;
}
.xdsoft_noselect::-moz-selection {
  background: transparent;
}
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}
.xdsoft_datetimepicker * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}
.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center;
}
.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC");
}
.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {
  border-top-width: 0;
}
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}
.xdsoft_datetimepicker .xdsoft_label:hover>span {
  text-decoration: underline;
}
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #3af;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}
.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #3af;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
  background: #3af;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
  background: #3af !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}
.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}
.xdsoft_scroller_box {
  position: relative;
}
.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255,255,255,0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==");
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #c50;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
  color: #000 !important;
  background: #007fff !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}
.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}
.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller {
  background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #ddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
/* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
/* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
/* Chrome10+,Safari5.1+ */
/* Opera 11.10+ */
/* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
/* W3C */
}
.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:hover span,
.xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
/* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #fff));
/* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #fff 73%);
/* Chrome10+,Safari5.1+ */
/* Opera 11.10+ */
/* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #fff 73%);
/* W3C */
}

/*# sourceMappingURL=../maps/vendor/jquery.datetimepicker.css.map */


/****** FILE: themes/comp1/css/component/popupForm.css *****/
.popupForm {
  width: 596px;
  padding: 16px 100px;
  margin: 0 auto;
  background: #fff;
  position: relative;
}
.popupForm > p {
  text-align: center;
}
.popupForm_thanks {
  display: none;
  text-align: center;
}

/*# sourceMappingURL=../maps/component/popupForm.css.map */


/****** FILE: themes/comp1/css/component/sliderHomePageWidget.css *****/
.sliderHomePageWidget {
  overflow: visible !important;
  margin-bottom: 4rem !important;
/* Slider */
/* Arrows */
/* Dots */
}
.sliderHomePageWidget_slide {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sliderHomePageWidget_slideTitle {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 4px 8px;
  background: rgba(255,255,255,0.7);
  color: #000;
}
.slick-loading .sliderHomePageWidget .slick-list {
  background: #fff url("/themes/comp1/img/vendor/slickajax-loader.gif") center center no-repeat;
}
.sliderHomePageWidget .slick-prev,
.sliderHomePageWidget .slick-next {
  position: absolute;
/*display: block*/
  display: none !important;
  height: 0;
  padding: 49px 0 0 0;
  width: 49px;
  overflow: hidden;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border: none;
  outline: none;
  z-index: 5;
  opacity: 0.25;
/*&.slick-disabled:before
			opacity: slick-opacity-not-active*/
}
.sliderHomePageWidget .slick-prev:hover,
.sliderHomePageWidget .slick-next:hover {
  opacity: 0.6;
}
.sliderHomePageWidget .slick-prev:focus,
.sliderHomePageWidget .slick-next:focus {
  outline: none;
}
.sliderHomePageWidget .slick-prev {
  left: 32px;
  background: url("/themes/comp1/img/slider-left.svg") no-repeat center;
}
.sliderHomePageWidget .slick-next {
  right: 32px;
  background: url("/themes/comp1/img/slider-right.svg") no-repeat center;
}
.sliderHomePageWidget .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  width: 100%;
  top: -webkit-calc(100% + 1rem);
  top: calc(100% + 1rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sliderHomePageWidget .slick-dots li {
  margin: 0;
  padding: 0;
  margin: 0 0.3rem;
}
.sliderHomePageWidget .slick-dots li button {
  border: 0;
  padding: 0;
  border-radius: 50%;
  display: block;
  height: 8px;
  width: 8px;
  outline: none;
  cursor: pointer;
  background-color: #d4d4d4;
}
.sliderHomePageWidget .slick-dots li button:hover {
  background-color: #d4d4d4;
}
.sliderHomePageWidget .slick-dots li.slick-active button {
  background-color: #5c7fa7;
}

/*# sourceMappingURL=../maps/component/sliderHomePageWidget.css.map */


/****** FILE: themes/comp1/css/component/form.css *****/
.form {
  zoom: 1;
}
.form:after,
.form:before {
  content: "";
  display: table;
}
.form:after {
  clear: both;
}
.form__UserForm {
  margin-top: 2rem;
}
.form__search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.form__AddProductForm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form__OrderForm > .form_header {
  display: none;
}
.form__checkoutOptions .form_grouplist {
  width: auto;
}
.form__checkoutOptions .form_grouplist > li:not(:last-child) {
  margin-bottom: 1rem;
}
.form__checkoutOptions .form_grouplist .form_radioTitle,
.form__checkoutOptions .form_grouplist label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__checkoutComment .form_title {
  display: none;
}
.form_field {
  zoom: 1;
  display: block;
  margin-bottom: 0.9rem;
}
.form_field:after,
.form_field:before {
  content: "";
  display: table;
}
.form_field:after {
  clear: both;
}
.form_field > label {
  display: inline-block;
  max-width: 100%;
}
.form_field__search {
  margin: 0;
}
.form_field__searchHeadline {
  width: 240px;
  margin: 0 1rem 0 0;
}
.form_field__password:last-of-type {
  margin-bottom: 0;
}
.form_title {
  display: block;
  color: #373737;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.75rem;
}
.form_markRequired {
  color: #f00;
}
.form_input {
  width: 380px;
  max-width: 100%;
  display: inline-block;
  margin-right: 1.25rem;
  outline: none;
}
.form_input__text {
  width: 380px;
  height: 2.5rem;
  border: 1px solid #cdcdcd;
  background-color: #fff;
  color: #373737;
  font-weight: 300;
  padding: 0 1rem;
  font-size: 1rem;
}
.form_input__text:focus {
  border-color: #87ccc6 !important;
}
.form_input__text.is-invalid {
  border-color: #f00;
}
.form_input__range {
  width: 95px;
}
.form_input__textarea {
  height: auto;
  resize: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.form_input__noIndent {
  margin: 0;
}
.form_checkboxWrapper {
  display: inline-block;
  width: 380px;
  margin-right: 1.25rem;
}
.form_checkboxWrapper + .form_message {
  margin-top: 0;
}
.form_grouplist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 380px;
  margin-right: 1.25rem;
}
.form_grouplist > li {
  margin: 0;
  padding: 0;
}
.form_actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}
.form_actions__search {
  margin: 0;
  max-width: 180px;
}
.form_actions__searchRight {
  margin: 0;
  max-width: 88px;
}
.form_actions__orderButton {
  margin: 0;
}
.form_actions__member {
  display: block;
}
.form_actions__frontend {
  margin: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.form_actions__frontendRegister {
  margin-top: 1rem;
  border-top: 1px solid #cdcdcd;
  padding-top: 1rem;
}
.form_action {
  width: 200px;
  max-width: 100%;
  margin-right: 0;
}
.form_message {
  display: inline-block;
  font-size: 0.875rem;
  vertical-align: top;
  margin-top: 0.75rem;
}
.form_message__error,
.form_message__validation,
.form_message__required {
  color: #f00;
}
.form_desc {
  display: block;
  font-size: 0.875rem;
  font-style: italic;
  margin-top: 0.25rem;
}
.form_temp {
  background: #f00;
  display: block;
}
.form_forgetPassword {
  margin-left: 16px;
  white-space: nowrap;
}
.form_showOnClick {
  display: inline-block;
  margin-bottom: 1.25rem;
  cursor: pointer;
}
.form_showOnClick:after {
  content: "";
  display: inline-block;
  margin-left: 0.25rem;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.form_showOnClick__active:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.form a:not(.button) {
  color: #426fa3;
}
.form a:not(.button):visited {
  color: #949493;
}
.form a:not(.button):hover {
  color: #30aed2;
}
.form a:not(.button):active {
  color: #0365a3;
}

/*# sourceMappingURL=../maps/component/form.css.map */


/****** FILE: themes/comp1/css/component/socialLinks.css *****/
.socialLinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.socialLinks__footer {
  margin-bottom: 1rem;
}
.socialLinks_link {
  display: inline-block;
}
.socialLinks_link:not(:last-child) {
  margin-right: 8px;
}
.socialLinks_icon {
  display: block;
  width: 40px;
  height: 40px;
  fill: #ddd;
  color: #6b6b6b;
}
.socialLinks_icon__vk:hover {
  fill: #3176a9;
  color: #fff;
}
.socialLinks_icon__twitter:hover {
  fill: #00a1e1;
  color: #fff;
}
.socialLinks_icon__instagram:hover {
  fill: #ff037f;
  color: #fff;
}
.socialLinks_icon__google:hover {
  fill: #fc4a3c;
  color: #fff;
}
.socialLinks_icon__facebook:hover {
  fill: #25609c;
  color: #fff;
}

/*# sourceMappingURL=../maps/component/socialLinks.css.map */


/****** FILE: themes/comp1/css/component/header.css *****/
.header {
  zoom: 1;
  position: relative;
  width: 1220px;
  height: 176px;
  min-height: 176px;
  margin: 0 auto;
  background-color: #fff;
}
.header:after,
.header:before {
  content: "";
  display: table;
}
.header:after {
  clear: both;
}
.header_content {
  position: relative;
  width: 1180px;
  margin: 0 auto;
}
.header_logo {
  position: absolute;
  left: 39px;
  top: 39px;
}
.header_tagline {
  position: absolute;
  left: 502px;
  top: 49px;
  width: 256px;
  height: 78px;
  background: url("data:image/png;base64,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") no-repeat 0 0;
}

/*# sourceMappingURL=../maps/component/header.css.map */


/****** FILE: themes/comp1/css/component/pageNavigation.css *****/
.pageNavigation {
  zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
/*display flex
	justify-content flex-end*/
  float: right;
  margin-top: -3px;
}
.pageNavigation:after,
.pageNavigation:before {
  content: "";
  display: table;
}
.pageNavigation:after {
  clear: both;
}
.pageNavigation_container {
  margin-top: 2rem;
  margin-bottom: 2rem;
  min-height: 45px;
/*overflow hidden*/
}
.pageNavigation_item {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin: 0 2px;
}
.pageNavigation_itemLink {
  position: relative;
  display: inline-block;
  border-radius: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
/*align-items center*/
  text-align: center;
  height: 2.75rem;
  line-height: 2.7rem;
  font-size: 1.125rem;
  font-weight: 400;
}
.pageNavigation_itemLink:not(.pageNavigation_itemLink__current) {
/*margin-left -1px*/
  border: 1px solid #53b4ac;
  color: #212121;
}
.pageNavigation_itemLink:not(.pageNavigation_itemLink__current):hover {
  z-index: 1;
  color: #212121;
  border-color: #95dde0;
}
.pageNavigation_itemLink:not(.pageNavigation_itemLink__extreme) {
  width: 2.75rem;
}
.pageNavigation_itemLink__current {
  background-color: #efefef;
  color: #656565;
}
.pageNavigation_itemLink__previous:before,
.pageNavigation_itemLink__next:before {
  content: "";
  display: block;
/*border-top .375rem solid transparent
			border-bottom .375rem solid transparent*/
}
.pageNavigation_itemLink__previous:before {
  border-right: 0.625rem solid #426fa3;
}
.pageNavigation_itemLink__next:before {
  border-left: 0.625rem solid #426fa3;
}
.pageNavigation_itemLink__previous:hover:before {
  border-right-color: #30aed2;
}
.pageNavigation_itemLink__next:hover:before {
  border-left-color: #30aed2;
}
.pageNavigation_itemLink__extreme {
  padding: 0 1rem;
  font-size: 0.875rem;
  border-color: #fff !important;
  color: #426fa3 !important;
}
.pageNavigation_itemLink__extreme:hover {
  color: #30aed2 !important;
}

/*# sourceMappingURL=../maps/component/pageNavigation.css.map */


/****** FILE: themes/comp1/css/component/photoGrid.css *****/
.photoGrid {
  zoom: 1;
  margin-top: 2rem;
  margin-bottom: -16px;
  margin-right: -16px;
}
.photoGrid:after,
.photoGrid:before {
  content: "";
  display: table;
}
.photoGrid:after {
  clear: both;
}
.photoGrid_item {
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}
.photoGrid_itemLink,
.photoGrid_itemImage {
  display: block;
}
.photoGrid_itemCaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(87,132,164,0.7);
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  word-break: break-all;
}
.photoGrid_itemCaption:after {
  content: "";
  background-image: url("/themes/comp1/img/imgzoom.png");
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  display: block;
  width: 24px;
  height: 24px;
}
.photoGrid_item:hover .photoGrid_itemCaption {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/*# sourceMappingURL=../maps/component/photoGrid.css.map */


/****** FILE: themes/comp1/css/component/footer.css *****/
.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1220px;
  padding: 2.5rem 0;
  margin: 0 auto;
  background: #6b6b6b;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.footer_content {
  width: 1220px;
  margin: 0 auto;
  padding: 0 -webkit-calc((1220px - 1180px)/2);
  padding: 0 calc((1220px - 1180px)/2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_left {
  width: 380px;
  min-width: 380px;
}
.footer_center {
  width: 380px;
  min-width: 380px;
}
.footer_right {
  width: 280px;
  min-width: 280px;
}
.footer_sitemap {
  margin-bottom: 16px;
}
.footer_copyright {
  margin: 0 0 3px;
}
.footer_copyright__studio {
  margin-bottom: 3px;
}
.footer a {
  color: #86d1e7;
}
.footer a:not(:active):hover {
  color: #c2f1ff;
}
a.footer_totallyNotALink {
  color: inherit;
}
a.footer_totallyNotALink:hover {
  color: inherit;
}
a.footer_totallyNotALink > span {
  color: #86d1e7;
}
a.footer_totallyNotALink:hover > span {
  color: #c2f1ff;
}
.footerMenu {
  zoom: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-width: 380px;
}
.footerMenu:after,
.footerMenu:before {
  content: "";
  display: table;
}
.footerMenu:after {
  clear: both;
}
.footerMenu_item {
  width: 50%;
  margin-bottom: 0.5rem;
  padding-right: 16px;
  font-weight: 400;
  display: inline-block;
}

/*# sourceMappingURL=../maps/component/footer.css.map */


/****** FILE: themes/comp1/css/component/breadcrumbs.css *****/
.breadcrumbs {
  margin-bottom: 40px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #303030;
}
.breadcrumbs a {
  color: #426fa3;
}
.breadcrumbs a:hover {
  color: #30aed2;
}
.breadcrumbs_separator {
  color: #727272;
  padding: 0 5px;
}

/*# sourceMappingURL=../maps/component/breadcrumbs.css.map */


/****** FILE: themes/comp1/css/component/fileList.css *****/
.fileList {
  margin: 2rem 0 0;
  font-weight: 400;
}
.fileList_item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.fileList_info {
  line-height: 32px;
}
.fileList_info > span {
  color: #959595;
}
.fileList_icon {
  float: left;
  width: 27px;
  height: 32px;
  background-image: url("/themes/comp1/img/files.png");
  background-repeat: no-repeat;
  margin-right: 1rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.fileList_icon__arc,
.fileList_icon__zip,
.fileList_icon__rar {
  background-position: 0 -33px;
}
.fileList_icon__mp3 {
  background-position: 0 -66px;
}
.fileList_icon__jpg,
.fileList_icon__png {
  background-position: 0 -99px;
}
.fileList_icon__mkv {
  background-position: 0 -132px;
}
.fileList_icon__txt {
  background-position: 0 -165px;
}
.fileList_icon__doc,
.fileList_icon__docx {
  background-position: 0 -199px;
}
.fileList_icon__pdf {
  background-position: 0 -233px;
}
.fileList_icon__pps {
  background-position: 0 -267px;
}
.fileList_icon__ppt {
  background-position: 0 -301px;
}
.fileList_icon__xls,
.fileList_icon__xlsx {
  background-position: 0 -335px;
}

/*# sourceMappingURL=../maps/component/fileList.css.map */


/****** FILE: themes/comp1/css/component/headline.css *****/
.headline {
  width: 1220px;
  padding: 0 -webkit-calc((1220px - 1180px)/2);
  padding: 0 calc((1220px - 1180px)/2);
  margin: 0 auto;
  background-color: #f3f3f3;
  font-family: "Roboto", sans-serif;
}
.headline_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 1180px;
  margin: 0 auto;
  font-weight: 400;
}
.headline_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.headline_menu__service {
  margin-left: auto;
}
.headline_item {
  position: relative;
}
.headline_item__active {
  background-color: #efefef;
}
.headline_itemTitle {
  display: block;
  box-sizing: content-box;
  padding: 1.25rem 1rem;
  height: 1rem;
  line-height: 1;
  cursor: pointer;
  color: #426fa3;
}
.headline_itemTitle:hover {
  color: #30aed2;
}
.headline_item__active > .headline_itemTitle {
  color: #30aed2;
}
.headline_itemTitle img {
  margin-right: 0.5rem;
}
.headline_itemTitle__lang:after {
  content: "";
  display: inline-block;
  background-image: url("/themes/comp1/img/arrowhead-down.png");
  background-repeat: no-repeat;
  background-position: center 75%;
  width: 7px;
  height: 1em;
  margin-left: 0.5rem;
}
.headline_itemTitle__search:before {
  content: "";
  display: inline-block;
  background-image: url("/themes/comp1/img/search.png");
  background-repeat: no-repeat;
  background-position: center 75%;
  width: 15px;
  height: 15px;
  margin-right: 0.5rem;
}
.headline_itemTitle__cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.75rem;
  padding: 0.875rem 1rem;
  line-height: 1.75;
}
.headline_itemDropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background-color: #efefef;
  z-index: 100;
}
.headline_itemDropdown__right {
  left: auto;
  right: 0;
}
.headline_itemDropdown__search {
  padding: 1.25rem 1rem;
}
.headline_itemDropdown__login {
  padding: 1.25rem 1rem;
  width: 290px;
}

/*# sourceMappingURL=../maps/component/headline.css.map */


/****** FILE: themes/comp1/css/component/sideWidget.css *****/
.sideWidget_holder:not(:last-child) > .sideWidget {
  margin-bottom: 2.9375rem;
}
.sideWidget_header {
  background: #5c7fa7;
  padding: 0.69rem 16px;
  text-align: left;
  border-radius: 1.25rem;
}
.sideWidget_header__second {
  border-radius: 1.25rem 1.25rem 0 0;
}
.sideWidget_heading {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.sideWidget_content {
  padding: 1rem 0;
  font-family: "Roboto", sans-serif;
}
.sideWidget_content__second {
  background-color: #fff;
  border-left: 1px solid #5c7fa7;
  border-right: 1px solid #5c7fa7;
}
.sideWidget_content__second.noholder {
  border-bottom: 1px solid #5c7fa7;
}
.sideWidget_contentInner {
  padding: 0 16px;
}
.sideWidget_item:not(.sideWidget_item__first) {
  margin-top: 1rem;
}
.sideWidget_item:not(.sideWidget_item__last) {
  border-bottom: 1px dashed #cecece;
  padding-bottom: 1rem;
}
.sideWidget_item__second {
  padding-left: 16px;
  padding-right: 16px;
}
.sideWidget_itemHeading {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: #373737;
}
.sideWidget_itemImage + .sideWidget_itemHeading {
  margin-top: 0.75rem;
}
.sideWidget_itemDate {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 0.5rem;
}
.sideWidget_header + .sideWidget_itemImage,
.sideWidget_itemDate + .sideWidget_itemImage,
.sideWidget_itemHeading + .sideWidget_itemImage,
.sideWidget_itemImage + .sideWidget_itemImage {
  margin-top: 0.75rem;
}
.sideWidget_itemImage a {
  display: block;
}
.sideWidget_itemImage img {
  width: 100%;
  display: block;
}
.sideWidget_itemContent {
  margin-top: 0.77rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.sideWidget_showMore {
  background: #f3f3f3;
  padding: 0.4rem 0 0.43rem 16px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  font-size: 0.875rem;
}
.sideWidget_showMore:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background-image: url("/themes/comp1/img/arrow-more.png");
  background-repeat: no-repeat;
}
.sideWidget_showMore__second {
  border-left: 1px solid #5c7fa7;
  border-right: 1px solid #5c7fa7;
  border-bottom: 1px solid #5c7fa7;
}
.sideWidget_holder__BannerWidget .sideWidget_showMore {
  margin-top: 0.75rem;
}

/*# sourceMappingURL=../maps/component/sideWidget.css.map */


/****** FILE: themes/comp1/css/component/sideMenu.css *****/
.sideMenu {
  padding: 0.75rem 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.5rem;
  border-radius: 1rem 1rem 0 0;
  background-color: #f3f3f3;
}
.sideMenu_firstLevel,
.sideMenu_secondLevel {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.sideMenu_secondLevel {
  padding: 0.12rem 0;
  background: #fff;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
.sideMenu_firstLevelItem {
  margin: 0;
  padding: 0;
  display: block;
}
.sideMenu_firstLevelItemLink {
  display: block;
  padding: 0.5rem 1rem;
  color: #1a689f;
  text-decoration: none;
  font-size: 1.125rem;
}
.sideMenu_firstLevelItemLink:hover:not(.sideMenu_firstLevelItemLink__section):not(.sideMenu_firstLevelItemLink__current) {
  color: #30aed2;
}
.sideMenu_firstLevelItemLink__section,
.sideMenu_firstLevelItemLink__current {
  background-color: #87ccc6;
  color: #292929;
  border-radius: 1rem 1rem 0 0;
  font-weight: 500;
}
.sideMenu_secondLevelItem {
  margin: 0;
  padding: 0;
  display: block;
  padding: 0.5rem 1rem 0.5rem 2rem;
}
.sideMenu_secondLevelItemLink {
  display: block;
  color: #1a689f;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.sideMenu_secondLevelItemLink:hover:not(.sideMenu_secondLevelItemLink__section) {
  color: #30aed2;
}
.sideMenu_secondLevelItemLink__section {
  color: #292929;
}
.sideMenu_thirdLevel {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  margin-top: 1rem;
  background: sideMenuStyleTSLBackground;
}
.sideMenu_thirdLevelItem {
  margin: 0;
  padding: 0;
  border-left: 1px solid;
  border-color: #87ccc6;
  padding: 0.5rem 0 0.5rem 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
}
.sideMenu_thirdLevelItem__first {
  padding-top: 0;
}
.sideMenu_thirdLevelItem__last {
  padding-bottom: 0;
}
.sideMenu_thirdLevelItemLink {
  display: block;
  color: #1a689f;
  font-size: 0.9375rem;
}
.sideMenu_thirdLevelItemLink:hover:not(.sideMenu_thirdLevelItemLink__section) {
  color: #30aed2;
}
.sideMenu_thirdLevelItemLink__section {
  color: #292929;
}

/*# sourceMappingURL=../maps/component/sideMenu.css.map */


/****** FILE: themes/comp1/css/component/contacts.css *****/
.contacts:not(.contacts__footer) {
  margin: 2rem 0 0;
  font-weight: 400;
}
.contacts_header {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.0625rem;
  margin-bottom: 2rem;
}
.contacts__header {
  position: absolute;
  top: 43px;
  left: 857px;
  max-width: 300px;
  margin: 0 !important;
  color: #292929;
  font-family: "Roboto", sans-serif;
}
.contacts_item {
  position: relative;
  display: block;
  padding-left: 1.5rem;
  line-height: 1.25rem;
}
.contacts_item:not(:last-child) {
  margin-bottom: 1rem;
}
.contacts__header .contacts_item {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.5rem;
  padding-left: 2.375rem;
}
.contacts__header .contacts_item__phone {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.contacts_icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  fill: #5db3ac;
}
.contacts__print .contacts_icon {
  fill: #000;
}
.contacts_icon__address {
  height: 1.25rem;
}
.contacts__header .contacts_icon__address {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAcCAMAAAC02HQrAAAAMFBMVEX///9cf6dcf6dcf6dcf6dcf6dcf6dcf6dcf6dcf6dcf6dcf6dcf6dcf6dcf6dcf6fUAAvbAAAAD3RSTlMAESIzRFVmd4iZqrvM3e5GKvWZAAAArUlEQVR42mWQWRbEIAgEG437wv1vOxGVmEl98SpNACFQaMzck4HieZO3ivzQpnJ8UsR1qXtuUzqNpVFpMEkK0JKAsj5q0AD5P3e7oIt53cauxXJlnYbGLy5Amj+H0Mt5COF7L6gff/u+VYFSt8ODWSqo0TH1SLm1uIFdMzKzk+4IMHc7F+keSNwB2+Sh42i5oXVB4TachSJOemt0lkDmCmWeQvn9LrOLfN0iDvMDdAERxAr/z5cAAAAASUVORK5CYII=") no-repeat 0 0;
  width: 19px;
  height: 28px;
  top: 12px;
}
.contacts__header .contacts_icon__phone {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAXCAMAAAAm/38fAAAAMFBMVEX///9cf6dcf6dcf6dcf6dcf6dcf6dcf6dcf6dcf6dcf6dcf6dcf6dcf6dcf6dcf6fUAAvbAAAAD3RSTlMAESIzRFVmd4iZqrvM3e5GKvWZAAAAu0lEQVR4AVXP4bpEMAyE4S8SRbc693+3Zzc41feHh4zRAMyN5F3SWbh507mSzGLvags/0fUVPGy7n3KuI2eR74bkgFKza/IJwHXaE/TIr9SrW7Q/gQppqapAkz/Byq2qwKrjfbhXB+t5QOejr0oGWdx+lybKCAidENqhiuVeKkUB2xxig31UZstr3dk29p1Ze3XMl5H4/S8LRNNZy38WSn3f+nWzclu7ZqPTNCk87NBbMEQd84OJ702pAn+hrg3IEBrMagAAAABJRU5ErkJggg==") no-repeat 0 0;
  width: 24px;
  height: 23px;
}

/*# sourceMappingURL=../maps/component/contacts.css.map */


/****** FILE: themes/comp1/css/component/popup.css *****/


/****** FILE: themes/comp1/css/component/typography.css *****/
.typography {
  font-family: "Roboto", sans-serif;
  color: #373737;
  font-weight: 400;
}
.typography > :last-child {
  margin-bottom: 0 !important;
}
.typography__size1 {
  font-size: 0.54rem;
}
.typography__size2 {
  font-size: 0.64rem;
}
.typography__size3 {
  font-size: 0.8rem;
}
.typography__size4 {
  font-size: 1rem;
}
.typography__size5 {
  font-size: 1.25rem;
}
.typography__size6 {
  font-size: 1.5rem;
}
.typography__size7 {
  font-size: 2rem;
}
.typography p,
.typography_p {
  margin: 0 0 1rem;
  line-height: 1.5rem;
}
.typography blockquote,
.typography_blockquote {
  margin: 1rem 2rem;
  font-style: italic;
}
.typography a,
.typography_a {
  color: #426fa3;
}
.typography a:visited {
  color: #949493;
}
.typography a:hover,
.typography_a:hover {
  color: #30aed2;
}
.typography a:active,
.typography_a:active {
  color: #0365a3;
}
.typography ul:not(.form_grouplist),
.typography_ul,
.typography ol,
.typography_ol {
  margin: 1rem 0;
  overflow: hidden;
}
.typography ul:not(.form_grouplist),
.typography_ul {
  padding: 0 0 0 2rem;
}
.typography ol,
.typography_ol {
  padding: 0 0 0 3rem;
}
.typography ul > ul,
.typography ol > ol,
.typography_ul > .typography_ul,
.typography_ol > .typography_ol {
  margin: 0.75rem 0 0.75rem 0.5rem !important;
}
.typography ul > ul:last-child,
.typography ol > ol:last-child,
.typography_ul > .typography_ul:last-child,
.typography_ol > .typography_ol:last-child {
  margin-bottom: 0 !important;
}
.typography ul:not(.form_grouplist) > li {
  position: relative;
  list-style: none;
  padding: 0 0 0 1rem;
}
.typography ul:not(.form_grouplist) > li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}
.typography li,
.typography_li {
  margin: 0 0 0.5rem;
}
.typography li:last-child,
.typography_li:last-child {
  margin: 0;
}
.typography h1,
.typography_h1 {
  font-family: "Noto Sans", sans-serif;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1;
  color: #3d3d3d;
  margin: 3.6rem 0 2.1rem;
}
.typography h2,
.typography_h2 {
  font-family: "Noto Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #3d3d3d;
  margin: 2.4rem 0 2rem;
}
.typography h3,
.typography_h3 {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.25;
  color: #3d3d3d;
  margin: 2.4rem 0 2rem;
}
.typography h4,
.typography_h4 {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.25;
  color: #3d3d3d;
  margin: 2.5rem 0 2rem;
}
.typography pre,
.typography_pre {
  background: none;
  border: none;
  display: block;
  font-family: Courier, monospace;
  font-size: 123%;
  margin: 0;
  padding: 0;
}
.typography table,
.typography_table {
  margin: 2rem 0;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}
.typography table th,
.typography_table th,
.typography table thead td,
.typography_table thead td {
  background-color: #f3f3f3;
  text-align: left;
  padding: 0.24rem 1rem 0.2rem 1rem;
  border: 1px solid #cdcdcd;
  text-transform: uppercase;
}
.typography table td,
.typography_table td {
  padding: 0.29rem 1rem 0.29rem 1rem;
  border: 1px solid #cdcdcd;
  vertical-align: top;
  background-color: #fff;
}
.typography .left {
  text-align: left;
}
.typography .center {
  text-align: center;
}
.typography .right {
  text-align: right;
}
.typography table.noBorders td,
.typography table.noBorders th {
  border: none !important;
}
.typography tr.noBorders > td,
.typography tr.noBorders > th {
  border: none !important;
}
.typography td.noBorders,
.typography th.noBorders {
  border: none !important;
}
.typography table.hBorders td,
.typography table.hBorders th,
.typography tr.hBorders > td,
.typography tr.hBorders > th,
.typography td.hBorders,
.typography th.hBorders {
  border-left: none !important;
  border-right: none !important;
}
.typography table.vBorders td,
.typography table.vBorders th,
.typography td.vBorders,
.typography th.vBorders {
  border-top: none !important;
  border-bottom: none !important;
}
.typography tr.noHover:hover > td {
  background-color: transparent;
}
.typography img.right {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.typography img.left {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.typography img.leftAlone {
  display: block;
  margin: 1rem 0;
}
.typography img.center {
  display: block;
  margin: 1rem auto;
}

/*# sourceMappingURL=../maps/component/typography.css.map */


/****** FILE: themes/comp1/css/component/mainMenu.css *****/
.mainMenu {
  zoom: 1;
  width: 1220px;
  margin: 0 auto;
  background-color: #fff;
  z-index: 10;
}
.mainMenu:after,
.mainMenu:before {
  content: "";
  display: table;
}
.mainMenu:after {
  clear: both;
}
.mainMenu_firstLevel {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin: 0 auto;
  width: 1220px;
  padding: 0 20px;
  height: 3.5rem;
  overflow: hidden;
  background-color: #5c7fa7;
  border-radius: 0 0 1.5rem 1.5rem;
}
.mainMenu_firstLevelItem {
  margin: 0;
  padding: 0;
  float: left;
  padding: 0.5rem 0;
}
.mainMenu_firstLevelItem__right {
  float: right;
  cursor: pointer;
}
.mainMenu_firstLevelItem__dropdown {
  float: none;
  position: relative;
  padding: 0 0.5rem;
}
.mainMenu_firstLevelItem__dropdown > .mainMenu_secondLevel {
  top: 0;
  -webkit-transform: translateX(-webkit-calc(-100% - 0.5rem));
      -ms-transform: translateX(calc(-100% - 0.5rem));
          transform: translateX(calc(-100% - 0.5rem));
  border-top-left-radius: 1.5rem;
}
.mainMenu_firstLevelItem__dropdown > .mainMenu_firstLevelItemLink {
  line-height: 1.25;
  padding: 0.5rem 1rem;
}
.mainMenu_firstLevelItem:hover > .mainMenu_secondLevel {
  display: block;
}
.mainMenu_firstLevelItemLink {
  display: block;
  padding: 0.63rem 1rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 1.5rem;
}
.mainMenu_firstLevelItemLink:not(.mainMenu_firstLevelItemLink__section):not(.mainMenu_firstLevelItemLink__active):hover {
  color: #fff;
  border-color: #87ccc6;
}
.mainMenu_firstLevelItemLink__section {
  border-color: #87ccc6;
  background-color: #87ccc6;
  color: #292929;
}
.mainMenu_firstLevelItemLink__active {
  color: false;
}
.mainMenu_firstLevelItemLink__active .mainMenu_arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mainMenu_firstLevelDropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  max-width: 280px;
  position: absolute;
  -webkit-transform: translateY(0.5rem);
      -ms-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
  right: 0;
  padding: 0.75rem 0;
  z-index: 8;
  background-color: #5c7fa7;
  border: 1px solid #fff;
  border-radius: 0 0 1.5rem 1.5rem;
}
.mainMenu_boxArrow {
  display: inline-block;
  position: relative;
  width: 1rem;
  height: 1rem;
  border: 1px solid currentColor;
  border-radius: 0.5rem;
}
.mainMenu_arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.625rem;
  height: 0.375rem;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.mainMenu_secondLevel {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  max-width: 280px;
  position: absolute;
  -webkit-transform: translateY(0.5rem);
      -ms-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
  padding: 0.75rem 0;
  z-index: 9;
  background-color: #00bbfe;
  border: 1px solid #fff;
  border-radius: 0 0 1.5rem 1.5rem;
}
.mainMenu_secondLevelItem {
  margin: 0;
  padding: 0;
}
.mainMenu_secondLevelItemLink {
  display: block;
  padding: 0.5rem 1rem;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #fff;
}
.mainMenu_secondLevelItemLink:hover {
  color: #006bae;
}

/*# sourceMappingURL=../maps/component/mainMenu.css.map */


/****** FILE: themes/comp1/css/module/preloader.css *****/
.js-preloader {
  position: relative;
}
.js-preloader:before {
  content: "";
  display: block;
  background: #0b0b0b;
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.js-preloader:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-20px, -20px);
      -ms-transform: translate(-20px, -20px);
          transform: translate(-20px, -20px);
  background-image: url("/themes/comp1/img/loader.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: rotating 2s linear infinite;
          animation: rotating 2s linear infinite;
}
.js-preloader.button:after {
  width: 20px;
  height: 20px;
  -webkit-transform: translate(-10px, -10px);
      -ms-transform: translate(-10px, -10px);
          transform: translate(-10px, -10px);
}

/*# sourceMappingURL=../maps/module/preloader.css.map */


/****** FILE: themes/comp1/css/module/popup.css *****/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.4;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -webkit-calc(-40px + 4px);
  margin-top: calc(-40px + 4px);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.cartPopup {
  position: relative;
  width: 680px;
  box-sizing: border-box;
  padding: 2rem 5rem 3rem;
  margin: 0 auto;
  background-color: #f3f3f3;
}
.cartPopup_title {
  margin: 0 0 2rem;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #3d3d3d;
  text-align: center;
}
.cartPopup_buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cartPopup a.mfp-button.left-button {
  margin-right: 20px;
}
.cartPopup a.mfp-button {
  padding: 11px 0;
  width: 200px;
}
.cartPopup .mfp-close {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.25rem;
  border: 1px solid #426fa3;
  position: absolute;
  right: 1rem;
  top: 1rem;
  text-decoration: none;
  text-align: center;
  color: #426fa3;
  font-style: normal;
  font-size: 28px;
  opacity: 1;
  font-family: Arial, Baskerville, monospace;
}
.cartPopup .mfp-close:not(:active):hover {
  color: #30aed2;
  border-color: #30aed2;
}

/*# sourceMappingURL=../maps/module/popup.css.map */


