@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,700&subset=latin,cyrillic);
/**
* 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.
   */
[hidden] {
  display: none; }

/**
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
*/
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.6666666667em 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: 0; }

/**
* 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'] {
  box-sizing: content-box; }

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

html, button, input, select, textarea {
  color: #000; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

audio, canvas, img, video {
  vertical-align: middle; }

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

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

/* Base Styles */
html {
  height: 100%;
  line-height: 1; }

.page {
  height: 100%;
  min-height: 100%;
  line-height: 1;
  font-family: 'Open Sans', "Helvetica CY", "Nimbus Sans L", sans-serif; }

.page__content {
  min-height: 500px;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.4117647059; }

/* Typography*/
h1, h2, h3, h4, h5, h6, .g-title, .b-empty__title, .g-subtitle {
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 1.5;
  color: #000;
  font-family: 'Open Sans';
  font-weight: bold; }

.g-title, .b-empty__title {
  display: block;
  font-size: 1.5rem; }
  @media screen and (min-width: 992px)  {
    .g-title, .b-empty__title {
      font-size: 30px;
      font-size: 1.875rem; } }

.g-subtitle {
  display: block;
  font-size: 1.375rem; }
  @media screen and (min-width: 992px)  {
    .g-subtitle {
      font-size: 26px;
      font-size: 1.625rem; } }

.g-brand-color {
  color: #5658ae; }

.g-bright-text {
  font-weight: 700;
  background: #fff100; }

/* Links */
a {
  color: #5658ae; }

/* Lists */
ul {
  list-style: disc outside; }

ol {
  list-style: decimal outside; }

ol, ul {
  margin-top: 0; }

ul ul, ul ol, ol ol, ol ul {
  margin: 12px 0 12px 30px; }

.g-clearlist, .h-mobile, .h-slider, .m-menu, .benefits, .steps, .slider__list, .b-partner, .partner-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

/* Blockquote */
blockquote {
  font-size: 120%;
  line-height: 1.6;
  font-style: italic;
  padding: 0 0 0 30px;
  border-left: 2px solid #5658ae; }

cite {
  display: block;
  font-size: 75%; }

/* Code */
code {
  padding: 2px 5px;
  margin: 0 2px;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #ccc;
  border-radius: 0; }

pre > code {
  display: block;
  padding: 10px 15px;
  white-space: pre; }

/* Spacing */
p {
  margin-top: 0; }

pre, blockquote, dl, figure, fieldset, table, p, ul, ol {
  margin-bottom: 24px; }

/* Misc */
hr {
  margin: 24px 0;
  border-width: 0;
  border-top: 1px solid #ccc; }

/* Transitions */
a, button, input[type="button"], input[type="submit"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea, select {
  -webkit-transition-property: border-color, color, background-color, box-shadow, -webkit-transform;
  -moz-transition-property: border-color, color, background-color, box-shadow, -moz-transform;
  transition-property: border-color, color, background-color, box-shadow, transform;
  -webkit-transition-duration: .2s;
  -moz-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }

/*Helper classes*/
.g-hidden {
  display: none !important;
  visibility: hidden; }

.g-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.g-invisible {
  visibility: hidden; }

.g-clearfix::after, .lt-ie9 .g-container::after, .lt-ie9 .b-header__container::after, .lt-ie9 .b-footer__inner::after, .lt-ie9 .g-row::after, .lt-ie9 .page__grid::after, .benefits::after, .steps::after, .slider__list::after, .b-partner::after {
  clear: both;
  content: "";
  display: table; }

.lt-ie9 .g-clearfix:before, .lt-ie9 .g-container:before, .lt-ie9 .b-header__container:before, .lt-ie9 .b-footer__inner:before, .lt-ie9 .g-row:before, .lt-ie9 .page__grid:before, .lt-ie9 .benefits:before, .lt-ie9 .steps:before, .lt-ie9 .slider__list:before, .lt-ie9 .b-partner:before, .lt-ie9 .g-clearfix:after, .lt-ie9 .g-container:after, .lt-ie9 .b-header__container:after, .lt-ie9 .b-footer__inner:after, .lt-ie9 .g-row:after, .lt-ie9 .page__grid:after, .lt-ie9 .benefits:after, .lt-ie9 .steps:after, .lt-ie9 .slider__list:after, .lt-ie9 .b-partner:after {
  content: "";
  display: table; }
.lt-ie9 .g-clearfix:after, .lt-ie9 .g-container:after, .lt-ie9 .b-header__container:after, .lt-ie9 .b-footer__inner:after, .lt-ie9 .g-row:after, .lt-ie9 .page__grid:after, .lt-ie9 .benefits:after, .lt-ie9 .steps:after, .lt-ie9 .slider__list:after, .lt-ie9 .b-partner:after {
  clear: both; }

/* Utilities */
.g-text-center {
  text-align: center; }

.g-text-left {
  text-align: left; }

.g-text-right {
  text-align: right; }

img.g-full-width, img.g-table, img.page__table, img.b-object__table {
  clear: both;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 0 0; }

.g-img-left {
  float: left;
  margin: 0 20px 9px 0;
  margin: 0 1.25rem 0.5625rem 0; }

.g-img-right {
  float: right;
  margin: 0 0 20px 9px;
  margin: 0 0 1.25rem 0.5625rem; }

.g-full-width, .g-table, .page__table, .b-object__table {
  width: 100%;
  box-sizing: border-box; }

.g-max-full-width, .g-img-left, .g-img-right {
  max-width: 100%;
  box-sizing: border-box; }

.g-as-table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed; }

.g-as-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.g-img-centered, .slider__img, .b-object__img, .b-partner__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto; }

.g-video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.g-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; }

.g-resp-text, .page__section {
  font-size: 0.875rem; }
  @media screen and (min-width: 768px)  {
    .g-resp-text, .page__section {
      font-size: 0.9375rem; } }
  @media screen and (min-width: 992px)  {
    .g-resp-text, .page__section {
      font-size: 17px;
      font-size: 1.0625rem; } }

.g-shadow-hover, .b-object {
  -webkit-transition-property: box-shadow, border-color;
  -moz-transition-property: box-shadow, border-color;
  transition-property: box-shadow, border-color;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease; }
  .g-shadow-hover:hover, .b-object:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.g-align, .csstransforms .slider__img.resized, .csstransforms .resized.b-object__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.g-valign, .slider__title, .b-object__title {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.g-truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.g-container, .b-header__container, .b-footer__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  box-sizing: border-box; }
  .g-container::after, .b-header__container::after, .b-footer__inner::after {
    clear: both;
    content: "";
    display: table; }

.g-container__inner {
  max-width: 980px; }

.g-row, .page__grid {
  margin-left: -10px;
  margin-right: -10px;
  display: block; }
  .g-row::after, .page__grid::after {
    clear: both;
    content: "";
    display: table; }

/*Default Grid*/
.g-column, .g-col, .page__col, .object-list__item, .b-partner__item, .b-footer__main, .b-footer__partners {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  min-height: 1px; }

@media screen and (min-width: 768px)  {
  .g-col--one-half {
    width: 50%; }
  .g-col--one-third {
    width: 33.3333333333%; }
  .g-col--two-thirds {
    width: 66.6666666667%; }
  .g-col--one-fourth {
    width: 25%; }
  .g-col--three-fourth {
    width: 75%; }
  .g-col--one-fifth {
    width: 20%; }
  .g-col--one-sixth {
    width: 16.6666666667%; } }

/* Buttons */
.g-btn {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 24px;
  height: 48px;
  line-height: 44px;
  padding: 0 15px;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #5658ae;
  border-radius: 0;
  border: 2px solid #000;
  cursor: pointer;
  box-sizing: border-box;
  outline: 0; }
  @media screen and (min-width: 1200px)  {
    .g-btn {
      font-size: 17px;
      font-size: 1.0625rem; } }
  .g-btn:hover, .g-btn:focus, .g-btn:active {
    color: #fff;
    box-shadow: inset 2px 2px 30px rgba(0, 0, 0, 0.1), 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  .g-btn:active {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px); }
  .g-btn:disabled {
    background: grey;
    box-shadow: none; }

.g-btn--alt {
  background: #fff100;
  color: #000 !important; }

.g-clearbutton, .h-mobile__btn, .b-header__btn, .h-hero__btn, .h-search__btn, .f-search__btn, .modal__close {
  display: inline-block;
  vertical-align: middle;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  outline: 0; }

.g-btn--long {
  padding: 12px 15px;
  white-space: normal;
  height: auto;
  line-height: 1.2; }

/* Forms */
/* Removes awkward default styles on some inputs for iOS */
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.g-input, .h-search__input, .f-search__input, .f-subscribe__input, .g-select, .b-filter__select, .g-textarea {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 12px;
  padding: 6px 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #000;
  box-shadow: none;
  box-sizing: border-box; }
  .g-input::-webkit-input-placeholder, .h-search__input::-webkit-input-placeholder, .f-search__input::-webkit-input-placeholder, .f-subscribe__input::-webkit-input-placeholder, .g-select::-webkit-input-placeholder, .b-filter__select::-webkit-input-placeholder, .g-textarea::-webkit-input-placeholder {
    color: #a6a5a5;
    text-overflow: ellipsis;
    font-style: italic; }
  .g-input::-moz-placeholder, .h-search__input::-moz-placeholder, .f-search__input::-moz-placeholder, .f-subscribe__input::-moz-placeholder, .g-select::-moz-placeholder, .b-filter__select::-moz-placeholder, .g-textarea::-moz-placeholder {
    color: #a6a5a5;
    text-overflow: ellipsis;
    font-style: italic; }
  .g-input:-moz-placeholder, .h-search__input:-moz-placeholder, .f-search__input:-moz-placeholder, .f-subscribe__input:-moz-placeholder, .g-select:-moz-placeholder, .b-filter__select:-moz-placeholder, .g-textarea:-moz-placeholder {
    color: #a6a5a5;
    text-overflow: ellipsis;
    font-style: italic; }
  .g-input:-ms-input-placeholder, .h-search__input:-ms-input-placeholder, .f-search__input:-ms-input-placeholder, .f-subscribe__input:-ms-input-placeholder, .g-select:-ms-input-placeholder, .b-filter__select:-ms-input-placeholder, .g-textarea:-ms-input-placeholder {
    color: #a6a5a5;
    text-overflow: ellipsis;
    font-style: italic; }
  .g-input:hover, .h-search__input:hover, .f-search__input:hover, .f-subscribe__input:hover, .g-input:focus, .h-search__input:focus, .f-search__input:focus, .f-subscribe__input:focus, .g-select:hover, .b-filter__select:hover, .g-select:focus, .b-filter__select:focus, .g-textarea:hover, .g-textarea:focus {
    border-color: #5658ae;
    outline: 0; }
  .g-input:focus, .h-search__input:focus, .f-search__input:focus, .f-subscribe__input:focus, .g-select:focus, .b-filter__select:focus, .g-textarea:focus {
    box-shadow: inset 0 0 4px rgba(86, 88, 174, 0.5); }
  .g-input:disabled, .h-search__input:disabled, .f-search__input:disabled, .f-subscribe__input:disabled, .g-select:disabled, .b-filter__select:disabled, .g-textarea:disabled {
    border-color: #ccc;
    box-shadow: inset 0 0 4px rgba(204, 204, 204, 0.8); }
  .g-input.error, .error.h-search__input, .error.f-search__input, .error.f-subscribe__input, .g-select.error, .error.b-filter__select, .g-textarea.error {
    border-color: red;
    box-shadow: inset 0 0 4px rgba(255, 0, 0, 0.5); }
    .g-input.error::-webkit-input-placeholder, .error.h-search__input::-webkit-input-placeholder, .error.f-search__input::-webkit-input-placeholder, .error.f-subscribe__input::-webkit-input-placeholder, .g-select.error::-webkit-input-placeholder, .error.b-filter__select::-webkit-input-placeholder, .g-textarea.error::-webkit-input-placeholder {
      color: red; }
    .g-input.error::-moz-placeholder, .error.h-search__input::-moz-placeholder, .error.f-search__input::-moz-placeholder, .error.f-subscribe__input::-moz-placeholder, .g-select.error::-moz-placeholder, .error.b-filter__select::-moz-placeholder, .g-textarea.error::-moz-placeholder {
      color: red; }
    .g-input.error:-moz-placeholder, .error.h-search__input:-moz-placeholder, .error.f-search__input:-moz-placeholder, .error.f-subscribe__input:-moz-placeholder, .g-select.error:-moz-placeholder, .error.b-filter__select:-moz-placeholder, .g-textarea.error:-moz-placeholder {
      color: red; }
    .g-input.error:-ms-input-placeholder, .error.h-search__input:-ms-input-placeholder, .error.f-search__input:-ms-input-placeholder, .error.f-subscribe__input:-ms-input-placeholder, .g-select.error:-ms-input-placeholder, .error.b-filter__select:-ms-input-placeholder, .g-textarea.error:-ms-input-placeholder {
      color: red; }

.g-input, .h-search__input, .f-search__input, .f-subscribe__input, .g-select, .b-filter__select {
  height: 48px; }

.g-textarea {
  min-height: 72px; }

.g-label {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600; }
  .g-label.error {
    color: red; }

.g-label__body {
  display: inline-block;
  margin-left: 10px;
  font-weight: normal; }

input[type="checkbox"], input[type="radio"] {
  display: inline; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.g-table th, .g-table td {
  padding: 12px 10px;
  padding: 0.75rem 0.625rem;
  border-bottom: 1px solid #ccc; }

/*Make table scrollable on small screens*/
.g-table-wrap {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  margin-bottom: 24px;
  border: 1px dashed #ddd; }
  .g-table-wrap table {
    margin-bottom: 0; }
    .g-table-wrap table th, .g-table-wrap table td {
      white-space: nowrap; }
  @media screen and (min-width: 768px)  {
    .g-table-wrap {
      border: none; }
      .g-table-wrap table th, .g-table-wrap table td {
        white-space: normal; } }

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?lbo6c7');
  src: url('../fonts/icomoon.eot?lbo6c7#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?lbo6c7') format('truetype'), url('../fonts/icomoon.woff?lbo6c7') format('woff'), url('../fonts/icomoon.svg?lbo6c7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal; }

[class^="icomoon-"], [class*=" icomoon-"] {
  font-family: 'icomoon' !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  width: 1em;
  margin-right: .2em;
  margin-left: .2em;
  text-align: center;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icomoon-down:before {
  content: "\e900"; }

.icomoon-arrow-right:before {
  content: "\e901"; }

.icomoon-arrow-left:before {
  content: "\e902"; }

.icomoon-up:before {
  content: "\e903"; }

.icomoon-close:before {
  content: "\e904"; }

.icomoon-check:before {
  content: "\e905"; }

.icomoon-twitter:before {
  content: "\e906"; }

.icomoon-facebook:before {
  content: "\e907"; }

.icomoon-phone:before {
  content: "\e908"; }

.icomoon-menu:before {
  content: "\e909"; }

.icomoon-search:before {
  content: "\e90a"; }

.icomoon-mail:before {
  content: "\e90b"; }

/*Site Header*/
.b-header {
  position: relative; }

.b-header__inner {
  width: 100%;
  padding: 18px 0;
  color: #fff;
  background: #383971; }
  @media screen and (min-width: 992px)  {
    .b-header__inner {
      padding: 40px 0; } }

.b-header__container {
  position: relative; }

.b-header--has-slider {
  height: 100%;
  max-height: 1020px; }
  .b-header--has-slider .b-header__inner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    background: none; }

/*Site Logo*/
.h-logo {
  float: left;
  width: 122px;
  height: 59px;
  margin-right: 10px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-image: url(../img/logo-ukr.png);
  background-repeat: no-repeat;
  background-size: 100% 100%; }

.h-logo--ru {
  background-image: url(../img/logo-ru.png); }

.h-logo--en {
  background-image: url(../img/logo-eng.png); }

@media screen and (min-width: 768px)  {
  .h-logo {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); } }

@media screen and (min-width: 992px)  {
  .h-logo {
    width: 180px;
    height: 87px;
    background-size: unset; } }

@media screen and (min-width: 1200px)  {
  .h-logo {
    margin-right: 30px; } }

/*Header Lang Menu*/
.h-lang, .h-menu {
  float: left;
  list-style-type: none;
  padding: 9px 10px 0;
  margin: 0;
  font-size: 0;
  display: none; }

.h-lang__item {
  display: inline-block;
  margin-left: 5px;
  font-size: 0.8125rem; }
  .h-lang__item:first-child {
    margin-left: 0; }

.h-lang__link {
  display: inline-block;
  padding: 5px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase; }
  .h-lang__link:hover, .h-lang__link:active, .h-lang__link.current {
    background: #fff100;
    color: #000; }
  .h-lang__link.current {
    cursor: default; }

@media screen and (min-width: 768px)  {
  .h-lang, .h-menu {
    display: block; } }

@media screen and (min-width: 992px)  {
  .h-lang, .h-menu {
    padding: 15px 10px 0; }
  .h-lang__item {
    font-size: 18px;
    font-size: 1.125rem; } }

@media screen and (min-width: 1200px)  {
  .h-lang, .h-menu {
    padding: 15px 30px 0; } }

/*Header mobile buttons*/
.b-header__mobile {
  float: right;
  width: 100%;
  padding: 10px 10px 0;
  box-sizing: border-box; }

.h-mobile {
  text-align: justify;
  line-height: 0;
  font-size: 1px;
  text-align-last: justify; }
  .h-mobile:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden; }

.h-mobile__item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-align-last: center;
  line-height: 1;
  font-size: 18px; }

.h-mobile__btn, .b-header__btn {
  width: 38px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-size: 1.375rem; }
  .h-mobile__btn:hover, .b-header__btn:hover, .h-mobile__btn:active, .b-header__btn:active {
    color: #fff100; }

@media screen and (min-width: 768px)  {
  .b-header__mobile {
    padding: 0;
    width: auto; }
  .h-mobile {
    text-align: center;
    text-align-last: unset; }
    .h-mobile:after {
      display: none; }
  .h-mobile__item {
    margin-left: 10px; } }

@media screen and (min-width: 992px)  {
  .b-header__mobile {
    padding: 9px 0 0; } }

@media screen and (min-width: 1200px)  {
  .b-header__mobile {
    display: none; } }

/*Header Search & Menu buttons*/
.b-header__btn--search {
  display: none;
  float: left; }
  @media screen and (min-width: 1200px)  {
    .b-header__btn--search {
      display: inline-block;
      margin: 10px 0 0; } }

.b-header__btn--menu {
  float: right;
  margin-right: 10px; }
  @media screen and (min-width: 768px)  {
    .b-header__btn--menu {
      display: none; } }

/*Header desktop info*/
.b-header__info {
  display: none;
  float: right;
  padding-top: 18px;
  text-align: left;
  line-height: 1.28;
  font-weight: 600; }
  @media screen and (min-width: 1200px)  {
    .b-header__info {
      display: block; } }

.b-header__link {
  text-decoration: none;
  color: #fef780; }
  .b-header__link:hover, .b-header__link:active {
    color: #fff100; }

.b-header__link--mail {
  display: block;
  letter-spacing: 0.00625rem; }

/*Header fullpage slider*/
.b-header__slider {
  background: #697697;
  height: 100%;
  overflow: hidden; }
  .b-header__slider .bx-wrapper, .b-header__slider .bx-viewport {
    height: 100% !important; }

.h-slider {
  height: 100%; }

.h-slider__item {
  display: block;
  height: 100% !important;
  position: relative; }

.h-slider__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 51; }
  .h-slider__img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45); }

.h-slider__img--xl {
  display: none; }

@media screen and (min-width: 992px)  {
  .h-slider__img--sm {
    display: none; }
  .h-slider__img--xl {
    display: block; } }

.h-slider__inner {
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0;
  z-index: 52; }
  @media screen and (min-width: 768px)  {
    .h-slider__inner {
      bottom: 65px; } }

.h-slider__caption {
  margin-bottom: 0;
  color: #f2f2f2;
  text-align: right;
  font-style: italic;
  font-size: 0.625rem;
  line-height: 1.3; }
  @media screen and (min-width: 550px)  {
    .h-slider__caption {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 768px)  {
    .h-slider__caption {
      font-size: 0.9375rem; } }
  @media screen and (min-width: 992px)  {
    .h-slider__caption {
      font-size: 18px;
      font-size: 1.125rem; } }

/*Header slider hero*/
.h-hero {
  position: absolute;
  top: 50%;
  left: 0;
  padding-top: 80px;
  z-index: 60;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  font-size: 1.25rem; }
  .h-hero p {
    margin-bottom: 20px; }

.h-hero__title {
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase; }
  .h-hero__title b, .h-hero__title strong {
    font-weight: 700; }
  @media screen and (min-height: 320px)  {
    .h-hero__title {
      font-size: 1.5rem; } }
  @media screen and (min-width: 640px)  {
    .h-hero__title {
      font-size: 2rem; } }

.h-hero__btn {
  height: 46px;
  padding: 0 15px;
  line-height: 42px;
  color: #fff100;
  border: 2px solid #fff100;
  font-size: 1rem;
  text-decoration: none; }
  .h-hero__btn:hover, .h-hero__btn:active {
    border-color: #fff;
    color: #fff; }

@media screen and (min-width: 768px)  {
  .h-hero {
    padding-top: 0;
    font-size: 1.375rem; }
    .h-hero p {
      margin-bottom: 30px; }
  .h-hero__title {
    margin-bottom: 30px;
    font-size: 2.25rem; } }

@media screen and (min-width: 992px)  {
  .h-hero {
    font-size: 30px;
    font-size: 1.875rem; }
  p {
    margin-bottom: 35px;
    letter-spacing: 0.05rem; }
  .h-hero__title {
    font-size: 56px;
    font-size: 3.5rem;
    margin-bottom: 45px; }
  .h-hero__btn {
    height: 60px;
    line-height: 52px;
    border-width: 4px;
    font-size: 22px;
    font-size: 1.375rem; } }

/*Header search form*/
.b-header__search {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  z-index: 1010; }

.h-search {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px 30px;
  background: #5658ae;
  background: rgba(86, 88, 174, 0.9);
  position: relative; }

.h-search__input {
  padding-right: 48px;
  height: 48px;
  border: 2px solid #000;
  margin-bottom: 0; }
  .h-search__input:hover {
    border-color: #fff100; }
  .h-search__input:focus {
    box-shadow: inset 0 0 4px rgba(255, 241, 0, 0.5); }

.h-search__btn {
  height: 44px;
  width: 44px;
  line-height: 44px;
  position: absolute;
  top: 22px;
  right: 32px;
  font-size: 24px;
  font-size: 1.5rem; }
  .h-search__btn:hover, .h-search__btn:focus {
    color: #5658ae; }

/* Desktop Header Menu */
.h-menu__item {
  display: inline-block;
  font-size: 0.8125rem;
  padding: 0 7px;
  position: relative; }
  .h-menu__item:before {
    content: '';
    display: block;
    width: 1px;
    background: #ababab;
    position: absolute;
    top: 5px;
    left: 0;
    bottom: 5px; }
  .h-menu__item:first-child {
    padding-left: 0; }
    .h-menu__item:first-child:before {
      display: none; }
  .h-menu__item:last-child {
    padding-right: 0; }

.h-menu__link {
  display: inline-block;
  padding: 5px 0;
  color: #fff;
  font-weight: 600;
  text-decoration: none; }
  .h-menu__link:hover, .h-menu__link:active, .h-menu__link.current {
    color: #fff100; }
  .h-menu__link.current {
    cursor: default; }

@media screen and (min-width: 768px)  {
  .h-menu {
    display: block; } }

@media screen and (min-width: 880px) and (max-width: 990px)  {
  .h-menu {
    margin-right: 80px; } }

@media screen and (min-width: 992px)  {
  .h-menu__item {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 14px; } }

@media screen and (min-width: 1020px) and (max-width: 1079px)  {
  .h-menu {
    margin-right: 20px; } }

@media screen and (min-width: 1080px) and (max-width: 1199px)  {
  .h-menu {
    margin-right: 80px; } }

/*Mobile Menu*/
.page__panel {
  position: fixed;
  width: 256px;
  height: 100%;
  top: 0;
  right: -256px;
  z-index: 3200;
  overflow-x: hidden;
  overflow-y: auto;
  will-change: right;
  -webkit-transition: right .3s ease;
  -moz-transition: right .3s ease;
  transition: right .3s ease;
  background-color: #2d2d2d;
  background-image: -webkit-linear-gradient(top, #2d2d2d, #000);
  background-image: linear-gradient(to bottom,#2d2d2d, #000);
  border-left: 1px solid #fff100;
  box-sizing: border-box; }
  @media screen and (min-width: 768px)  {
    .page__panel {
      display: none; } }
  .page__panel.active {
    right: 0;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.8); }

.m-menu__link {
  display: block;
  padding: 10px 5px 10px 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #000;
  font-size: 1rem;
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
  font-weight: 600; }
  .m-menu__link:hover, .m-menu__link:active {
    color: #fff100; }
  .m-menu__link.current {
    color: #fff100; }

.m-menu__label {
  display: block;
  height: 44px;
  line-height: 44px;
  padding: 0 30px 0 12px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #000;
  font-size: 1.125rem;
  color: #bbb;
  font-weight: 600;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase;
  outline: 0; }

.m-menu__item:first-child .m-menu__label {
  border-top: none;
  position: relative; }
  .m-menu__item:first-child .m-menu__label:after {
    content: '\e904';
    font-family: 'icomoon';
    position: absolute;
    right: 12px; }

.m-menu__divider {
  display: block;
  border-top: 2px solid #000;
  border-bottom: 1px solid #ccc; }

/*Page*/
.page__section {
  padding: 20px 0;
  background: #fff; }
  @media screen and (min-width: 768px)  {
    .page__section {
      padding: 30px 0; } }
  @media screen and (min-width: 992px)  {
    .page__section {
      padding: 45px 0; } }

.page__section--compact {
  padding-top: 0;
  margin-top: -25px; }

.page__section--alt {
  background: #f2f2f2; }

.page__section--article p, .page__section--article ul, .page__section--article ol {
  margin-bottom: 20px; }

@media screen and (min-width: 992px)  {
  .page__section--object {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4; } }

/*Page Title*/
.page-title {
  display: block;
  width: 90%;
  max-width: 768px;
  margin: 0 auto 30px;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  color: #000;
  border-bottom: 3px solid #000;
  box-sizing: border-box;
  line-height: 1.3; }
  @media screen and (min-width: 768px)  {
    .page-title {
      font-size: 22px;
      font-size: 1.375rem; } }

.page-title__inner {
  display: inline-block;
  padding: 5px 10px;
  background: #fff100; }
  @media screen and (min-width: 768px)  {
    .page-title__inner {
      padding: 5px 30px; } }
  @media screen and (min-width: 992px)  {
    .page-title__inner {
      padding: 5px 70px; } }

.page-title__wrapper {
  width: 100%;
  padding: 3px 0;
  margin-bottom: 27px;
  background: #fff;
  z-index: 500;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: padding .3s ease-in;
  -moz-transition: padding .3s ease-in;
  transition: padding .3s ease-in; }
  .page-title__wrapper .page-title {
    margin-bottom: 0; }
  @media screen and (min-width: 768px)  {
    .page-title__wrapper.stuck {
      position: fixed;
      left: 0;
      top: 0; } }

/*Page Grid*/
@media screen and (min-width: 768px)  {
  .page__grid--2col > .page__col--left, .page__grid--2col-alt > .page__col--left {
    width: 33.3333333333%; }
  .page__grid--2col > .page__col--main, .page__grid--2col-alt > .page__col--main {
    width: 66.6666666667%; } }
@media screen and (min-width: 992px)  {
  .page__grid--2col > .page__col--left, .page__grid--2col-alt > .page__col--left {
    width: 21%; }
  .page__grid--2col > .page__col--main, .page__grid--2col-alt > .page__col--main {
    width: 79%; } }

@media screen and (min-width: 768px)  {
  .page__grid--2col-alt > .page__col--left {
    padding-top: 30px; }
  .page__grid--2col-alt > .page__col--main {
    float: right; } }

@media screen and (min-width: 992px)  {
  .page__grid--inner > .page__col--main {
    width: 66.6666666667%; }
  .page__grid--inner > .page__col--right, .page__grid--inner > .page__col--left {
    width: 33.3333333333%; } }

/*Table (object description)*/
.page__table {
  border: 2px solid #ccc;
  font-size: 0.75rem;
  color: #000; }
  @media screen and (min-width: 992px)  {
    .page__table {
      font-size: 15px;
      font-size: 0.9375rem;
      letter-spacing: -1px;
      letter-spacing: -0.05rem; } }
  .page__table th, .page__table td {
    padding: 6px 10px;
    border-bottom: 1px solid #ccc; }
  .page__table tbody tr:nth-child(odd) {
    background: #ebebeb; }
  .page__table tbody tr td:first-child {
    font-weight: 600; }

@media screen and (min-width: 992px)  {
  .page__table-wrap {
    float: left;
    width: 50%;
    margin: 0 15px 5px 0; }
    .page__table-wrap .page__table {
      margin-bottom: 0; } }

/*Breadcrumbs*/
/*Benefits Section*/
.benefits__item, .steps__item {
  float: left;
  width: 100%;
  box-sizing: border-box;
  min-height: 1px; }
  @media screen and (min-width: 768px)  {
    .benefits__item, .steps__item {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .benefits__item:last-child, .steps__item:last-child {
        margin-right: 0; }
      .benefits__item:nth-child(3n), .steps__item:nth-child(3n) {
        margin-right: 0; }
      .benefits__item:nth-child(3n+1), .steps__item:nth-child(3n+1) {
        clear: left; } }

.benefits__inner {
  text-align: center;
  line-height: 1; }
  @media screen and (min-width: 768px)  {
    .benefits__inner {
      margin-bottom: 0; } }

.benefits__img, .steps__img {
  display: block;
  width: 133px;
  height: 120px;
  margin: 0 auto 20px;
  position: relative; }
  .benefits__img svg, .steps__img svg {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

.benefits__caption {
  line-height: 1.25;
  font-size: 1.125rem; }
  @media screen and (min-width: 992px)  {
    .benefits__caption {
      font-size: 22px;
      font-size: 1.375rem; } }

.benefits__title {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 1.375rem; }

/*Slider*/
.slider .bx-wrapper {
  margin-bottom: 30px; }
  .slider .bx-wrapper .bx-pager, .slider .bx-wrapper .bx-controls-auto {
    bottom: -25px; }
  .slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: #aaabd6; }
    .slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .slider .bx-wrapper .bx-pager.bx-default-pager a.active, .slider .bx-wrapper .bx-pager.bx-default-pager a:active {
      background: #53559e; }
    @media screen and (min-width: 768px)  {
      .slider .bx-wrapper .bx-pager.bx-default-pager a {
        width: 15px; } }
    @media screen and (min-width: 992px)  {
      .slider .bx-wrapper .bx-pager.bx-default-pager a {
        width: 20px; } }

.slider--compact .bx-wrapper {
  margin-bottom: 40px; }
@media screen and (min-width: 1300px)  {
  .slider--compact .bx-wrapper .bx-prev {
    left: -10px; }
  .slider--compact .bx-wrapper .bx-next {
    right: -10px; } }

.slider__item {
  float: left;
  width: 100%;
  max-width: 380px;
  margin-right: 20px; }

.slider__link {
  display: block;
  text-decoration: none;
  color: #fff; }
  .slider__link:hover, .slider__link:active {
    color: #fff100; }
    .slider__link:hover .slider__img, .slider__link:hover .b-object__img, .slider__link:active .slider__img, .slider__link:active .b-object__img {
      opacity: .8; }

.slider__inner {
  max-width: 380px;
  margin: 0;
  position: relative; }

.slider__thumb, .b-object__thumb {
  position: relative;
  background: #ebebeb;
  overflow: hidden; }
  .slider__thumb:after, .b-object__thumb:after {
    content: '';
    display: block;
    padding-top: 65.7894736842%; }

.slider__img, .b-object__img {
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.csstransforms .slider__img.resized, .csstransforms .resized.b-object__img {
  right: auto;
  bottom: auto;
  max-width: none;
  max-height: none;
  margin: 0; }

.slider__caption, .b-object__caption {
  position: absolute;
  width: 100%;
  height: 72px;
  padding: 5px;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  line-height: 1.2;
  box-sizing: border-box; }

.slider__title, .b-object__title {
  display: inline-block;
  max-height: 62px;
  font-size: 1rem;
  letter-spacing: -1px;
  letter-spacing: -0.0375rem;
  overflow: hidden; }
  @media screen and (min-width: 768px)  {
    .slider__title, .b-object__title {
      font-size: 1rem; } }
  @media screen and (min-width: 992px)  {
    .slider__title, .b-object__title {
      font-size: 18px;
      font-size: 1.125rem; } }

.slider__popup:hover .slider__img, .slider__popup:hover .b-object__img, .slider__popup:active .slider__img, .slider__popup:active .b-object__img {
  opacity: .8; }

/*List of objects*/
.object-list {
  list-style-type: none;
  padding: 0;
  margin: 0 -10px;
  overflow: hidden; }
  @media screen and (min-width: 768px)  {
    .object-list {
      margin-bottom: 300px; } }

.object-list.loaded, .no-js .object-list {
  margin-bottom: 0; }

@media screen and (min-width: 640px)  {
  .object-list__item {
    width: 50%; }
    .object-list__item:nth-child(2n+1) {
      clear: left; } }
@media screen and (min-width: 992px)  {
  .object-list__item {
    width: 33.3333333333%; }
    .object-list__item:nth-child(2n+1) {
      clear: none; }
    .object-list__item:nth-child(3n+1) {
      clear: left; } }

/*Object (list block)*/
.b-object {
  max-width: 380px;
  margin: 0 auto 20px;
  line-height: 1; }

.b-object__link {
  display: block;
  text-decoration: none;
  color: #fff; }
  .b-object__link:hover, .b-object__link:active {
    color: #fff100; }
    .b-object__link:hover .b-object__img, .b-object__link:active .b-object__img {
      opacity: .8; }

.b-object__inner {
  margin: 0;
  position: relative; }

.b-object__tag {
  display: inline-block;
  height: 24px;
  padding: 0 20px;
  line-height: 24px;
  white-space: nowrap;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #000;
  background: #fff100;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2; }

.b-object__tag--alt {
  background: #5658ae;
  color: #fff; }

.b-object__caption {
  height: 56px; }

.b-object__title {
  max-height: 46px; }
  @media screen and (min-width: 992px)  {
    .b-object__title {
      font-size: 18px;
      font-size: 1.125rem; } }

.b-object__card {
  border: 2px solid #ccc;
  border-top: none;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: -1px;
  letter-spacing: -0.04375rem; }

.b-object__table {
  margin-bottom: 0;
  table-layout: fixed; }
  .b-object__table tbody td {
    padding: 10px 5px; }
    .b-object__table tbody td:first-child {
      font-weight: 700;
      letter-spacing: -0.03125rem; }
    .b-object__table tbody td:last-child {
      padding-left: 0; }
  .b-object__table tbody tr:nth-child(odd) td {
    background: #ebebeb; }

/*Page Partners List*/
.b-partner__item {
  padding: 0; }
  @media screen and (min-width: 768px)  {
    .b-partner__item {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .b-partner__item:last-child {
        margin-right: 0; }
      .b-partner__item:nth-child(3n) {
        margin-right: 0; }
      .b-partner__item:nth-child(3n+1) {
        clear: left; } }

.b-partner__inner {
  text-align: center; }

.b-partner__thumb {
  height: 100px;
  margin-bottom: 15px;
  position: relative; }

.b-partner__title {
  font-size: 0.9375rem;
  color: #5658ae; }
  @media screen and (min-width: 992px)  {
    .b-partner__title {
      font-size: 18px;
      font-size: 1.125rem; } }

.b-partner__link {
  text-decoration: none; }
  .b-partner__link:hover, .b-partner__link:active {
    text-decoration: underline; }

/*Sale Steps section*/
.steps__inner {
  text-align: center;
  line-height: 1; }

.steps__img svg {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.steps__caption {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4; }

.steps__num {
  display: block;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  line-height: 44px;
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  background: #fff100;
  position: absolute;
  bottom: 0;
  left: -18px; }

/*No objects - empty msg block*/
.b-empty {
  padding: 30px 0;
  max-width: 600px;
  margin: 0 auto;
  color: gray; }
  .b-empty p {
    font-size: 22px;
    font-size: 1.375rem;
    text-align: center; }

.b-empty__title {
  line-height: 1.1;
  text-align: center;
  color: gray; }

/*Scroll-up button*/
.scroll-up-btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #5658ae;
  background-color: #ddd;
  text-align: center;
  vertical-align: middle;
  outline: none;
  font-size: 24px;
  font-size: 1.5rem;
  position: fixed;
  right: 5px;
  bottom: 5px;
  opacity: .5;
  -webkit-transition: .3s opacity;
  -moz-transition: .3s opacity;
  transition: .3s opacity;
  z-index: 1000;
  cursor: pointer;
  display: none; }
  .scroll-up-btn:hover, .scroll-up-btn:active {
    opacity: .9; }

/*Filter*/
.b-filter__list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  line-height: 1; }

.b-filter__item {
  display: block; }
  @media screen and (min-width: 992px)  {
    .b-filter__item:first-child .b-filter__link {
      padding-left: 24px; } }

.b-filter__link {
  display: block;
  padding: 12px 20px;
  font-size: 1.125rem;
  text-decoration: none;
  color: #000;
  line-height: 1.2; }
  @media screen and (min-width: 992px)  {
    .b-filter__link {
      padding: 8px 20px 8px 40px;
      font-size: 21px;
      font-size: 1.3125rem; } }
  .b-filter__link:hover, .b-filter__link:active {
    color: #5658ae;
    background: #ebebeb; }
  .b-filter__link.current {
    color: #fff;
    background: #696bb6;
    cursor: default; }

.b-filter__list--main .b-filter__item {
  margin-bottom: 24px; }
.b-filter__list--main .b-filter__link {
  background: #ebebeb;
  font-size: 1.125rem; }
  @media screen and (min-width: 992px)  {
    .b-filter__list--main .b-filter__link {
      font-size: 19px;
      font-size: 1.1875rem;
      padding: 9px !important; } }

.b-filter__label {
  display: block;
  margin-bottom: 5px;
  line-height: 1.2;
  padding-left: 20px;
  font-size: 1.125rem; }
  @media screen and (min-width: 992px)  {
    .b-filter__label {
      font-size: 21px;
      font-size: 1.3125rem; } }

.b-filter__select {
  height: 44px;
  border: 2px solid #000; }

.selectric-b-filter__select .selectric-items ul, .selectric-b-filter__select .selectric-items li {
  font-size: 15px;
  font-size: 0.9375rem; }

/*Filter search form*/
.f-search {
  position: relative; }

.f-search__input {
  margin-bottom: 32px;
  height: 48px;
  border: 2px solid #000;
  padding-right: 48px; }

.f-search__btn {
  height: 44px;
  width: 44px;
  color: #000;
  position: absolute;
  top: 2px;
  right: 2px; }
  .f-search__btn:hover, .f-search__btn:active {
    color: #5658ae; }

/*Subscribe form*/
.f-subscribe {
  padding: 10px;
  margin-bottom: 24px;
  border: 2px solid #000;
  box-sizing: border-box;
  background: #fefbc0; }

.f-subscribe__title {
  display: block;
  margin-bottom: 20px;
  line-height: 1.25;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem; }

.f-subscribe__input {
  border-width: 2px;
  margin-bottom: 15px;
  height: 48px; }

.f-subscribe__btn {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  vertical-align: middle;
  box-sizing: border-box;
  height: 48px;
  border: 2px solid #000;
  line-height: 44px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  background: #fff100; }
  .f-subscribe__btn:hover, .f-subscribe__btn:active, .f-subscribe__btn:focus {
    box-shadow: inset 2px 2px 30px rgba(0, 0, 0, 0.1), 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    outline: 0; }

/*Counter*/
.b-count {
  max-width: 300px;
  margin: 0 auto; }

.b-count__title {
  display: block;
  margin-bottom: 24px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  text-align: center; }

.b-count__list {
  list-style-type: none;
  padding: 0;
  margin: 0 -5px 24px;
  font-size: 0; }

.b-count__item {
  display: inline-block;
  width: 25%;
  padding: 0 5px;
  box-sizing: border-box;
  line-height: 1;
  text-align: center; }

.b-count__inner {
  height: 58px;
  margin-bottom: 5px;
  background: #fff100;
  line-height: 58px;
  white-space: nowrap;
  position: relative;
  font-size: 42px;
  font-size: 2.625rem;
  z-index: 1; }
  .b-count__inner:before {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 100%;
    background: #fff;
    z-index: -1; }

.b-count__num {
  display: block;
  font-weight: 600;
  letter-spacing: -1px;
  letter-spacing: -0.075rem;
  color: #000; }

.b-count__name {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600; }

/*Site Footer*/
.b-footer {
  padding: 30px 0 15px;
  background: #212121;
  color: #fff; }

.b-footer__main, .b-footer__partners {
  padding: 0; }

.b-footer__partners {
  margin-bottom: 20px;
  text-align: center; }

@media screen and (min-width: 768px)  {
  .b-footer__partners {
    width: 65.0666666667%;
    margin-bottom: 0;
    text-align: left; }
  .b-footer__main {
    width: 33.3333333333%;
    margin-left: 1.6%; } }

@media screen and (min-width: 992px)  {
  .b-footer__partners {
    width: 56.7333333333%; }
  .b-footer__main {
    width: 41.6666666667%;
    margin-left: 1.6%; } }

.b-footer__title {
  display: block;
  margin-bottom: 15px;
  color: #fff;
  line-height: 1.1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600; }
  @media screen and (min-width: 1200px)  {
    .b-footer__title {
      font-size: 20px;
      font-size: 1.25rem; } }

/*Footer Main block*/
.b-footer__main {
  text-align: center; }
  .b-footer__main p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.4;
    letter-spacing: 0px;
    letter-spacing: -0.03125rem; }
    @media screen and (min-width: 1200px)  {
      .b-footer__main p {
        font-size: 18px;
        font-size: 1.125rem; } }

.f-social {
  list-style-type: none;
  padding: 0;
  font-size: 0;
  text-align: center; }

.f-social__item {
  display: inline-block;
  font-size: 36px;
  font-size: 2.25rem; }
  .f-social__item:first-child .f-social__link {
    color: #024f92; }

.f-social__link {
  text-decoration: none;
  color: #3ecbff; }
  .f-social__link:hover, .f-social__link:active {
    color: #fff100 !important; }

.b-footer__copyright {
  color: #ebebeb;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  text-align: center; }
  .b-footer__copyright a {
    color: #3ecbff;
    text-decoration: none; }
    .b-footer__copyright a:hover, .b-footer__copyright a:active {
      color: #fff100; }

/*Footer Partners block*/
.partner-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.partner-list__item {
  display: inline-block; }

.partner-list__link {
  display: block;
  margin: 10px 0; }

.no-flexbox .partner-list__link {
  padding: 0 15px; }

/*Modal Windows*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 3000;
  display: none; }

/*Loader*/
.overlay__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background: url('../img/loader.gif') center center no-repeat;
  z-index: 3200; }

.modal {
  position: absolute;
  display: none;
  box-sizing: border-box;
  width: 100%;
  max-width: 800px;
  background: #000;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 8px;
  z-index: 3100; }

.modal__content {
  border-radius: 0;
  background: #fff;
  padding: 20px 10px;
  margin: 0;
  font-size: 17px;
  font-size: 1.0625rem; }
  @media screen and (min-width: 640px)  {
    .modal__content {
      padding: 20px; } }
  .modal__content .g-btn {
    margin-bottom: 0; }

.modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  text-decoration: none;
  color: #5658ae; }

/*Animations*/
/*
==============================================
showItem
==============================================
*/
.showItem-1, .showItem-2, .showItem-3 {
  visibility: visible !important; }

.showItem-1 {
  -webkit-animation-name: showItem-1;
  -moz-animation-name: showItem-1;
  animation-name: showItem-1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease; }

.showItem-2 {
  -webkit-animation-name: showItem-2;
  -moz-animation-name: showItem-2;
  animation-name: showItem-2;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.showItem-3 {
  -webkit-animation-name: showItem-3;
  -moz-animation-name: showItem-3;
  animation-name: showItem-3;
  -webkit-animation-duration: 1.4s;
  -moz-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes showItem-1 {
  0% {
    -webkit-transform: scale(0.4);
    opacity: 0; }

  60% {
    -webkit-transform: scale(1.04); }

  80% {
    opacity: 1; }

  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes showItem-1 {
  0% {
    -moz-transform: scale(0.4);
    opacity: 0; }

  60% {
    -moz-transform: scale(1.04); }

  80% {
    opacity: 1; }

  100% {
    -moz-transform: scale(1); } }

@keyframes showItem-1 {
  0% {
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }

  60% {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04); }

  80% {
    opacity: 1; }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes showItem-2 {
  0% {
    -webkit-transform: scale(0.6);
    opacity: 0; }

  60% {
    -webkit-transform: scale(1.04); }

  80% {
    opacity: 1; }

  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes showItem-2 {
  0% {
    -moz-transform: scale(0.6);
    opacity: 0; }

  60% {
    -moz-transform: scale(1.04); }

  80% {
    opacity: 1; }

  100% {
    -moz-transform: scale(1); } }

@keyframes showItem-2 {
  0% {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0; }

  60% {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04); }

  80% {
    opacity: 1; }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes showItem-3 {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 0; }

  60% {
    -webkit-transform: scale(1.04); }

  80% {
    opacity: 1; }

  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes showItem-3 {
  0% {
    -moz-transform: scale(0.8);
    opacity: 0; }

  60% {
    -moz-transform: scale(1.04); }

  80% {
    opacity: 1; }

  100% {
    -moz-transform: scale(1); } }

@keyframes showItem-3 {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }

  60% {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04); }

  80% {
    opacity: 1; }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

/*Print Styles*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

/** BX Slider **/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.bx-viewport {
  -webkit-transform: translatez(0); }

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 15px;
  width: 100%;
  z-index: 55; }

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../img/loader.gif') center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

.bx-wrapper .bx-pager {
  text-align: center; }
  .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    display: block;
    width: 10px;
    height: 6px;
    margin: 0 5px;
    outline: 0; }
    .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:active {
      background: #fff100; }
    @media screen and (min-width: 768px)  {
      .bx-wrapper .bx-pager.bx-default-pager a {
        width: 40px;
        margin: 0 3px; } }
.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block; }
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0; }

.bx-wrapper .bx-prev {
  left: 0; }
.bx-wrapper .bx-next {
  right: 0; }
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 0;
  outline: 0;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  z-index: 100;
  background: #696bb6;
  background: rgba(86, 88, 174, 0.8);
  color: #fff;
  text-decoration: none;
  -webkit-transition-property: background, color, opacity;
  -moz-transition-property: background, color, opacity;
  transition-property: background, color, opacity;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-duration: .3s;
  font-size: 24px;
  font-size: 1.5rem; }
  .bx-wrapper .bx-controls-direction a.disabled {
    opacity: .3; }
    .bx-wrapper .bx-controls-direction a.disabled:hover, .bx-wrapper .bx-controls-direction a.disabled:active {
      opacity: .3;
      color: #fff;
      cursor: default; }
  .bx-wrapper .bx-controls-direction a:hover, .bx-wrapper .bx-controls-direction a:active {
    background: #5658ae;
    color: #fff100;
    opacity: 1; }

@media screen and (min-width: 992px)  {
  .bx-wrapper .bx-controls-direction a {
    top: 50%;
    margin-top: -30px; } }

@media screen and (min-width: 1200px)  {
  .bx-wrapper .bx-prev {
    left: -10px; }
  .bx-wrapper .bx-next {
    right: -10px; } }

@media screen and (min-width: 1300px)  {
  .bx-wrapper .bx-prev {
    left: -30px; }
  .bx-wrapper .bx-next {
    right: -30px; } }

/*Selectric*/
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  margin-bottom: 32px;
  border: 2px solid #000;
  background: #FFFFFF;
  position: relative;
  border-radius: 0; }

.selectric .label {
  display: block;
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  margin: 0 40px 0 20px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 40px;
  color: #000;
  -webkit-transition: border-color .15s ease-in;
  -moz-transition: border-color .15s ease-in;
  transition: border-color .15s ease-in; }

.selectric .button {
  border-radius: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 44px;
  height: 44px;
  color: #000;
  text-align: center;
  font: 0/0 a; }

.selectric .button:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top-color: #5658ae;
  border-bottom: none; }

.selectric-hover .selectric {
  border-color: #5658ae; }

.selectric-open {
  z-index: 99;
  box-shadow: inset 0 0 4px rgba(86, 88, 174, 0.8); }

.selectric-open .selectric {
  border-color: #5658ae;
  box-shadow: inset 0 0 4px rgba(86, 88, 174, 0.6);
  background: #fff; }

.selectric-open .selectric-items {
  display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  z-index: -1; }

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  min-height: 24px; }

.selectric-items li {
  display: block;
  padding: 8px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #ccc;
  color: #000;
  cursor: pointer; }

.selectric-items li.selected {
  background: #ebebeb;
  color: #5658ae; }

.selectric-items li:hover {
  background: #ebebeb;
  color: #5658ae; }

.selectric-items .disabled {
  display: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #000; }

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px; }

/*Simple Lightbox*/
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.85;
  display: none;
  z-index: 1006; }

.sl-wrapper {
  z-index: 1000; }
  .sl-wrapper button {
    border: 0 none;
    background: transparent;
    font-size: 24px;
    padding: 0;
    cursor: pointer; }
    .sl-wrapper button:hover {
      opacity: 0.7; }
  .sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    font-size: 30px;
    font-size: 1.875rem;
    color: #5658ae;
    outline: 0;
    z-index: 3015; }
  .sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 3015; }
  .sl-wrapper .sl-navigation {
    width: 100%;
    display: none; }
    .sl-wrapper .sl-navigation button {
      position: fixed;
      top: 50%;
      margin-top: -10px;
      height: 30px;
      width: 30px;
      line-height: 30px;
      text-align: center;
      display: block;
      z-index: 3015;
      font-family: arial sans-serif;
      font-size: 30px;
      font-size: 1.875rem;
      color: #5658ae;
      outline: 0; }
      .sl-wrapper .sl-navigation button.sl-next {
        right: 40px; }
      .sl-wrapper .sl-navigation button.sl-prev {
        left: 40px; }
  .sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 3000; }
    .sl-wrapper .sl-image img {
      margin: 0;
      padding: 0;
      display: block; }
    .sl-wrapper .sl-image iframe {
      border: 0 none;
      background: #000; }
    .sl-wrapper .sl-image .sl-caption {
      display: none;
      padding: 10px;
      color: #fff;
      background: #5658ae;
      opacity: 0.8;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-top {
        bottom: auto;
        top: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-outside {
        bottom: auto; }
    .sl-wrapper .sl-image .sl-download {
      display: none;
      position: absolute;
      bottom: 5px;
      right: 5px;
      color: #fff;
      z-index: 1005; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(.1);
    opacity: 0.0; }

  50% {
    opacity: 1; }

  100% {
    transform: scale(1.2);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    transform: scale(.1);
    opacity: 0.0; }

  50% {
    opacity: 1; }

  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-moz-keyframes pulsate {
  0% {
    transform: scale(.1);
    opacity: 0.0; }

  50% {
    opacity: 1; }

  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-o-keyframes pulsate {
  0% {
    transform: scale(.1);
    opacity: 0.0; }

  50% {
    opacity: 1; }

  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-ms-keyframes pulsate {
  0% {
    transform: scale(.1);
    opacity: 0.0; }

  50% {
    opacity: 1; }

  100% {
    transform: scale(1.2);
    opacity: 0; } }
