/****** 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;
  box-sizing: border-box;
  min-width: 1220px;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
/*min-height: 100%*/
  min-height: 100vh;
  background: #e3e7f0;
  font-family: "PT Sans", 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: #292c31;
  font-weight: 400;
  min-width: 1220px;
}
body.HomePage {
  background-position: center;
  background-image: url("/themes/comp1/img/header.jpg");
  background-repeat: no-repeat;
  background-color: #e3e7f0;
  background-size: cover;
}
a {
  text-decoration: none;
}
.hide {
  display: none;
  visibility: hidden;
}
/* layout */
.content {
  -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-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  width: 1180px;
  padding: 34px -webkit-calc((1220px - 1185px)/2) 64px;
  padding: 34px calc((1220px - 1185px)/2) 64px;
  margin: 0 auto;
  background-color: #e3e7f0;
}
.HomePage .content {
  width: 100%;
  padding: 0;
}
.HomePage .content .widgetHolder {
  width: 1142px;
  margin: 0 auto;
  padding: 67px 0 68px;
/* call block */
}
.HomePage .content .widgetHolder.widgetHolder__HTMLBlockHomepageWidget {
  background-color: #c3c9d5;
  padding: 60px 0 20px;
  width: 100%;
}
.HomePage .content .widgetHolder.widgetHolder__HTMLBlockHomepageWidget .widgetHeading {
  margin-bottom: 35px;
}
.HomePage .content .widgetHolder.widgetHolder__HTMLBlockHomepageWidget .sideWidget {
  margin-bottom: 0;
}
.HomePage .content .widgetHolder.widgetHolder__SliderHomepageWidget {
  width: 100%;
  padding: 0;
}
.HomePage .content .widgetHolder.widgetHolder__SliderHomepageWidget .widgetHeading {
  padding-top: 35px;
}
.HomePage .content .widgetHolder.widget14 {
  width: 100%;
  background-color: #3775c4;
  color: #fff;
  padding: 73px 0 50px;
}
.HomePage .content .widgetHolder.widget14 .widgetHeading {
  margin-bottom: 30px;
}
.HomePage .content .widgetHolder.widget14 .sideWidget_content {
  max-width: 850px;
  margin: 0 auto;
}
.HomePage .content .widgetHolder.widget14 table,
.HomePage .content .widgetHolder.widget14 td {
  border: 0;
}
.HomePage .content .widgetHolder.widget14 #callme {
  width: 368px;
  height: 64px;
  box-shadow: 6px 6px 16px rgba(41,44,49,0.2);
  background-color: #fff;
  text-align: center;
  display: block;
  color: #3775c4;
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 64px;
  text-transform: uppercase;
  margin-left: 30px;
  text-indent: 54px;
  letter-spacing: 2px;
  position: relative;
}
.HomePage .content .widgetHolder.widget14 #callme .icon {
  position: absolute;
  fill: #3775c4;
  width: 40px;
  height: 40px;
  top: 12px;
  left: 58px;
}
.HomePage .content .widgetHolder.widget14 #callme:focus {
  box-shadow: unset !important;
  color: #3775c4 !important;
  background-color: #fff !important;
}
.HomePage .content .widgetHolder.widget14 #callme:focus .icon {
  fill: #3775c4 !important;
}
.HomePage .content .widgetHolder.widget14 #callme:hover {
  box-shadow: 6px 6px 16px rgba(41,44,49,0.4);
  background-color: #c3c9d5;
  color: #154786;
}
.HomePage .content .widgetHolder.widget14 #callme:hover .icon {
  fill: #154786;
}
.HomePage .content .widgetHolder .sideWidget_showMore {
  padding: 0;
  text-align: center;
  margin-top: 20px;
}
.HomePage .content .widgetHolder .sideWidget_showMore:after {
  display: none;
}
.HomePage .content .widgetHolder .sideWidget_showMore a {
  cursor: pointer;
}
.HomePage .content .widgetHeading {
  font-size: 52px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
}
.content_sideColumn {
  width: 288px;
  background-color: #dadfe8;
  padding: 8px;
}
.content_centerColumn {
  width: 845px;
}
.content_centerFull {
  width: 100%;
}
.advantages {
  width: 1142px;
  margin: 0 auto;
}
.advantages p {
  color: #292c31;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  max-width: 940px;
  margin: 0 auto;
}
.advantages_bd {
  max-width: 1142px;
  width: 545px;
  margin: 0 auto;
  padding-top: 20px;
}
.advantages_item {
  padding-left: 96px;
  position: relative;
  min-height: 80px;
  margin-bottom: 16px;
}
.advantages_item h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
  margin: 25px 0;
}
.advantages_item:hover .advantages_circle {
  box-shadow: 1px 2px 8px rgba(0,1,1,0.24);
  width: 89px;
  height: 89px;
  margin-left: -4.5px;
  margin-top: -4.5px;
}
.advantages_item:hover .advantages_circle .advantages_icon {
  fill: #fff;
}
.advantages_item:hover .advantages_circle .advantages_icon.proizv {
  top: 23px;
  left: 23px;
}
.advantages_item:hover .advantages_circle .advantages_icon.oborud {
  top: 21px;
  left: 18px;
}
.advantages_item:hover .advantages_circle .advantages_icon.dostav {
  top: 25px;
  left: 18px;
}
.advantages_item:hover .advantages_circle .advantages_icon.izgot {
  top: 22px;
  left: 24px;
}
.advantages_circle {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-color: #3775c4;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.advantages_icon {
  position: absolute;
  fill: #c3c9d5;
}
.advantages_icon.proizv {
  width: 43px;
  height: 43px;
  top: 19px;
  left: 19px;
}
.advantages_icon.oborud {
  width: 53px;
  height: 49px;
  top: 17px;
  left: 14px;
}
.advantages_icon.dostav {
  width: 55px;
  height: 39px;
  top: 21px;
  left: 14px;
}
.advantages_icon.izgot {
  width: 41px;
  height: 41px;
  top: 18px;
  left: 20px;
}
.homebanners {
  margin-right: -16px;
}
.homebanners_icon {
  position: absolute;
  fill: #154786;
}
.bann1 .homebanners_icon {
  width: 74px;
  height: 66px;
  top: 55px;
  left: 51px;
}
.bann2 .homebanners_icon {
  width: 65px;
  height: 76px;
  top: 48px;
  left: 58px;
}
.bann3 .homebanners_icon {
  width: 50px;
  height: 76px;
  top: 50px;
  left: 63px;
}
.bann4 .homebanners_icon {
  width: 63px;
  height: 76px;
  top: 48px;
  left: 57px;
}
.homebanners_item {
  width: 272px;
  height: 317px;
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
  margin-bottom: 16px;
  border: 4px solid #c3c9d5;
  background-color: #e3e7f0;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  padding: 44px 20px 10px;
}
.homebanners_item:hover {
  box-shadow: 2px 4px 16px rgba(61,77,100,0.25);
  border: 4px solid #3775c4;
}
.homebanners_item:hover .homebanners_icon {
  fill: #3775c4;
}
.homebanners_item:hover span {
  box-shadow: 2px 4px 8px rgba(61,77,100,0.1);
  width: 192px;
  height: 192px;
  margin-top: -8px;
  margin-bottom: 2px;
}
.homebanners_item:hover.bann1 .homebanners_icon {
  top: 63px;
  left: 59px;
}
.homebanners_item:hover.bann2 .homebanners_icon {
  top: 56px;
  left: 66px;
}
.homebanners_item:hover.bann3 .homebanners_icon {
  top: 58px;
  left: 71px;
}
.homebanners_item:hover.bann4 .homebanners_icon {
  top: 56px;
  left: 65px;
}
.homebanners span {
  width: 176px;
  height: 176px;
  display: block;
  margin: 0 auto 10px;
  border-radius: 100%;
  position: relative;
  background-color: #c3c9d5;
}
.homebanners a {
  color: #3d4d64;
}
.homebanners a:hover {
  color: #5e6d80;
}
.button {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  background: #154786;
  padding: 11px 26px;
  border: 1px solid #154786;
  color: #fff;
  display: inline-block;
  text-align: center;
  height: 48px;
  box-shadow: 1px 1px 8px rgba(41,44,49,0.24);
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.button:not(.button__disabled):not(.button__second):not(:active):hover {
  background: #3775c4;
  border-color: #3775c4;
  color: #fff;
  cursor: pointer;
  box-shadow: 4px 7px 20px rgba(128,126,132,0.32);
/*background-image: linear-gradient(to right, #d7a3df 0%, #f09dc3 100%);*/
}
.button:not(.button__disabled):not(.button__second):active {
  box-shadow: unset;
}
.button__second {
  background: #e3e7f0;
  color: #292c31;
  height: 40px;
  line-height: 14px;
  border: 2px solid #154786;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  padding: 11px 26px;
  box-shadow: unset;
}
.button__second:active {
  background: #e3e7f0 !important;
  color: #292c31 !important;
  border: 2px solid #154786 !important;
}
.button__second:not(.button__disabled):hover {
  background: #e3e7f0;
  color: #3d4d64;
  border-color: #3775c4;
}
.button__disabled {
  border-color: #d1ced4;
  background: #d1ced4;
  color: #807e84;
  box-shadow: 1px 1px 4px rgba(52,58,61,0.16);
}
.button__freeSpace {
  text-align: center;
  padding: 10px 0;
  max-width: 100%;
  min-width: auto;
}
.button__fullSpace {
  padding: 0;
  padding: 10px 0;
  width: 100%;
  min-width: auto;
}
.footerMenu {
  zoom: 1;
  min-width: 380px;
}
.footerMenu:after,
.footerMenu:before {
  content: "";
  display: table;
}
.footerMenu:after {
  clear: both;
}
.footerMenu_item {
  float: left;
  width: 50%;
  margin-bottom: 20px;
  padding-right: 16px;
}
.widgetHolder {
  margin-bottom: 24px;
}
/*.sideWidgetHolder
	margin-bottom: 24px*/
.htmlShare {
  text-align: right;
  margin-top: 40px;
  clear: both;
}
.search_itemParent {
  display: block;
  font-size: 14px;
  color: #a6a6a6;
  margin-left: 14px;
  margin-bottom: 12px;
}
.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: 10;
  background: rgba(94,109,128,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 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.linkImage9 > img {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.linkImage9:hover {
  background-size: auto 120%;
}
.linkImage9:hover > img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  transform: scale(1.2);
}
#siteMap.typography ul {
  margin: 0 0 0 20px;
  list-style: square outside;
}
#siteMap.typography ul a {
  text-decoration: none;
}
#siteMap.typography ul a:visited {
  color: #3d4d64;
}
#siteMap.typography ul > li {
  padding: 0;
  margin: 0;
}
#siteMap.typography ul > li:before {
  display: none;
}

/*# 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;
}

@keyframes blink {
    from, to {
        border-right-color: black;
    }
    50% {
        border-right-color: transparent;
    }
}

@-webkit-keyframes blink {
    from, to {
        border-right-color: black;
    }
    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
} */
/*# 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_thanks {
  display: none;
}

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


/****** FILE: themes/comp1/css/component/sliderHomePageWidget.css *****/
.sliderHomePageWidget {
  margin-bottom: 0;
/* Slider */
/* Arrows */
/* Dots */
}
.sliderHomePageWidget_slide {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 117px 0;
}
.sliderHomePageWidget_slideTitle {
  padding: 4px 8px;
  color: #fff;
  font-size: 52px;
  font-weight: 400;
  line-height: 28px;
  display: block;
  max-width: 1180px;
  text-align: center;
  margin: 0 auto 25px;
}
.sliderHomePageWidget_slideDescr {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: block;
  max-width: 940px;
  text-align: center;
  margin: 0 auto 43px;
}
.sliderHomePageWidget_more {
  margin: 0 auto;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  width: 272px;
  height: 48px;
  border: 4px solid #fff;
}
.sliderHomePageWidget_more:hover {
  background: #fff;
  color: #292c31;
}
.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: 1001;
  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-dotted.slick-slider {
  margin-bottom: 25px;
}
.sliderHomePageWidget .slick-dots {
  position: absolute;
  bottom: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.sliderHomePageWidget .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.sliderHomePageWidget .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.sliderHomePageWidget .slick-dots li button:hover,
.sliderHomePageWidget .slick-dots li button:focus {
  outline: none;
}
.sliderHomePageWidget .slick-dots li button:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #c3c9d5;
}
.sliderHomePageWidget .slick-dots li.slick-active button:before {
  background: #fff;
}

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


/****** FILE: themes/comp1/css/component/form.css *****/
.form {
  zoom: 1;
/* todo: special */
}
.form:after,
.form:before {
  content: "";
  display: table;
}
.form:after {
  clear: both;
}
.form__search {
  max-width: 330px;
}
.form a {
  color: #3d4d64;
}
.form a:visited {
  color: #878c94;
}
.form a:hover {
  color: #5e6d80;
}
.form a:active {
  color: #3d4d64;
}
.form_field {
  zoom: 1;
  display: block;
  margin-bottom: 17px;
}
.form_field:after,
.form_field:before {
  content: "";
  display: table;
}
.form_field:after {
  clear: both;
}
.form_field > label {
  display: inline-block;
}
.form_field__searchCenterCol {
  margin: 0;
  float: left;
}
.form_title {
  display: block;
  color: #292c31;
  font-family: "PT Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 8px;
}
.form_markRequired {
  color: #f66634;
}
.form_input {
  width: 380px;
  max-width: 100%;
  display: inline-block;
  margin-right: 20px;
}
.form_input:focus {
  outline: 0;
}
.form_input__text {
  width: 380px;
  height: 48px;
  border: 2px solid #3d4d64;
  background-color: #e3e7f0;
  padding: 0 16px;
  color: #292c31;
  font-family: "PT Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
.form_input__text:focus {
  border: 2px solid #3775c4;
  background-color: #fff;
}
.form_input__text.is-invalid {
  border-color: #f66634;
}
.form_input__range {
  width: 95px;
}
.form_input__textarea {
  height: auto;
  resize: none;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.form_input__noIndent {
  margin: 0;
}
.form_checkboxWrapper {
  display: inline-block;
  width: 380px;
  margin-right: 20px;
}
.form_checkboxWrapper + .form_message {
  margin-top: 0;
}
.form_grouplist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 380px;
  margin-right: 20px;
}
.form_grouplist > li {
  margin: 0;
  padding: 0;
}
.form_actions__searchCenterCol {
  margin-top: 38px;
}
.form_action.button {
  max-width: 200px;
}
.form_message {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  vertical-align: top;
  margin-top: 12px;
}
.form_message__error,
.form_message__validation,
.form_message__required {
  color: #f66634;
}
.form_desc {
  display: block;
  font-size: 0.875rem;
  font-style: italic;
  margin-top: 4px;
}
.form_temp {
  background: #f00;
  display: block;
}
.form_searchLeft {
  float: left;
  width: 235px;
}
.form_searchRight {
  float: right;
  width: 85px;
}
.form a {
  color: #3d4d64;
}
.form a:hover {
  color: #5e6d80;
}
.form a:active {
  color: #3d4d64;
}

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


/****** FILE: themes/comp1/css/component/socialLinks.css *****/
.socialLinks__footer {
  margin-bottom: 26px;
  margin-right: -5px;
}
.socialLinks a {
  text-decoration: none !important;
}
.socialLinks_icon {
  width: 40px;
  height: 40px;
  fill: #3775c4;
  color: #292c31;
  margin-right: 4px;
}
.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;
  min-width: 1220px;
  width: 100%;
  height: 253px;
  min-height: 253px;
  margin: 0 auto;
  background-color: #6b88a5;
  background-image: url("/themes/comp1/img/innerhead.jpg");
  background-position: center;
/*background-image: url(themeDir+'/img/header.jpg')
	background-repeat: no-repeat
	background-color: #e3e7f0
	background-size:cover*/
}
.header:after,
.header:before {
  content: "";
  display: table;
}
.header:after {
  clear: both;
}
.HomePage .header {
  height: 648px;
  min-height: 648px;
  background-image: none;
  background-color: transparent;
  background-color: rgba(61,77,100,0.4);
}
.header_content {
  position: relative;
  width: 1180px;
  margin: 0 auto;
}
.header_logo {
  position: absolute;
  left: 20px;
  top: 35px;
}
.HomePage .header_logo {
  top: 71px;
}
.header_logo img {
  width: 176px;
  height: 182px;
}
.HomePage .header_logo img {
  width: 273px;
  height: 282px;
}
.header_conts {
  position: absolute;
  right: 20px;
  top: 35px;
  width: 278px;
}
.HomePage .header_conts {
  top: 70px;
  width: 273px;
  padding-top: 72px;
}
.HomePage .header_conts .writelett {
  left: 0;
  top: 0;
}
.header_conts .getcall {
  top: 70px;
}
.HomePage .header_conts .getcall {
  display: none;
}
.header_conts .writelett,
.header_conts .getcall {
  background: transparent;
  position: absolute;
  left: -350px;
  padding: 11px 26px;
  line-height: 18px;
  border: 4px solid #fff;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  width: 272px;
  height: 48px;
}
.header_conts .writelett:hover,
.header_conts .getcall:hover {
  background: #fff;
  color: #292c31;
}
.header_conts .contacts_item {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  padding-left: 36px;
  position: relative;
  max-width: 272px;
}
.header_conts a {
  color: #fff;
  text-decoration: none;
}

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


/****** FILE: themes/comp1/css/component/pageNavigation.css *****/
.pageNavigation {
  zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: "PT Sans", sans-serif;
}
.pageNavigation:after,
.pageNavigation:before {
  content: "";
  display: table;
}
.pageNavigation:after {
  clear: both;
}
.pageNavigation_container {
  margin-top: 34px;
  zoom: 1;
}
.pageNavigation_container:after,
.pageNavigation_container:before {
  content: "";
  display: table;
}
.pageNavigation_container:after {
  clear: both;
}
.pageNavigation_container .showMore {
  float: left;
  color: #292c31;
}
.pageNavigation_item {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  border: 2px solid #154786;
/*border-right: none */
  margin-left: 4px;
/*&__last
			border-right: 2px solid button2Border*/
/*&:hover:not(&__current) + &
			border-left-color: button2BorderHover*/
}
.pageNavigation_item:hover {
  z-index: 10;
}
.pageNavigation_item:not(.pageNavigation_item__current):hover {
  border-color: #3775c4;
  color: #3d4d64;
}
.pageNavigation_item > a {
  display: block;
  height: 38px;
  line-height: 35px;
  z-index: 1;
  color: #141617 !important;
}
.pageNavigation_item > a:hover {
  color: #494c50 !important;
}
.pageNavigation_item:not(.pageNavigation_item__extreme) {
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
/*margin-left: 1px*/
  color: #292c31;
  font-size: 16px;
  font-weight: 700;
}
.pageNavigation_item__current {
/*border-color: buttonBorder__disabled
			background: buttonBackground__disabled
			color: buttonColor__disabled*/
  color: #9d9fa1 !important;
  border: 2px solid #c3c9d5;
  background-color: #e3e7f0;
  line-height: 40px;
/*border-top: none
			border-bottom: none*/
  text-align: center;
  font-size: 18px;
  font-weight: 400;
/*border-left: 2px solid button2Border*/
/*&:first-of-type
				border-left none*/
}
.pageNavigation_item__previous > a:before,
.pageNavigation_item__next > a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.pageNavigation_item__previous > a:before {
  border-right: 10px solid #292c31;
}
.pageNavigation_item__previous a:hover:before {
  border-right: 10px solid #292c31;
}
.pageNavigation_item__next > a:before {
  border-left: 10px solid #292c31;
}
.pageNavigation_item__next a:hover:before {
  border-left: 10px solid #292c31;
}
.pageNavigation_item__extreme {
  padding: 0;
  width: auto;
  height: 40px;
  line-height: 40px;
  color: #292c31;
  font-weight: 700;
  text-align: center;
/*margin-left: 1px*/
}
.pageNavigation_item__extreme > a {
  padding: 0 30px;
  color: #141617;
  font-size: 16px !important;
}

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


/****** FILE: themes/comp1/css/component/photoGrid.css *****/
.photoGrid {
  zoom: 1;
  margin-right: -21px;
}
.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_itemLink.nocaption div {
  width: 200px;
  height: 140px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
  -webkit-transition: background-size 1s;
  transition: background-size 1s;
  background-size: auto 100%;
  background-position: center;
}
.photoGrid_itemLink.nocaption div img {
  display: none;
}
.photoGrid_itemLink.nocaption div:hover {
  background-size: auto 120%;
}
.photoGrid_itemCaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -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: #292c31;
  word-break: break-all;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 18px;
}
.photoGrid_itemCaption span {
  background-color: #c3c9d5;
  padding: 8px;
}
.photoGrid_itemCaption:after {
  content: "";
  background-image: url("/themes/comp1/img/imgzoom.png");
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 1px 2px 8px rgba(55,53,58,0.32);
}
.photoGrid_item:hover .photoGrid_itemCaption {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -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: 100%;
  min-width: 1220px;
  padding: 32px 0 20px;
  margin: 0 auto;
  background: #292c31;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_content {
  width: 1180px;
  margin: 0 auto;
  padding: 0 -webkit-calc((1220px - 1185px)/2);
  padding: 0 calc((1220px - 1185px)/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 {
  max-width: 900px;
  width: 900px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_center {
  max-width: 380px;
}
.footer_right {
  max-width: 280px;
}
.footer_sitemap {
  margin-bottom: 16px;
}
.footer_copyright {
  margin-bottom: 0px;
  color: #c3c9d5;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-align: right;
}
.footer a {
  color: #fff;
  text-decoration: underline;
}
.footer a:hover {
  color: #c3c9d5;
  text-decoration: none;
}
a.footer_totallyNotALink {
  color: inherit;
  text-decoration: none;
}
a.footer_totallyNotALink:hover {
  color: inherit;
}
a.footer_totallyNotALink > span {
  color: #fff;
  text-decoration: underline;
}
a.footer_totallyNotALink:hover > span {
  color: #c3c9d5;
}

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


/****** FILE: themes/comp1/css/component/breadcrumbs.css *****/
.breadcrumbs {
  margin-bottom: 46px;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #292c31;
}
.breadcrumbs a {
  color: #3d4d64;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #5e6d80 !important;
}
.breadcrumbs a:visited {
  color: #3d4d64;
}
.breadcrumbs_separator {
  color: #92a1b4;
  padding: 0 3px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

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


/****** FILE: themes/comp1/css/component/fileList.css *****/
.fileList {
  margin: 30px 0;
}
.fileList_item {
  min-height: 27px;
  margin-bottom: 6px;
  overflow: hidden;
}
.fileList_info {
  padding: 6px 0 0 0;
}
.fileList_info > span {
  color: #9d9fa1;
}
.fileList_info > a {
  color: #3d4d64;
}
.fileList_info > a:hover {
  color: #5e6d80;
}
.fileList_icon {
  float: left;
  width: 25px;
  height: 32px;
  background-size: 25px 30px;
  background-size: cover;
  background-position: 0px;
  background-repeat: no-repeat;
  margin-right: 15px;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.fileList_icon__arc,
.fileList_icon__zip,
.fileList_icon__rar {
  background-image: url("/themes/comp1/img/svg/files/archive.svg");
}
.fileList_icon__mp3 {
  background-image: url("/themes/comp1/img/svg/files/audio.svg");
}
.fileList_icon__jpg,
.fileList_icon__png {
  background-image: url("/themes/comp1/img/svg/files/picture.svg");
}
.fileList_icon__mkv {
  background-image: url("/themes/comp1/img/svg/files/video.svg");
}
.fileList_icon__txt {
  background-image: url("/themes/comp1/img/svg/files/txt.svg");
}
.fileList_icon__doc,
.fileList_icon__docx {
  background-image: url("/themes/comp1/img/svg/files/text.svg");
}
.fileList_icon__pdf {
  background-image: url("/themes/comp1/img/svg/files/pdf.svg");
}
.fileList_icon__pps {
  background-image: url("/themes/comp1/img/svg/files/other.svg");
}
.fileList_icon__ppt {
  background-image: url("/themes/comp1/img/svg/files/other.svg");
}
.fileList_icon__xls,
.fileList_icon__xlsx {
  background-image: url("/themes/comp1/img/svg/files/excel.svg");
}

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


/****** FILE: themes/comp1/css/component/headline.css *****/
.headline {
  width: 1220px;
  padding: 0 -webkit-calc((1220px - 1185px)/2);
  padding: 0 calc((1220px - 1185px)/2);
  margin: 0 auto;
  background-color: #fbfafb;
}
.headline_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  width: 1180px;
  margin: 0 auto;
}
.headline_item {
  position: relative;
  cursor: pointer;
  color: #3d4d64;
}
.headline_item:not(.headline_item__right) + .headline_item__right {
  margin-left: auto;
}
.headline_item:hover,
.headline_item__active {
  color: #5e6d80;
}
.headline_itemTitle {
  display: block;
  padding: 0 16px;
  line-height: 56px;
  color: inherit;
}
.headline_itemTitle img {
  margin-right: 8px;
}
.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: 8px;
}
.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: 8px;
}
.headline_itemDropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background-color: #f0f0f0;
  z-index: 100;
}
.headline_itemDropdown__right {
  left: auto;
  right: 0;
}
.headline_itemDropdown__search {
  width: 370px;
  padding: 16px;
}
.headline_itemDropdown__login {
  width: 290px;
  padding: 16px;
}

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


/****** FILE: themes/comp1/css/component/sideWidget.css *****/
.sideWidget {
  margin-bottom: 40px;
}
.sideWidget_header {
  height: 40px;
  line-height: 40px;
  background: #5e6d80;
  padding-left: 0;
}
.sideWidget_heading {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "PT Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
  color: #fff;
}
.sideWidget_content {
  padding: 8px 0 16px 0;
}
.sideWidget_content__second {
  background-color: #c3c9d5;
  border-width: 0;
  border-style: solid;
  padding-top: 0;
  padding-bottom: 0;
  border-color: #dedede;
}
.sideWidget_contentInner {
  padding: 0 16px;
}
.sideWidget_item:not(.sideWidget_item__first) {
  margin-top: 8px;
}
.sideWidget_item:not(.sideWidget_item__last) {
  border-bottom: 2px solid #c3c9d5;
  padding-bottom: 22px;
}
.sideWidget_item__second {
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: 2px solid #dadfe8 !important;
}
.sideWidget_item__second.sideWidget_item__last {
  border-bottom: 0 !important;
  padding-bottom: 22px;
}
.sideWidget_item__second:not(.sideWidget_item__second__first) {
  margin-top: 0;
}
.sideWidget_itemHeading {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 28px;
  margin-top: 20px;
}
.sideWidget_item__second .sideWidget_itemHeading {
  margin-top: 5px;
}
.sideWidget_itemImage + .sideWidget_itemHeading {
  margin-top: 12px;
}
.sideWidget_itemHeading > a {
  color: #3d4d64;
}
.sideWidget_itemHeading > a:hover {
  color: #5e6d80;
}
.sideWidget_itemDate {
  display: block;
  font-size: 0.875rem;
  font-weight: 300;
  margin-top: 12px;
}
.sideWidget_item__second .sideWidget_itemDate {
  margin-left: -16px;
  margin-top: 25px;
  height: 40px;
  line-height: 40px;
  background-color: #dadfe8;
  padding: 0 16px;
  color: #292c31;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
}
.sideWidget_header + .sideWidget_itemImage,
.sideWidget_itemDate + .sideWidget_itemImage,
.sideWidget_itemHeading + .sideWidget_itemImage,
.sideWidget_itemImage + .sideWidget_itemImage {
  margin-top: 8px;
}
.sideWidget_itemImage a {
  display: block;
}
.sideWidget_itemImage img,
.sideWidget_itemImage div {
  width: 100%;
  display: block;
  width: 272px;
  height: 170px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
  -webkit-transition: background-size 1s;
  transition: background-size 1s;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.widget5 .sideWidget_itemImage img,
.widget5 .sideWidget_itemImage div {
  height: 64px;
}
.sideWidget_itemImage img:hover,
.sideWidget_itemImage div:hover {
  background-size: auto 120%;
}
.widget5 .sideWidget_itemImage img:hover,
.widget5 .sideWidget_itemImage div:hover {
  background-size: auto 100%;
}
.sideWidget_itemContent {
  margin-top: 10px;
  color: #292c31;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.sideWidget_showMore {
  background: #e3e7f0;
  height: 40px;
  line-height: 40px;
  padding-left: 16px;
  color: #3d4d64;
  font-weight: 400;
  margin-top: 0;
  font-size: 14px;
}
.widgetHolder-BannerWidget .sideWidget_showMore {
  margin-top: 8px;
}
.sideWidget_showMore:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background-image: url("data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH/2wBDAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH/wAARCAAJAAkDAREAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAACAQJ/8QAJRAAAgIABQIHAAAAAAAAAAAABQYEBwABAgMICRIWM1d0l7TW/8QAGQEAAQUAAAAAAAAAAAAAAAAABAABAwYH/8QAJREAAgEEAQIHAQAAAAAAAAAAAQIDAAQREhMhUwUUMXGSk8HS/9oADAMBAAIRAxEAPwDZ/nEz9QMQtJm+BCUELb9N2re1QW1VNl3KTsdpce05lEDlkorVUFAMgpiBk1SX+E4sMVRDL2yYJ5n4kqAOm6tBslsCzgm4KcDeYM0cIjWPK5IdZDIrCTQRlAXLYAU5IqrXTXgVdVhDcq8XG8hdm69CpjCEFNi4ZgoUE5yBS08T9RT0r4sfI1h/m8Ca+Hdy6+EdT7Xnbt/sk/im3I86D7rX9KZgIeje36KKqrDUq//Z");
  background-repeat: no-repeat;
}
.sideWidget_showMore > a {
  color: #3d4d64;
}
.sideWidget_showMore > a:hover {
  color: #5e6d80;
}

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


/****** FILE: themes/comp1/css/component/sideMenu.css *****/
.sideMenu {
  font-family: "PT Sans", sans-serif;
  padding: 0;
  background: #dadfe8;
}
.sideMenu_firstLevel,
.sideMenu_secondLevel {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.sideMenu_firstLevelItem {
  margin: 0;
  padding: 0;
  display: block;
  border-bottom: 2px solid #c3c9d5;
/*&:hover .sideMenu_firstLevelItemLink
			box-shadow: 2px 4px 10px rgba(61, 77, 100, 0.32);*/
}
.sideMenu_firstLevelItem__last {
  border-bottom: 0;
}
.sideMenu_firstLevelItemLink {
  display: block;
  padding: 11px 16px 12px 13px;
  border-left: 4px solid #dadfe8;
  font-weight: 400;
  line-height: 24px;
  color: #3d4d64;
  text-decoration: none;
  background: #dadfe8;
  font-size: 1.25rem;
}
.sideMenu_firstLevelItemLink:hover {
  background-color: #154786;
  border-left: 4px solid #154786;
  z-index: 10;
  box-shadow: 2px 4px 10px rgba(61,77,100,0.32);
  color: #fff;
}
.sideMenu_firstLevelItemLink__section,
.sideMenu_firstLevelItemLink__section:hover {
  border-left: 4px solid #3775c4;
  box-shadow: unset;
  background-color: #dadfe8;
  color: #292c31;
}
.sideMenu_secondLevelItem {
  margin: 0;
  padding: 0;
  display: block;
  padding: 5px 20px 5px 24px;
  background: #c3c9d5;
}
.sideMenu_secondLevelItem:first-child {
  padding-top: 15px;
}
.sideMenu_secondLevelItem:last-child {
  padding-bottom: 15px;
}
.sideMenu_secondLevelItemLink {
  display: block;
  font-weight: 400;
  line-height: 20px;
  color: #3d4d64;
  font-size: 1rem;
}
.sideMenu_secondLevelItemLink:hover:not(.sideMenu_secondLevelItemLink__section) {
  color: #5e6d80;
}
.sideMenu_secondLevelItemLink__section {
  color: #292c31;
}
.sideMenu_thirdLevel {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  margin-top: 16px;
  background: sideMenuStyleTSLBackground;
}
.sideMenu_thirdLevelItem {
  margin: 0;
  padding: 0;
  border-left: 4px solid;
  border-color: #3775c4;
  padding-left: 14px;
  padding-bottom: 4px;
  padding-top: 4px;
}
.sideMenu_thirdLevelItem__first {
  padding-top: 0;
}
.sideMenu_thirdLevelItem__last {
  padding-bottom: 0;
}
.sideMenu_thirdLevelItemLink {
  display: block;
  font-weight: 400;
  line-height: 20px;
  color: #3d4d64;
  font-size: 1rem;
}
.sideMenu_thirdLevelItemLink:hover:not(.sideMenu_thirdLevelItemLink__section) {
  color: #5e6d80;
}
.sideMenu_thirdLevelItemLink__section {
  color: #292c31;
}

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


/****** FILE: themes/comp1/css/component/contacts.css *****/
.contacts_header {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 36px;
}
.contacts_item {
  position: relative;
  padding-left: 24px;
  display: block;
  margin-bottom: 16px;
  font-size: 1rem;
}
footer .contacts_item {
  float: left;
  padding: 45px 0 0 0;
  margin: 0 100px 0 0;
  position: relative;
  width: 33%;
}
footer .contacts_item.contacts_item__phone {
  margin: 0 !important;
}
.contacts__footer .contacts_item {
  font-weight: 300;
  color: #fff;
}
.contacts_icon {
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  fill: #5e6d80;
}
.header .contacts_icon {
  top: 0;
  fill: #fff;
}
.header .contacts_icon.address {
  width: 21px;
  height: 28px;
  left: 2px;
}
.header .contacts_icon.mail {
  top: 2px;
  left: 0;
  width: 25px;
  height: 20px;
}
.header .contacts_icon.phone {
  left: 2px;
  width: 20px;
  height: 32px;
}
footer .contacts_icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  fill: #c3c9d5;
}
.contacts__print .contacts_icon {
  fill: #000;
}
.contacts_icon__address {
  height: 20px;
}

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


/****** FILE: themes/comp1/css/component/popup.css *****/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.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;
  }
}

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


/****** FILE: themes/comp1/css/component/typography.css *****/
.typography {
  font-family: "PT Sans", sans-serif;
  color: #292c31;
  line-height: 26px;
}
.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 15px;
}
.typography blockquote,
.typography_blockquote {
  margin: 15px 0 15px 30px;
  font-style: italic;
}
.typography a,
.typography_a {
  color: #3d4d64;
  text-decoration: underline;
}
.typography a:visited,
.typography_a:visited {
  color: #878c94;
  text-decoration: underline;
}
.typography a:hover,
.typography_a:hover {
  color: #5e6d80;
  text-decoration: none;
}
.typography a:active,
.typography_a:active {
  color: #3d4d64;
  text-decoration: none;
}
.typography ul,
.typography ol,
.typography_ul,
.typography_ol {
  margin: 15px 0 15px 80px;
  padding: 0 0 0 20px;
  overflow: hidden;
}
.typography ul > ul,
.typography ol > ol,
.typography_ul > .typography_ul,
.typography_ol > .typography_ol {
  margin: 0 5px;
}
.typography ul {
  padding: 0;
}
.typography ul > li {
  position: relative;
  list-style: none;
  padding-left: 21px;
}
.typography ul > li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  display: block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAALVBMVEX///9ebYBebYBebYBebYBebYBebYBebYBebYBebYBebYBebYBebYBebYBebYAe5p6gAAAADnRSTlMAESIzRGZ3iJmqu8zd7gKjCLQAAABwSURBVBjTXY9BEsMgDMTkQFIMQf9/bi8JTLtHzXi9AgDqPQpvjgpNP1ACIPrMVGfmzACqO7MC5AbJC8Z1jQfUVEfAMXS2wlQ9AS7Vwb3AqXpTm9rXSQW62s9VSvT9tvE/rABHn+1nOlEeuaixjLf+FwYCB5ClB/JAAAAAAElFTkSuQmCC") no-repeat;
}
.typography li,
.typography_li {
  margin: 0 0 5px;
}
.typography h1,
.typography_h1 {
  font-family: "PT Sans", sans-serif;
  font-size: 3.25rem;
  line-height: 1;
  font-weight: 400;
  color: #292c31;
  margin: 0 0 38px;
}
.typography h2,
.typography_h2 {
  font-family: "PT Sans", sans-serif;
  font-size: 2.75rem;
  line-height: 1;
  font-weight: 400;
  color: #292c31;
  margin: 33px 0 32px;
}
.typography h3,
.typography_h3 {
  font-family: "PT Sans", sans-serif;
  font-size: 2.125rem;
  color: #37353a;
  font-weight: 400;
  margin: 33px 0 32px;
}
.typography h4,
.typography_h4 {
  font-family: "PT Sans", sans-serif;
  font-size: 1.5rem;
  color: #292c31;
  font-weight: 400;
  margin: 33px 0 32px;
}
.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: 20px 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: #dadfe8;
  border: 2px solid #c3c9d5;
  padding: 10px 13px;
}
.typography table td,
.typography_table td {
  border: 2px solid #c3c9d5;
  padding: 10px 13px;
  vertical-align: top;
  font-size: 1rem;
  background-color: #e3e7f0;
}
.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: 10px;
  margin-bottom: 8px;
}
.typography img.left {
  float: left;
  margin-right: 10px;
  margin-bottom: 8px;
}
.typography img.leftAlone {
  float: left;
  margin-right: 100%;
  margin-bottom: 8px;
}
.typography img.leftAlone {
  display: block;
  float: none;
  margin: 5px auto 8px;
}

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


/****** FILE: themes/comp1/css/component/mainMenu.css *****/
.mainMenu {
  zoom: 1;
  min-width: 1220px;
  width: 100%;
  box-sizing: border-box;
/*border-bottom:4px solid #c4cad6;*/
  min-height: 52px;
  height: 52px;
  background-color: #e3e7f0;
  display: block;
  overflow: hidden;
  position: relative;
}
.mainMenu:after,
.mainMenu:before {
  content: "";
  display: table;
}
.mainMenu:after {
  clear: both;
}
.mainMenu:after {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #c4cad6;
  position: absolute;
  left: 0;
  bottom: 0;
  content: " ";
  z-index: 0;
}
.mainMenu_firstLevel {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  width: 1180px;
  padding: 0 -webkit-calc((1220px - 1185px)/2);
  padding: 0 calc((1220px - 1185px)/2);
  height: 52px;
}
.mainMenu_firstLevelItem {
  margin: 0;
  padding: 0;
  float: left;
  height: 52px;
  margin: 0 16px 0 0;
  z-index: 10;
  position: relative;
}
.mainMenu_firstLevelItemLink {
  display: block;
  padding: 0;
  min-width: 176px;
  text-align: center;
  color: #3d4d64;
  font-family: "PT Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 52px;
  border-bottom: 4px solid #154786;
  box-sizing: border-box;
  height: 52px;
}
.mainMenu_firstLevelItemLink:hover {
  color: #fff;
  background: #154786;
  border-bottom: 4px solid #154786;
  box-shadow: 2px 4px 10px rgba(61,77,100,0.32);
}
.mainMenu_firstLevelItemLink__section,
.mainMenu_firstLevelItemLink__section:hover {
  color: #5e6d80;
  border-bottom: 4px solid #3775c4;
  background: #e3e7f0;
  box-shadow: inherit;
}

/*# 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: #0b0b0b;
  opacity: 0.8;
}
.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;
  }
}

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


