@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,300,400,600,700,800);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

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

@font-face {
    font-family: 'Muller';
    src: url(/fonts/MullerBold.eot);
    src: url(/fonts/MullerBold.eot?#iefix) format('embedded-opentype'),
    url(/fonts/MullerBold.woff2) format('woff2'),
    url(/fonts/MullerBold.woff) format('woff'),
    url(/fonts/MullerBold.ttf) format('truetype'),
    url(/fonts/MullerBold.svg#MullerBold) format('svg');
    font-weight: bold;
}

@font-face {
    font-family: 'Muller';
    src: url(/fonts/MullerBlack.eot);
    src: url(/fonts/MullerBlack.eot?#iefix) format('embedded-opentype'),
    url(/fonts/MullerBlack.woff2) format('woff2'),
    url(/fonts/MullerBlack.woff) format('woff'),
    url(/fonts/MullerBlack.ttf) format('truetype'),
    url(/fonts/MullerBlack.svg#MullerBlack) format('svg');
    font-weight: 800;
}

@font-face {

    font-family: 'Schlange';
    src: url(/fonts/SchlangeRegular.eot);
    src: url(/fonts/SchlangeRegular.eot?#iefix) format('embedded-opentype'),
    url(/fonts/SchlangeRegular.woff) format('woff'),
    url(/fonts/SchlangeRegular.ttf) format('truetype'),
    url(/fonts/SchlangeRegular.svg#SchlangeRegular) format('svg');
    font-weight: normal;
}

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

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

*,
*:before,
*:after {
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #222;
  position: relative; }

input,
select,
button,
textarea {
  appearance: none;
  background: none;
  outline: none; }
  input:hover, input:focus, input:active,
  select:hover,
  select:focus,
  select:active,
  button:hover,
  button:focus,
  button:active,
  textarea:hover,
  textarea:focus,
  textarea:active {
    outline: none;
    background: none; }

select::-ms-expand,
input::-ms-clear,
input::-ms-reveal {
  display: none; }

input::-webkit-inner-spin-button,
input::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  background-color: transparent;
  -webkit-appearance: none; }

input[type=number]::-webkit-inner-spin-button {
  opacity: 1; }

fieldset {
  display: block;
  padding: 0;
  margin: 0;
  border: none; }

.clearfix::after {
  display: table;
  content: '';
  clear: both; }

.section-block {
  padding: 5rem 0; }
  @media (max-width: 991px) {
    .section-block {
      padding: 3rem 0; } }

.separator-shadow {
  position: relative; }
  .separator-shadow::before {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2rem;
    opacity: .5;
    background-image: linear-gradient(to top, #eef1fb 3%, rgba(255, 255, 255, 0)); }

html {
  font-family: "Open Sans", "Arial", sans-serif !important;
  font-size: 16px;
  line-height: 1.5; }
  @media (max-width: 1279px) {
    html {
      font-size: 16px; } }
  @media (max-width: 991px) {
    html {
      font-size: 15px; } }
  @media (max-width: 767px) {
    html {
      font-size: 14px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Muller, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 1em; }

h1 {
  margin-top: 0;
  font-size: 4rem;
  line-height: 1.2; }

h2 {
  font-size: 3.5rem;
  line-height: 1.2; }

h3 {
  font-size: 2.5rem;
  line-height: 1.2; }

h4 {
  font-size: 2rem;
  line-height: 1.2; }

h5 {
  font-size: 1.5rem;
  line-height: 1.2; }

h6 {
  font-size: .875rem;
  line-height: inherit; }

.lead {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 3rem; }

p, ul, ol, pre, table, blockquote {
  margin-top: 0; }

ul ul, ol ol, ul ol, ol ul {
  margin-top: 1rem;
  margin-bottom: 0; }

hr {
  border-top: 1px solid #d4d6d7;
  border-bottom: transparent;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5rem; }

sub {
  bottom: -0.25rem; }

a:link {
  color: #3949e7;
  text-decoration: none; }

a:visited {
  color: #3949e7; }

a:hover {
  color: #0f1878; }

a:active {
  color: #3949e7; }

figure {
  margin: 2rem 0; }
  figure img {
    max-width: 100%;
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: .5rem; }

figcaption,
small {
  font-size: .875rem;
  line-height: 1.714285714; }

ul,
ol {
  padding-left: 2rem; }

ul li,
ol li,
dl dd {
  margin-bottom: 1rem; }

dl dd {
  margin-left: 0; }

ul {
  list-style: none; }
  ul li {
    position: relative; }
    ul li::before {
      content: "";
      position: absolute;
      display: block;
      background: #3949e7;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      left: -1rem;
      top: .5rem; }

ol {
  counter-reset: li-count;
  list-style-type: none; }
  ol li {
    position: relative; }
    ol li::before {
      counter-increment: li-count;
      content: counter(li-count) ".";
      position: absolute;
      display: block;
      top: 0;
      left: -2rem;
      width: 1.5rem;
      color: #3949e7;
      font-weight: bold;
      text-align: right; }
  ol ol {
    counter-reset: inner-li-count; }
    ol ol li::before {
      counter-increment: inner-li-count;
      content: counter(li-count) "." counter(inner-li-count);
      top: .2rem;
      font-size: .85rem; }

ul ul {
  list-style: none; }
  ul ul li::before {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    left: -.75rem;
    top: .65rem; }

.list-unstyled {
  padding-left: 0; }
  .list-unstyled li::before {
    display: none; }

dl dt {
  margin-bottom: 0.4rem;
  font-weight: bold; }

blockquote {
  font-weight: 300;
  font-style: italic;
  padding-right: 32px;
  padding-left: 16px;
  border-left: 1px solid #3949e7;
  margin: 0; }

time {
  color: #6a6a6a;
  font-size: .75rem;
  line-height: 2;
  text-transform: uppercase; }

.signature {
  font-weight: bold;
  font-size: .75rem;
  line-height: 2; }

table {
  font-size: .875rem;
  line-height: 1.714285714;
  width: 100%;
  margin-bottom: 2rem;
  border-spacing: 0;
  border-collapse: collapse; }
  table thead {
    font-size: .85rem;
    text-align: left; }
  table tbody tr:nth-child(odd) {
    background: #EAEFFC; }
  table tr {
    min-height: 40px;
    border-top: 1px solid #d4d6d7; }
    table tr:last-child {
      border-bottom: 1px solid #d4d6d7; }
  table td, table th {
    padding: 8px 20px;
    line-height: 24px;
    box-sizing: border-box;
    margin: 0;
    vertical-align: top; }
    table td:last-child, table th:last-child {
      padding-right: 40px; }
    table td:first-child, table th:first-child {
      padding-left: 40px; }

address {
  font-style: normal; }

[data-icon]:before {
  font-family: "icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-social-facebook:before {
  content: "\63"; }

.icon-arrow:before {
  content: "\66"; }

.icon-social-instagram:before {
  content: "\6b"; }

.icon-social-ok:before {
  content: "\6c"; }

.icon-social-vk:before {
  content: "\62"; }

.icon-social-twitter:before {
  content: "\68"; }

.icon-social-youtube:before {
  content: "\61"; }

.icon-upload:before {
  content: "\69"; }

.icon-apple:before {
  content: "\64"; }

.icon-microsoft:before {
  content: "\65"; }

.icon-search:before {
  content: "\67"; }

.icon-social-telegram:before {
  content: "\6a"; }

.icon-corner-right:before, .pagination li a[rel="next"]:before, .pagination li.disabled:last-of-type:before {
  content: "\6d"; }

.icon-corner-down:before {
  content: "\6e"; }

.icon-corner-left:before, .pagination li.disabled:before,
.pagination li a[rel="prev"]:before {
  content: "\6f"; }

.icon-corner-up:before {
  content: "\70"; }

.icon-error:before {
  content: "\71"; }

.icon-good:before {
  content: "\72"; }

.icon-close:before, .select2-container--default.select2 .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove:before, .select2-container--default.select2 .select2-selection__clear:before {
  content: "\73"; }

.icon-success:before, .checkbox input[type="checkbox"]:checked + label:before {
  content: "\74"; }

.icon-add-file:before {
  content: "\75"; }

.icon-copy:before {
  content: "\76"; }

.icon-google-play:before {
  content: "\77"; }

.icon-triangle:before, .select2-container--default.select2 .select2-selection__arrow b:before, .form-group .number-up:before,
.form-group .number-down:before {
  content: "\78"; }

.icon-download:before {
  content: "\79"; }

.icon-attach:before {
  content: "\41"; }

.icon-external-link:before {
  content: "\42"; }

.icon-settings:before {
  content: "\43"; }

.icon-remove:before {
  content: "\44"; }

.icon-arrow-left:before {
  content: "\46"; }

.icon-arrow-right:before {
  content: "\47"; }

.icon-triangle-down:before {
  content: "\48"; }

.icon-triangle-up:before {
  content: "\49"; }

.icon-calendar:before {
  content: "\4a"; }

.icon-image:before {
  content: "\7a"; }

.icon-user:before {
  content: "\4b"; }

.icon-circle-plus:before {
  content: "\45"; }

.icon-visible:before {
  content: "\4c"; }

.icon-hidden:before {
  content: "\4d"; }

.icon-file:before {
  content: "\4e"; }

.icon-menu:before {
  content: "\4f"; }

.icon-kebab:before {
  content: "\50"; }

.icon-add:before {
  content: "\51"; }

input {
  padding: 8px 16px 8px 16px;
  font-size: 14px;
  color: #222;
  line-height: 24px;
  background-color: #fff;
  border: 1px solid #d4d6d7;
  border-radius: 2px;
  transition: 0.3s ease;
  height: 40px; }
  input::-webkit-input-placeholder {
    color: #C1C3C4; }
  input:-ms-input-placeholder {
    color: #C1C3C4; }
  input::-moz-placeholder {
    color: #C1C3C4; }
  input:-moz-placeholder {
    color: #C1C3C4; }
  input:-ms-input-placeholder {
    color: #C1C3C4; }
  input:hover {
    border-color: #A4A6A6; }
  input:focus, input:active {
    border-color: #8CA2D8; }
  input:hover, input:focus {
    background-color: #fff; }
  input[disabled] {
    background: #EAEFFC;
    border-color: #D4D6D7;
    cursor: default; }
    input[disabled]::-webkit-input-placeholder {
      color: #C1C3C4; }
    input[disabled]:-ms-input-placeholder {
      color: #C1C3C4; }
    input[disabled]::-moz-placeholder {
      color: #C1C3C4; }
    input[disabled]:-moz-placeholder {
      color: #C1C3C4; }
    input[disabled]:-ms-input-placeholder {
      color: #C1C3C4; }
  input.filled {
    border-color: #A4A6A6; }

select {
  padding: 8px 16px 8px 16px;
  font-size: 14px;
  color: #222;
  line-height: 24px;
  background-color: #fff;
  border: 1px solid #d4d6d7;
  border-radius: 2px;
  transition: 0.3s ease;
  height: 40px; }
  select::-webkit-input-placeholder {
    color: #C1C3C4; }
  select:-ms-input-placeholder {
    color: #C1C3C4; }
  select::-moz-placeholder {
    color: #C1C3C4; }
  select:-moz-placeholder {
    color: #C1C3C4; }
  select:-ms-input-placeholder {
    color: #C1C3C4; }
  select:hover {
    border-color: #A4A6A6; }
  select:focus, select:active {
    border-color: #8CA2D8; }
  select:hover, select:focus {
    background-color: #fff; }
  select[disabled] {
    background: #EAEFFC;
    border-color: #D4D6D7;
    cursor: default; }
    select[disabled]::-webkit-input-placeholder {
      color: #C1C3C4; }
    select[disabled]:-ms-input-placeholder {
      color: #C1C3C4; }
    select[disabled]::-moz-placeholder {
      color: #C1C3C4; }
    select[disabled]:-moz-placeholder {
      color: #C1C3C4; }
    select[disabled]:-ms-input-placeholder {
      color: #C1C3C4; }
  select.filled {
    border-color: #A4A6A6; }

.select2-dropdown {
  border-color: #8CA2D8;
  border-radius: 2px; }
  .select2-dropdown .select2-results__option {
    padding: 8px 16px 8px 16px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px; }
    .select2-dropdown .select2-results__option.select2-results__option--highlighted {
      color: inherit;
      background: #EAEFFC; }
    .select2-dropdown .select2-results__option[aria-selected=true] {
      color: #C1C3C4;
      background: none; }
    .select2-dropdown .select2-results__option::before {
      display: none; }
  .select2-dropdown .select2-search.select2-search--dropdown .select2-search__field {
    padding-left: 11px; }
  .select2-dropdown [aria-multiselectable="true"] .select2-results__option {
    padding-left: 27px; }
    .select2-dropdown [aria-multiselectable="true"] .select2-results__option[aria-selected="true"] {
      position: relative;
      color: inherit;
      background: none; }
      .select2-dropdown [aria-multiselectable="true"] .select2-results__option[aria-selected="true"]::before {
        position: absolute;
        display: block;
        top: 8px;
        left: 8px;
        width: auto;
        height: auto;
        color: #3949e7;
        background: none;
        font-size: 11px;
        font-family: 'Icons'; }
      .select2-dropdown [aria-multiselectable="true"] .select2-results__option[aria-selected="true"].select2-results__option--highlighted {
        color: inherit;
        background: #EAEFFC; }
  .select2-dropdown .select2-results__options::-webkit-scrollbar-track {
    background: none; }
  .select2-dropdown .select2-results__options::-webkit-scrollbar {
    width: 8px;
    background: none; }
  .select2-dropdown .select2-results__options::-webkit-scrollbar-thumb {
    width: 8px;
    border-radius: 40px;
    background-color: #8CA2D8; }

.select2-container--default.select2 .select2-selection {
  padding: 8px 16px 8px 16px;
  font-size: 14px;
  color: #222;
  line-height: 24px;
  background-color: #fff;
  border: 1px solid #d4d6d7;
  border-radius: 2px;
  transition: 0.3s ease;
  height: 40px; }
  .select2-container--default.select2 .select2-selection::-webkit-input-placeholder {
    color: #C1C3C4; }
  .select2-container--default.select2 .select2-selection:-ms-input-placeholder {
    color: #C1C3C4; }
  .select2-container--default.select2 .select2-selection::-moz-placeholder {
    color: #C1C3C4; }
  .select2-container--default.select2 .select2-selection:-moz-placeholder {
    color: #C1C3C4; }
  .select2-container--default.select2 .select2-selection:-ms-input-placeholder {
    color: #C1C3C4; }
  .select2-container--default.select2 .select2-selection:hover {
    border-color: #A4A6A6; }
  .select2-container--default.select2 .select2-selection:focus, .select2-container--default.select2 .select2-selection:active {
    border-color: #8CA2D8; }
  .select2-container--default.select2 .select2-selection:hover, .select2-container--default.select2 .select2-selection:focus {
    background-color: #fff; }
  .select2-container--default.select2 .select2-selection[disabled] {
    background: #EAEFFC;
    border-color: #D4D6D7;
    cursor: default; }
    .select2-container--default.select2 .select2-selection[disabled]::-webkit-input-placeholder {
      color: #C1C3C4; }
    .select2-container--default.select2 .select2-selection[disabled]:-ms-input-placeholder {
      color: #C1C3C4; }
    .select2-container--default.select2 .select2-selection[disabled]::-moz-placeholder {
      color: #C1C3C4; }
    .select2-container--default.select2 .select2-selection[disabled]:-moz-placeholder {
      color: #C1C3C4; }
    .select2-container--default.select2 .select2-selection[disabled]:-ms-input-placeholder {
      color: #C1C3C4; }
  .select2-container--default.select2 .select2-selection.filled {
    border-color: #A4A6A6; }
  .select2-container--default.select2 .select2-selection.select2-selection--multiple {
    height: auto;
    line-height: 10px;
    padding-top: 0;
    padding-bottom: 0; }
    .select2-container--default.select2 .select2-selection.select2-selection--multiple::before {
      position: absolute;
      bottom: 7px;
      right: 8px;
      font-family: 'Icons';
      font-size: 8px;
      color: #d4d6d7;
      transition: 0.3s ease;
      transform: rotate(-45deg); }
    .select2-container--default.select2 .select2-selection.select2-selection--multiple .select2-search__field {
      height: 38px; }
    .select2-container--default.select2 .select2-selection.select2-selection--multiple .select2-selection__rendered {
      padding: 0;
      overflow: visible; }
      .select2-container--default.select2 .select2-selection.select2-selection--multiple .select2-selection__rendered li {
        position: relative;
        max-width: 100%;
        margin-bottom: 0;
        line-height: 24px;
        border: none;
        overflow: hidden; }
        .select2-container--default.select2 .select2-selection.select2-selection--multiple .select2-selection__rendered li::before {
          display: none; }
        .select2-container--default.select2 .select2-selection.select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
          padding-right: 32px;
          padding-left: 8px;
          margin-left: -8px;
          margin-top: 7px;
          margin-right: 16px;
          background: #EAEFFC; }
          .select2-container--default.select2 .select2-selection.select2-selection--multiple .select2-selection__rendered li.select2-selection__choice:hover {
            background: #bdcdf6; }
            .select2-container--default.select2 .select2-selection.select2-selection--multiple .select2-selection__rendered li.select2-selection__choice:hover .select2-selection__choice__remove {
              background: #bdcdf6; }
      .select2-container--default.select2 .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
        position: absolute;
        top: 1px;
        right: 0;
        width: 32px;
        margin: 0;
        font-size: 0;
        font-family: 'Icons';
        text-align: center;
        color: #EAEFFC;
        background: #EAEFFC; }
        .select2-container--default.select2 .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove::before {
          color: #222;
          font-size: 8px; }
    .select2-container--default.select2 .select2-selection.select2-selection--multiple .select2-search__field {
      margin-top: 0; }

.select2-container--default.select2.select2-container--default.select2-container--open .select2-selection {
  border-radius: 2px;
  border-color: #8CA2D8; }

.select2-container--default.select2.select2-container--default.select2-container--open .select2-selection__arrow b,
.select2-container--default.select2.select2-container--default.select2-container--open .select2-selection--multiple::before {
  color: #8CA2D8; }

.select2-container--default.select2:active, .select2-container--default.select2:focus {
  outline: none; }

.select2-container--default.select2 .select2-selection__rendered {
  padding: 0 16px 0 0;
  line-height: 22px; }
  .select2-container--default.select2 .select2-selection__rendered .select2-selection__placeholder {
    color: #C1C3C4; }
  .select2-container--default.select2 .select2-selection__rendered .select2-selection__clear {
    display: none; }

.select2-container--default.select2 .select2-selection__arrow {
  top: 7px;
  right: 16px;
  width: 8px;
  height: 1px; }
  .select2-container--default.select2 .select2-selection__arrow b {
    width: 8px;
    left: 0;
    margin-top: 2px;
    margin-left: 0;
    font-family: 'Icons';
    font-size: 8px;
    color: #d4d6d7;
    border: none;
    transition: 0.3s ease; }

.select2-container--default.select2:hover .select2-selection__arrow b,
.select2-container--default.select2:hover .select2-selection--multiple::before {
  color: #A4A6A6; }

.select2-container--default.select2 .select2-selection__clear {
  position: relative;
  top: 1px;
  width: 10px;
  font-family: 'icons';
  font-size: 0;
  color: #fff; }
  .select2-container--default.select2 .select2-selection__clear::before {
    font-size: 8px;
    color: #222; }

.select2-container--default.select2 .select2-selection--single:focus {
  outline: none; }

.select2-container--default.select2.select2-container--disabled .select2-selection {
  background: #EAEFFC;
  border-color: #D4D6D7;
  cursor: default; }
  .select2-container--default.select2.select2-container--disabled .select2-selection::-webkit-input-placeholder {
    color: #C1C3C4; }
  .select2-container--default.select2.select2-container--disabled .select2-selection:-ms-input-placeholder {
    color: #C1C3C4; }
  .select2-container--default.select2.select2-container--disabled .select2-selection::-moz-placeholder {
    color: #C1C3C4; }
  .select2-container--default.select2.select2-container--disabled .select2-selection:-moz-placeholder {
    color: #C1C3C4; }
  .select2-container--default.select2.select2-container--disabled .select2-selection:-ms-input-placeholder {
    color: #C1C3C4; }

textarea {
  padding: 8px 16px 8px 16px;
  font-size: 14px;
  color: #222;
  line-height: 24px;
  background-color: #fff;
  border: 1px solid #d4d6d7;
  border-radius: 2px;
  transition: 0.3s ease;
  max-width: 100%;
  min-height: 96px;
  max-height: 1024px;
  resize: vertical; }
  textarea::-webkit-input-placeholder {
    color: #C1C3C4; }
  textarea:-ms-input-placeholder {
    color: #C1C3C4; }
  textarea::-moz-placeholder {
    color: #C1C3C4; }
  textarea:-moz-placeholder {
    color: #C1C3C4; }
  textarea:-ms-input-placeholder {
    color: #C1C3C4; }
  textarea:hover {
    border-color: #A4A6A6; }
  textarea:focus, textarea:active {
    border-color: #8CA2D8; }
  textarea:hover, textarea:focus {
    background-color: #fff; }
  textarea[disabled] {
    background: #EAEFFC;
    border-color: #D4D6D7;
    cursor: default; }
    textarea[disabled]::-webkit-input-placeholder {
      color: #C1C3C4; }
    textarea[disabled]:-ms-input-placeholder {
      color: #C1C3C4; }
    textarea[disabled]::-moz-placeholder {
      color: #C1C3C4; }
    textarea[disabled]:-moz-placeholder {
      color: #C1C3C4; }
    textarea[disabled]:-ms-input-placeholder {
      color: #C1C3C4; }
  textarea.filled {
    border-color: #A4A6A6; }

input[type="number"] {
  padding-right: 0; }

.form-group {
  position: relative;
  margin-bottom: 24px; }
  .form-group::before {
    content: "";
    position: absolute;
    display: block;
    top: 36px;
    right: 16px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-family: Icons;
    border-radius: 50%; }
  .form-group.inline {
    float: left;
    margin-right: 32px; }
    .form-group.inline:last-of-type {
      margin-right: 0; }
  .form-group.success input {
    padding-right: 40px;
    border-color: #38c463; }
  .form-group.success::before {
    color: #38c463; }

@keyframes successInput {
  from {
    border-color: #d4d6d7; }
  50% {
    border-color: #38c463; }
  to {
    border-color: #d4d6d7; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    opacity: 0; } }
  .form-group.success--animated input {
    animation: successInput 1.2s ease; }
  .form-group.success--animated::before {
    color: #38c463;
    opacity: 0;
    animation: fadeIn 1.2s ease; }
  .form-group.error input {
    padding-right: 40px;
    border-color: #ff3448; }
  .form-group.error::before {
    color: #ff3448; }
  .form-group.error .error-msg {
    font-size: 12px;
    color: #ff3448;
    line-height: 16px;
    margin-bottom: 4px; }
  .form-group .help-block {
    padding-left: 0; }
    .form-group .help-block li::before {
      display: none; }
  .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px; }
  .form-group .number-up,
  .form-group .number-down {
    position: absolute;
    display: block;
    left: 45px;
    width: 16px;
    height: 19px;
    line-height: 14px;
    font-family: 'icons';
    color: #d4d6d7;
    font-size: 8px;
    text-align: center;
    background: #fff;
    transition: 0.3s ease;
    cursor: pointer; }
    .form-group .number-up:hover, .form-group .number-up:active,
    .form-group .number-down:hover,
    .form-group .number-down:active {
      color: #8CA2D8; }
  .form-group .number-up {
    bottom: 19px;
    transform: rotate(180deg); }
  .form-group .number-down {
    bottom: 2px; }
  .form-group input,
  .form-group select,
  .form-group textarea {
    width: 100%; }
  .form-group input[type="number"] {
    width: 64px; }

.checkbox label {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding: 4px 8px 4px 32px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer; }
  .checkbox label::after {
    content: "";
    position: absolute;
    display: block;
    top: 8px;
    left: 0;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #d4d6d7;
    border-radius: 2px;
    transition: 0.3s ease; }
  .checkbox label:hover::after {
    border: 1px solid #A4A6A6; }
  .checkbox label ~ label {
    margin-left: 32px; }

.checkbox input[type="checkbox"]:checked + label::after {
  border-color: #3949e7;
  background: #3949e7; }

.checkbox input[type="checkbox"]:checked + label::before {
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  color: #fff;
  font-family: 'icons';
  font-size: 8px;
  line-height: 16px;
  z-index: 1; }

.checkbox input[type="checkbox"] {
  position: absolute;
  width: 0;
  height: 0;
  border: none;
  z-index: -100; }
  .checkbox input[type="checkbox"][disabled] + label {
    color: #6a6a6a;
    pointer-events: none; }
    .checkbox input[type="checkbox"][disabled] + label::before {
      background: #EAEFFC; }
    .checkbox input[type="checkbox"][disabled] + label::after {
      display: none; }

.radio label {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding: 4px 8px 4px 32px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer; }
  .radio label::before {
    content: "";
    position: absolute;
    display: block;
    top: 8px;
    left: 0;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #d4d6d7;
    border-radius: 50%;
    transition: 0.3s ease; }
  .radio label::after {
    content: "";
    position: absolute;
    display: block;
    display: block;
    position: absolute;
    top: 12px;
    left: 4px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s ease; }
  .radio label:hover::before {
    border: 1px solid #A4A6A6; }
  .radio label ~ label {
    margin-left: 32px; }

.radio input[type="radio"]:checked + label::before {
  border-color: #3949e7; }

.radio input[type="radio"]:checked + label::after {
  background: #3949e7; }

.radio input[type="radio"] {
  position: absolute;
  width: 0;
  height: 0;
  border: none;
  left: -100%;
  z-index: -100; }
  .radio input[type="radio"][disabled] + label {
    color: #6a6a6a;
    pointer-events: none; }
    .radio input[type="radio"][disabled] + label::before {
      background: #EAEFFC; }
    .radio input[type="radio"][disabled] + label::after {
      display: none; }

.form-group.form-group_vertical label {
  display: block;
  margin-left: 0; }
  .form-group.form-group_vertical label ~ label {
    margin-left: 0; }

.switch label {
  position: relative;
  display: inline-block;
  padding: 8px 8px 8px 64px;
  font-weight: 400;
  line-height: 24px;
  user-select: none;
  cursor: pointer; }
  .switch label::before {
    content: "";
    position: absolute;
    display: block;
    width: 48px;
    height: 24px;
    top: 8px;
    left: 0;
    padding: 2px;
    background: #fff;
    border: 1px solid #8CA2D8;
    border-radius: 40px;
    transition: 0.3s ease; }
  .switch label::after {
    content: "";
    position: absolute;
    display: block;
    top: 12px;
    left: 4px;
    width: 16px;
    height: 16px;
    background: #8CA2D8;
    border-radius: 50%;
    transition: 0.3s ease; }

.switch input[type="checkbox"]:checked ~ label::before {
  border-color: #3949e7;
  background: #3949e7; }

.switch input[type="checkbox"]:checked ~ label::after {
  left: 28px;
  background: #fff; }

.switch input[type="checkbox"] {
  position: absolute;
  width: 0;
  height: 0;
  border: none;
  left: -100%;
  z-index: -100; }

.datepicker {
  position: relative;
  display: inline-block; }
  .datepicker input {
    width: 160px;
    max-width: 100%;
    padding-right: 40px; }
    .datepicker input:hover + .input-group-addon {
      color: #A4A6A6; }
    .datepicker input:focus ~ .input-group-addon {
      color: #8CA2D8; }
  .datepicker.date-range {
    display: block; }
    .datepicker.date-range input {
      width: 100%; }
    .datepicker.date-range.date-start::before {
      content: "";
      position: absolute;
      display: block;
      top: 19px;
      right: -20px;
      width: 8px;
      height: 2px;
      background: #6a6a6a;
      font-size: 18px; }
  .datepicker .input-group-addon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48px;
    font-size: 24px;
    color: #d4d6d7;
    text-align: center;
    transition: 0.3s ease;
    cursor: pointer; }
    .datepicker .input-group-addon:hover {
      color: #A4A6A6; }
  .datepicker tr:nth-child(2n+1) {
    background: #fff; }

.bootstrap-datetimepicker-widget .datepicker-years thead .picker-switch {
  cursor: default;
  pointer-events: none; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  position: absolute;
  width: 256px;
  margin: 0;
  padding: 0;
  background: #fff;
  z-index: 2; }
  .bootstrap-datetimepicker-widget.dropdown-menu .list-unstyled {
    padding: 10px 8px 4px 8px;
    border-radius: 2px;
    border: solid 1px rgba(24, 69, 186, 0.48); }
    .bootstrap-datetimepicker-widget.dropdown-menu .list-unstyled table {
      width: auto; }
      .bootstrap-datetimepicker-widget.dropdown-menu .list-unstyled table tr {
        min-height: 0;
        border: none; }
      .bootstrap-datetimepicker-widget.dropdown-menu .list-unstyled table td {
        padding: 0; }
        .bootstrap-datetimepicker-widget.dropdown-menu .list-unstyled table td.day {
          width: 30px;
          font-size: 12px;
          line-height: 30px;
          background: #fff;
          transition: 0.3s ease; }
          .bootstrap-datetimepicker-widget.dropdown-menu .list-unstyled table td.day:hover {
            background: #EAEFFC; }
        .bootstrap-datetimepicker-widget.dropdown-menu .list-unstyled table td.active, .bootstrap-datetimepicker-widget.dropdown-menu .list-unstyled table td.active:hover {
          background: #3949e7;
          border-radius: 2px;
          text-shadow: none; }
          .bootstrap-datetimepicker-widget.dropdown-menu .list-unstyled table td.active::before, .bootstrap-datetimepicker-widget.dropdown-menu .list-unstyled table td.active:hover::before {
            display: none; }
        .bootstrap-datetimepicker-widget.dropdown-menu .list-unstyled table td .active,
        .bootstrap-datetimepicker-widget.dropdown-menu .list-unstyled table td .active:hover {
          background: #3949e7;
          border-radius: 2px;
          text-shadow: none; }
          .bootstrap-datetimepicker-widget.dropdown-menu .list-unstyled table td .active::before,
          .bootstrap-datetimepicker-widget.dropdown-menu .list-unstyled table td .active:hover::before {
            display: none; }
        .bootstrap-datetimepicker-widget.dropdown-menu .list-unstyled table td span:hover {
          background: #EAEFFC; }
    .bootstrap-datetimepicker-widget.dropdown-menu .list-unstyled li {
      margin: 0; }
      .bootstrap-datetimepicker-widget.dropdown-menu .list-unstyled li::before {
        display: none; }
    .bootstrap-datetimepicker-widget.dropdown-menu .list-unstyled th {
      padding: 0;
      text-transform: capitalize; }
      .bootstrap-datetimepicker-widget.dropdown-menu .list-unstyled th.picker-switch {
        height: 24px;
        line-height: 24px; }
        .bootstrap-datetimepicker-widget.dropdown-menu .list-unstyled th.picker-switch:hover {
          color: #3949e7;
          background: none; }
    .bootstrap-datetimepicker-widget.dropdown-menu .list-unstyled table th.dow {
      padding-top: 6px;
      font-size: 12px;
      line-height: 32px;
      color: #3949e7;
      font-weight: 400; }
    .bootstrap-datetimepicker-widget.dropdown-menu .list-unstyled .next,
    .bootstrap-datetimepicker-widget.dropdown-menu .list-unstyled .prev {
      vertical-align: middle;
      color: #6a6a6a;
      font-size: 10px;
      height: 100%; }
      .bootstrap-datetimepicker-widget.dropdown-menu .list-unstyled .next:hover,
      .bootstrap-datetimepicker-widget.dropdown-menu .list-unstyled .prev:hover {
        color: #3949e7;
        background: none; }
    .bootstrap-datetimepicker-widget.dropdown-menu .list-unstyled .prev {
      transform: rotate(180deg) translateY(2px); }
    .bootstrap-datetimepicker-widget.dropdown-menu .list-unstyled table {
      width: 240px; }
  .bootstrap-datetimepicker-widget.dropdown-menu::before, .bootstrap-datetimepicker-widget.dropdown-menu::after {
    display: none; }

.pagination {
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .pagination li {
    float: left;
    margin-bottom: 0;
    margin-left: 8px; }
    .pagination li:first-child {
      margin-left: 0; }
    .pagination li a,
    .pagination li span {
      display: block;
      width: 32px;
      height: 32px;
      color: #6a6a6a;
      line-height: 32px;
      font-size: 14px;
      text-align: center;
      border-radius: 2px;
      transition: 0.3s ease; }
    .pagination li a:hover {
      background: #EAEFFC; }
    .pagination li::before {
      display: none; }
    .pagination li.active a,
    .pagination li.active span {
      color: #fff;
      background: #3949e7; }
    .pagination li.disabled::before,
    .pagination li a[rel="next"]::before,
    .pagination li a[rel="prev"]::before {
      display: block;
      top: 0;
      left: 0;
      width: 32px;
      height: auto;
      background: none;
      line-height: 32px;
      text-align: center;
      font-size: 8px;
      font-family: 'icons'; }
    .pagination li.disabled::before {
      color: #6a6a6a; }
    .pagination li a[rel="next"]::before,
    .pagination li a[rel="prev"]::before {
      color: #3949e7;
      border-radius: 2px; }

.button,
a.button {
  display: inline-block;
  height: 40px;
  padding: 7px 24px 8px 24px;
  font-family: Open Sans, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #222;
  line-height: 24px;
  border: 1px solid #222;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.3s ease; }
  .button::-webkit-input-placeholder,
  a.button::-webkit-input-placeholder {
    color: #C1C3C4; }
  .button:-ms-input-placeholder,
  a.button:-ms-input-placeholder {
    color: #C1C3C4; }
  .button::-moz-placeholder,
  a.button::-moz-placeholder {
    color: #C1C3C4; }
  .button:-moz-placeholder,
  a.button:-moz-placeholder {
    color: #C1C3C4; }
  .button:-ms-input-placeholder,
  a.button:-ms-input-placeholder {
    color: #C1C3C4; }
  .button:focus, .button:active,
  a.button:focus,
  a.button:active {
    outline: none;
    border-color: #8CA2D8; }
  .button-black,
  a.button-black {
    color: #fff;
    border-color: #222;
    background-color: #222; }
    .button-black:hover, .button-black:focus,
    a.button-black:hover,
    a.button-black:focus {
      border-color: #090909;
      background-color: #090909; }
    .button-black[disabled],
    a.button-black[disabled] {
      color: #fff;
      opacity: 0.4;
      pointer-events: none; }
      .button-black[disabled]:hover, .button-black[disabled]:focus,
      a.button-black[disabled]:hover,
      a.button-black[disabled]:focus {
        background: #EAEFFC;
        border-color: #EAEFFC; }
  .button-blue,
  a.button-blue {
    color: #fff;
    border-color: #3949e7;
    background-color: #3949e7; }
    .button-blue:hover, .button-blue:focus,
    a.button-blue:hover,
    a.button-blue:focus {
      border-color: #1a2bd3;
      background-color: #1a2bd3; }
    .button-blue[disabled],
    a.button-blue[disabled] {
      color: #fff;
      opacity: 0.4;
      pointer-events: none; }
      .button-blue[disabled]:hover, .button-blue[disabled]:focus,
      a.button-blue[disabled]:hover,
      a.button-blue[disabled]:focus {
        background: #EAEFFC;
        border-color: #EAEFFC; }
  .button-red,
  a.button-red {
    color: #fff;
    border-color: #f21f5b;
    background-color: #f21f5b; }
    .button-red:hover, .button-red:focus,
    a.button-red:hover,
    a.button-red:focus {
      border-color: #d20c44;
      background-color: #d20c44; }
    .button-red[disabled],
    a.button-red[disabled] {
      color: #fff;
      opacity: 0.4;
      pointer-events: none; }
      .button-red[disabled]:hover, .button-red[disabled]:focus,
      a.button-red[disabled]:hover,
      a.button-red[disabled]:focus {
        background: #EAEFFC;
        border-color: #EAEFFC; }
  .button-light-blue,
  a.button-light-blue {
    color: #fff;
    border-color: #0079d7;
    background-color: #0079d7; }
    .button-light-blue:hover, .button-light-blue:focus,
    a.button-light-blue:hover,
    a.button-light-blue:focus {
      border-color: #005ca4;
      background-color: #005ca4; }
    .button-light-blue[disabled],
    a.button-light-blue[disabled] {
      color: #fff;
      opacity: 0.4;
      pointer-events: none; }
      .button-light-blue[disabled]:hover, .button-light-blue[disabled]:focus,
      a.button-light-blue[disabled]:hover,
      a.button-light-blue[disabled]:focus {
        background: #EAEFFC;
        border-color: #EAEFFC; }
  .button-aqua,
  a.button-aqua {
    color: #fff;
    border-color: #43b2e2;
    background-color: #43b2e2; }
    .button-aqua:hover, .button-aqua:focus,
    a.button-aqua:hover,
    a.button-aqua:focus {
      border-color: #209cd2;
      background-color: #209cd2; }
    .button-aqua[disabled],
    a.button-aqua[disabled] {
      color: #fff;
      opacity: 0.4;
      pointer-events: none; }
      .button-aqua[disabled]:hover, .button-aqua[disabled]:focus,
      a.button-aqua[disabled]:hover,
      a.button-aqua[disabled]:focus {
        background: #EAEFFC;
        border-color: #EAEFFC; }
  .button i,
  a.button i {
    position: relative;
    top: 3px;
    margin-right: 8px; }
  .button-lg,
  a.button-lg {
    height: 48px;
    line-height: 32px;
    font-size: 16px;
    padding-left: 24px;
    padding-right: 24px; }
  .button-bordered.button-black,
  a.button-bordered.button-black {
    color: #222;
    background-color: #fff;
    border-color: #222; }
    .button-bordered.button-black:hover, .button-bordered.button-black:focus,
    a.button-bordered.button-black:hover,
    a.button-bordered.button-black:focus {
      color: #fff;
      background-color: #090909; }
    .button-bordered.button-black[disabled],
    a.button-bordered.button-black[disabled] {
      background: #fff;
      pointer-events: none; }
      .button-bordered.button-black[disabled]:hover, .button-bordered.button-black[disabled]:focus,
      a.button-bordered.button-black[disabled]:hover,
      a.button-bordered.button-black[disabled]:focus {
        background: #fff; }
  .button-bordered.button-blue,
  a.button-bordered.button-blue {
    color: #3949e7;
    background-color: #fff;
    border-color: #3949e7; }
    .button-bordered.button-blue:hover, .button-bordered.button-blue:focus,
    a.button-bordered.button-blue:hover,
    a.button-bordered.button-blue:focus {
      color: #fff;
      background-color: #1a2bd3; }
    .button-bordered.button-blue[disabled],
    a.button-bordered.button-blue[disabled] {
      background: #fff;
      pointer-events: none; }
      .button-bordered.button-blue[disabled]:hover, .button-bordered.button-blue[disabled]:focus,
      a.button-bordered.button-blue[disabled]:hover,
      a.button-bordered.button-blue[disabled]:focus {
        background: #fff; }
  .button-bordered.button-red,
  a.button-bordered.button-red {
    color: #f21f5b;
    background-color: #fff;
    border-color: #f21f5b; }
    .button-bordered.button-red:hover, .button-bordered.button-red:focus,
    a.button-bordered.button-red:hover,
    a.button-bordered.button-red:focus {
      color: #fff;
      background-color: #d20c44; }
    .button-bordered.button-red[disabled],
    a.button-bordered.button-red[disabled] {
      background: #fff;
      pointer-events: none; }
      .button-bordered.button-red[disabled]:hover, .button-bordered.button-red[disabled]:focus,
      a.button-bordered.button-red[disabled]:hover,
      a.button-bordered.button-red[disabled]:focus {
        background: #fff; }
  .button-bordered.button-light-blue,
  a.button-bordered.button-light-blue {
    color: #0079d7;
    background-color: #fff;
    border-color: #0079d7; }
    .button-bordered.button-light-blue:hover, .button-bordered.button-light-blue:focus,
    a.button-bordered.button-light-blue:hover,
    a.button-bordered.button-light-blue:focus {
      color: #fff;
      background-color: #005ca4; }
    .button-bordered.button-light-blue[disabled],
    a.button-bordered.button-light-blue[disabled] {
      background: #fff;
      pointer-events: none; }
      .button-bordered.button-light-blue[disabled]:hover, .button-bordered.button-light-blue[disabled]:focus,
      a.button-bordered.button-light-blue[disabled]:hover,
      a.button-bordered.button-light-blue[disabled]:focus {
        background: #fff; }
  .button-bordered.button-aqua,
  a.button-bordered.button-aqua {
    color: #43b2e2;
    background-color: #fff;
    border-color: #43b2e2; }
    .button-bordered.button-aqua:hover, .button-bordered.button-aqua:focus,
    a.button-bordered.button-aqua:hover,
    a.button-bordered.button-aqua:focus {
      color: #fff;
      background-color: #209cd2; }
    .button-bordered.button-aqua[disabled],
    a.button-bordered.button-aqua[disabled] {
      background: #fff;
      pointer-events: none; }
      .button-bordered.button-aqua[disabled]:hover, .button-bordered.button-aqua[disabled]:focus,
      a.button-bordered.button-aqua[disabled]:hover,
      a.button-bordered.button-aqua[disabled]:focus {
        background: #fff; }
  .button-raw,
  a.button-raw {
    height: auto;
    padding: 0;
    background: none;
    border: none; }
    .button-raw.button-black,
    a.button-raw.button-black {
      color: #222;
      background: none; }
      .button-raw.button-black:hover, .button-raw.button-black:focus,
      a.button-raw.button-black:hover,
      a.button-raw.button-black:focus {
        color: #090909;
        background: none; }
    .button-raw.button-blue,
    a.button-raw.button-blue {
      color: #3949e7;
      background: none; }
      .button-raw.button-blue:hover, .button-raw.button-blue:focus,
      a.button-raw.button-blue:hover,
      a.button-raw.button-blue:focus {
        color: #1a2bd3;
        background: none; }
    .button-raw.button-red,
    a.button-raw.button-red {
      color: #f21f5b;
      background: none; }
      .button-raw.button-red:hover, .button-raw.button-red:focus,
      a.button-raw.button-red:hover,
      a.button-raw.button-red:focus {
        color: #d20c44;
        background: none; }
    .button-raw.button-light-blue,
    a.button-raw.button-light-blue {
      color: #0079d7;
      background: none; }
      .button-raw.button-light-blue:hover, .button-raw.button-light-blue:focus,
      a.button-raw.button-light-blue:hover,
      a.button-raw.button-light-blue:focus {
        color: #005ca4;
        background: none; }
    .button-raw.button-aqua,
    a.button-raw.button-aqua {
      color: #43b2e2;
      background: none; }
      .button-raw.button-aqua:hover, .button-raw.button-aqua:focus,
      a.button-raw.button-aqua:hover,
      a.button-raw.button-aqua:focus {
        color: #209cd2;
        background: none; }
  .button-icon,
  a.button-icon {
    width: 40px;
    padding-left: 0;
    padding-right: 0;
    text-align: center; }
    .button-icon i,
    a.button-icon i {
      margin-right: 0; }
    .button-icon.button-lg,
    a.button-icon.button-lg {
      width: 48px; }
  .button-icon-right i,
  a.button-icon-right i {
    margin-right: 0;
    margin-left: 8px; }
  .button-rounded,
  a.button-rounded {
    border-radius: 40px; }
  .button-load,
  a.button-load {
    margin: 0; }
    .button-load i,
    a.button-load i {
      margin: 0 0 0 5px; }
    .button-load[data-state="progress"].button-black,
    a.button-load[data-state="progress"].button-black {
      color: black; }
    .button-load[data-state="progress"].button-blue,
    a.button-load[data-state="progress"].button-blue {
      color: #1422a6; }
    .button-load[data-state="progress"].button-red,
    a.button-load[data-state="progress"].button-red {
      color: #a20935; }
    .button-load[data-state="progress"].button-light-blue,
    a.button-load[data-state="progress"].button-light-blue {
      color: #004071; }
    .button-load[data-state="progress"].button-aqua,
    a.button-load[data-state="progress"].button-aqua {
      color: #1a7ba5; }
    .button-load + .file-input,
    a.button-load + .file-input {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      border: none;
      overflow: hidden; }
  .button-block,
  a.button-block {
    display: block;
    text-align: center; }

.wrapper,
.wrapper-fluid {
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px; }

.wrapper-fluid {
  width: 100% !important; }

.grid {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px; }

.cell {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%; }

.wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 1248px; }
  @media (max-width: 1279px) {
    .wrapper {
      width: 960px; } }
  @media (max-width: 991px) {
    .wrapper {
      width: 672px; } }
  @media (max-width: 767px) {
    .wrapper {
      width: 100%; } }

.lg-12 {
  width: 100%;
  flex-basis: 100%; }

.lg-offset-12 {
  margin-left: 100%; }

.lg-11 {
  width: 91.66667%;
  flex-basis: 91.66667%; }

.lg-offset-11 {
  margin-left: 91.66667%; }

.lg-10 {
  width: 83.33333%;
  flex-basis: 83.33333%; }

.lg-offset-10 {
  margin-left: 83.33333%; }

.lg-9 {
  width: 75%;
  flex-basis: 75%; }

.lg-offset-9 {
  margin-left: 75%; }

.lg-8 {
  width: 66.66667%;
  flex-basis: 66.66667%; }

.lg-offset-8 {
  margin-left: 66.66667%; }

.lg-7 {
  width: 58.33333%;
  flex-basis: 58.33333%; }

.lg-offset-7 {
  margin-left: 58.33333%; }

.lg-6 {
  width: 50%;
  flex-basis: 50%; }

.lg-offset-6 {
  margin-left: 50%; }

.lg-5 {
  width: 41.66667%;
  flex-basis: 41.66667%; }

.lg-offset-5 {
  margin-left: 41.66667%; }

.lg-4 {
  width: 33.33333%;
  flex-basis: 33.33333%; }

.lg-offset-4 {
  margin-left: 33.33333%; }

.lg-3 {
  width: 25%;
  flex-basis: 25%; }

.lg-offset-3 {
  margin-left: 25%; }

.lg-2 {
  width: 16.66667%;
  flex-basis: 16.66667%; }

.lg-offset-2 {
  margin-left: 16.66667%; }

.lg-1 {
  width: 8.33333%;
  flex-basis: 8.33333%; }

.lg-offset-1 {
  margin-left: 8.33333%; }

.lg-offset-0 {
  margin-left: 0; }

.top-lg {
  align-items: flex-start; }

.middle-lg {
  align-items: center; }

.bottom-lg {
  align-items: flex-end; }

.baseline-lg {
  align-items: baseline; }

.visible-lg {
  display: flex; }

.hidden-lg {
  display: none; }

.start-lg {
  justify-content: flex-start;
  text-align: start; }

.center-lg {
  justify-content: center;
  text-align: center; }

.end-lg {
  justify-content: flex-end;
  text-align: end; }

.around-lg {
  justify-content: space-around; }

.between-lg {
  justify-content: space-between; }

.direction-row-reverse-lg {
  flex-direction: row-reverse; }

.direction-row-lg {
  flex-direction: row; }

.direction-col-reverse-lg {
  flex-direction: column-reverse; }

.direction-col-lg {
  flex-direction: column; }

.first-lg {
  order: -1; }

.last-lg {
  order: 1; }

@media (max-width: 1279px) {
  .md-12 {
    width: 100%;
    flex-basis: 100%; }
  .md-offset-12 {
    margin-left: 100%; }
  .md-11 {
    width: 91.66667%;
    flex-basis: 91.66667%; }
  .md-offset-11 {
    margin-left: 91.66667%; }
  .md-10 {
    width: 83.33333%;
    flex-basis: 83.33333%; }
  .md-offset-10 {
    margin-left: 83.33333%; }
  .md-9 {
    width: 75%;
    flex-basis: 75%; }
  .md-offset-9 {
    margin-left: 75%; }
  .md-8 {
    width: 66.66667%;
    flex-basis: 66.66667%; }
  .md-offset-8 {
    margin-left: 66.66667%; }
  .md-7 {
    width: 58.33333%;
    flex-basis: 58.33333%; }
  .md-offset-7 {
    margin-left: 58.33333%; }
  .md-6 {
    width: 50%;
    flex-basis: 50%; }
  .md-offset-6 {
    margin-left: 50%; }
  .md-5 {
    width: 41.66667%;
    flex-basis: 41.66667%; }
  .md-offset-5 {
    margin-left: 41.66667%; }
  .md-4 {
    width: 33.33333%;
    flex-basis: 33.33333%; }
  .md-offset-4 {
    margin-left: 33.33333%; }
  .md-3 {
    width: 25%;
    flex-basis: 25%; }
  .md-offset-3 {
    margin-left: 25%; }
  .md-2 {
    width: 16.66667%;
    flex-basis: 16.66667%; }
  .md-offset-2 {
    margin-left: 16.66667%; }
  .md-1 {
    width: 8.33333%;
    flex-basis: 8.33333%; }
  .md-offset-1 {
    margin-left: 8.33333%; }
  .md-offset-0 {
    margin-left: 0; }
  .top-md {
    align-items: flex-start; }
  .middle-md {
    align-items: center; }
  .bottom-md {
    align-items: flex-end; }
  .baseline-md {
    align-items: baseline; }
  .visible-md {
    display: flex; }
  .hidden-md {
    display: none; }
  .start-md {
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    justify-content: center;
    text-align: center; }
  .end-md {
    justify-content: flex-end;
    text-align: end; }
  .around-md {
    justify-content: space-around; }
  .between-md {
    justify-content: space-between; }
  .direction-row-reverse-md {
    flex-direction: row-reverse; }
  .direction-row-md {
    flex-direction: row; }
  .direction-col-reverse-md {
    flex-direction: column-reverse; }
  .direction-col-md {
    flex-direction: column; }
  .first-md {
    order: -1; }
  .last-md {
    order: 1; } }

@media (max-width: 991px) {
  .sm-12 {
    width: 100%;
    flex-basis: 100%; }
  .sm-offset-12 {
    margin-left: 100%; }
  .sm-11 {
    width: 91.66667%;
    flex-basis: 91.66667%; }
  .sm-offset-11 {
    margin-left: 91.66667%; }
  .sm-10 {
    width: 83.33333%;
    flex-basis: 83.33333%; }
  .sm-offset-10 {
    margin-left: 83.33333%; }
  .sm-9 {
    width: 75%;
    flex-basis: 75%; }
  .sm-offset-9 {
    margin-left: 75%; }
  .sm-8 {
    width: 66.66667%;
    flex-basis: 66.66667%; }
  .sm-offset-8 {
    margin-left: 66.66667%; }
  .sm-7 {
    width: 58.33333%;
    flex-basis: 58.33333%; }
  .sm-offset-7 {
    margin-left: 58.33333%; }
  .sm-6 {
    width: 50%;
    flex-basis: 50%; }
  .sm-offset-6 {
    margin-left: 50%; }
  .sm-5 {
    width: 41.66667%;
    flex-basis: 41.66667%; }
  .sm-offset-5 {
    margin-left: 41.66667%; }
  .sm-4 {
    width: 33.33333%;
    flex-basis: 33.33333%; }
  .sm-offset-4 {
    margin-left: 33.33333%; }
  .sm-3 {
    width: 25%;
    flex-basis: 25%; }
  .sm-offset-3 {
    margin-left: 25%; }
  .sm-2 {
    width: 16.66667%;
    flex-basis: 16.66667%; }
  .sm-offset-2 {
    margin-left: 16.66667%; }
  .sm-1 {
    width: 8.33333%;
    flex-basis: 8.33333%; }
  .sm-offset-1 {
    margin-left: 8.33333%; }
  .sm-offset-0 {
    margin-left: 0; }
  .top-sm {
    align-items: flex-start; }
  .middle-sm {
    align-items: center; }
  .bottom-sm {
    align-items: flex-end; }
  .baseline-sm {
    align-items: baseline; }
  .visible-sm {
    display: flex; }
  .hidden-sm {
    display: none; }
  .start-sm {
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    justify-content: center;
    text-align: center; }
  .end-sm {
    justify-content: flex-end;
    text-align: end; }
  .around-sm {
    justify-content: space-around; }
  .between-sm {
    justify-content: space-between; }
  .direction-row-reverse-sm {
    flex-direction: row-reverse; }
  .direction-row-sm {
    flex-direction: row; }
  .direction-col-reverse-sm {
    flex-direction: column-reverse; }
  .direction-col-sm {
    flex-direction: column; }
  .first-sm {
    order: -1; }
  .last-sm {
    order: 1; } }

@media (max-width: 767px) {
  .xs-12 {
    width: 100%;
    flex-basis: 100%; }
  .xs-offset-12 {
    margin-left: 100%; }
  .xs-11 {
    width: 91.66667%;
    flex-basis: 91.66667%; }
  .xs-offset-11 {
    margin-left: 91.66667%; }
  .xs-10 {
    width: 83.33333%;
    flex-basis: 83.33333%; }
  .xs-offset-10 {
    margin-left: 83.33333%; }
  .xs-9 {
    width: 75%;
    flex-basis: 75%; }
  .xs-offset-9 {
    margin-left: 75%; }
  .xs-8 {
    width: 66.66667%;
    flex-basis: 66.66667%; }
  .xs-offset-8 {
    margin-left: 66.66667%; }
  .xs-7 {
    width: 58.33333%;
    flex-basis: 58.33333%; }
  .xs-offset-7 {
    margin-left: 58.33333%; }
  .xs-6 {
    width: 50%;
    flex-basis: 50%; }
  .xs-offset-6 {
    margin-left: 50%; }
  .xs-5 {
    width: 41.66667%;
    flex-basis: 41.66667%; }
  .xs-offset-5 {
    margin-left: 41.66667%; }
  .xs-4 {
    width: 33.33333%;
    flex-basis: 33.33333%; }
  .xs-offset-4 {
    margin-left: 33.33333%; }
  .xs-3 {
    width: 25%;
    flex-basis: 25%; }
  .xs-offset-3 {
    margin-left: 25%; }
  .xs-2 {
    width: 16.66667%;
    flex-basis: 16.66667%; }
  .xs-offset-2 {
    margin-left: 16.66667%; }
  .xs-1 {
    width: 8.33333%;
    flex-basis: 8.33333%; }
  .xs-offset-1 {
    margin-left: 8.33333%; }
  .xs-offset-0 {
    margin-left: 0; }
  .top-xs {
    align-items: flex-start; }
  .middle-xs {
    align-items: center; }
  .bottom-xs {
    align-items: flex-end; }
  .baseline-xs {
    align-items: baseline; }
  .visible-xs {
    display: flex; }
  .hidden-xs {
    display: none; }
  .start-xs {
    justify-content: flex-start;
    text-align: start; }
  .center-xs {
    justify-content: center;
    text-align: center; }
  .end-xs {
    justify-content: flex-end;
    text-align: end; }
  .around-xs {
    justify-content: space-around; }
  .between-xs {
    justify-content: space-between; }
  .direction-row-reverse-xs {
    flex-direction: row-reverse; }
  .direction-row-xs {
    flex-direction: row; }
  .direction-col-reverse-xs {
    flex-direction: column-reverse; }
  .direction-col-xs {
    flex-direction: column; }
  .first-xs {
    order: -1; }
  .last-xs {
    order: 1; } }

.ungutter {
  margin-left: 0;
  margin-right: 0; }

body {
  display: flex;
  flex-direction: column; }

main {
  flex: 1 0 auto; }

h1 {
  margin-bottom: 1.5rem;
  font-size: 40px; }
  @media (max-width: 1279px) {
    h1 {
      margin-bottom: 1rem;
      font-size: 32px; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 24px; } }

h2 {
  margin-top: 56px;
  margin-bottom: 16px;
  font-size: 32px; }
  @media (max-width: 1279px) {
    h2 {
      font-size: 24px; } }

h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 24px; }

a {
  transition: 0.3s ease; }
  a:link, a:visited {
    color: #3949e7; }
  a:hover {
    color: #f21f5b; }
  a.white-link:hover {
    opacity: .7; }

img {
  max-width: 100%; }

ul li {
  margin-bottom: 5px; }

ul ul {
  margin-top: .5rem; }
  ul ul li {
    margin-bottom: .5rem;
    font-size: 14px; }
  ul ul ul li::before {
    width: 8px;
    height: 1px;
    background-color: #3949e7; }

ol li {
  margin-bottom: .5rem; }
  ol li::before {
    content: '';
    counter-increment: none; }

ol > li::before {
  content: counter(li-count) ".";
  counter-increment: li-count; }

ul,
ol {
  padding-left: 1rem; }

table {
  display: block; }
  table thead tr {
    font-weight: 600;
    border-top: none;
    border-bottom: 1px solid #222; }
    table thead tr:last-child {
      border-bottom: 1px solid #222; }
    table thead tr th {
      padding: 12px !important; }
  table tbody tr:first-child {
    border-top: none; }
  table tbody tr td {
    padding: 12px !important; }
  @media (max-width: 991px) {
    table {
      overflow: scroll; } }

table tbody tr:nth-child(odd) {
  background: transparent; }

@media (max-width: 567px) {
  iframe {
    max-height: 250px; } }

@media (max-width: 991px) {
  iframe {
    max-height: 350px; } }

.section {
  padding: 2.5rem 0 5rem; }
  .section--common .section-text {
    max-width: 530px; }
  .section--dark {
    background: #EAEFFC; }
  .section__list {
    margin-bottom: 4rem; }
  .section-text {
    margin: 0 0 1.5rem;
    line-height: 28px; }
    .section-text:last-child {
      margin: 0; }
    .section-text--sm-margin {
      margin: 0 0 1rem; }
    @media (max-width: 991px) {
      .section-text {
        margin-bottom: 1rem; } }
  .section-heading {
    margin: 0 0 2rem;
    font-size: 40px; }
    @media (max-width: 1279px) {
      .section-heading {
        margin: 0 0 1rem;
        font-size: 32px; } }
    @media (max-width: 767px) {
      .section-heading {
        font-size: 24px; } }
  .section-subheading {
    margin: 0 0 1.5rem; }
  .section-image {
    height: 100%; }

.link-arrow {
  display: flex;
  align-items: center; }
  .link-arrow::before {
    margin-left: .4rem;
    order: 1; }

.icon-arrow-left::before {
  margin-right: .4rem; }

.link-file {
  color: #6a6a6a; }

@media (max-width: 767px) {
  .icon-arrow-right::before {
    display: none; } }

.content-block {
  max-width: 75%; }
  @media (max-width: 1279px) {
    .content-block {
      max-width: 100%; } }

.required-mark,
.required > .required {
  color: #f21f5b; }

.form__notice {
  font-size: 14px; }

.form-group.error textarea,
.form-group.error select {
  border-color: #f21f5b; }

.form-group.success textarea,
.form-group.success select {
  border-color: #38c463; }

.event-page__block {
  margin-bottom: 1rem; }

.event-page h3 {
  margin: 2rem 0 1rem; }

.no-scroll {
  overflow: hidden; }

.link-file {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px; }
  .link-file--mr-lg {
    margin-right: 40px; }
  .link-file__svg {
    width: 24px;
    height: 24px;
    vertical-align: middle; }
  .link-file__info {
    color: #222; }

.decor-border {
  display: block;
  width: 100%;
  height: 1px;
  margin: 16px 0;
  background-color: #b9bdf6; }

.mb-16 {
  margin-bottom: 16px; }

.mb-56 {
  margin-bottom: 56px; }

.mb-0 {
  margin-bottom: 0; }

.mb-5 {
  margin-bottom: 5px; }

.italic-heading {
  margin-bottom: 8px;
  font-style: italic;
  font-weight: bold;
  font-size: 32px;
  color: #2e2fb2; }

.numbers__heading {
  text-align: center; }

.numbers {
  display: flex;
  flex-wrap: wrap; }
  .numbers .numbers__item {
    position: relative;
    width: 50%;
    padding: 32px; }
    @media (max-width: 991px) {
      .numbers .numbers__item {
        width: 100%;
        padding: 16px; } }
    .numbers .numbers__item:nth-child(1)::before, .numbers .numbers__item:nth-child(1)::after {
      content: "";
      position: absolute;
      display: block;
      right: 0;
      bottom: 0;
      transform: translate(50%, 50%); }
      @media (max-width: 991px) {
        .numbers .numbers__item:nth-child(1)::before, .numbers .numbers__item:nth-child(1)::after {
          display: none; } }
    .numbers .numbers__item:nth-child(1)::before {
      width: 32px;
      height: 32px;
      background: #fff;
      z-index: 2; }
    .numbers .numbers__item:nth-child(1)::after {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #f21f5b;
      z-index: 2; }
    .numbers .numbers__item:nth-child(odd) {
      border-right: 1px solid #d4d6d7; }
      @media (max-width: 991px) {
        .numbers .numbers__item:nth-child(odd) {
          border: none; } }
    .numbers .numbers__item:nth-child(1), .numbers .numbers__item:nth-child(2) {
      border-bottom: 1px solid #d4d6d7; }
      @media (max-width: 991px) {
        .numbers .numbers__item:nth-child(1), .numbers .numbers__item:nth-child(2) {
          border: none; } }
  .numbers .numbers__number {
    margin-bottom: 1rem;
    color: #3949e7;
    font-size: 4rem;
    line-height: 1;
    font-weight: bold; }
    @media (max-width: 1279px) {
      .numbers .numbers__number {
        font-size: 3rem; } }
  .numbers .numbers__text {
    font-size: 14px;
    line-height: 1.5rem;
    font-weight: 600; }

.news .cell {
  display: flex;
  margin-bottom: 32px; }

.news .news__heading {
  text-align: center; }

.news .news__item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-size: 14px;
  border: 1px solid rgba(106, 106, 106, 0.2);
  line-height: 1.5rem;
  transition: all 0.4s ease;
  overflow: hidden; }
  .news .news__item:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.16); }

.news .news__item-heading {
  margin-bottom: .5rem;
  font-family: Open Sans, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  font-weight: 600;
  transition: all 0.4s ease; }
  .news .news__item-heading:hover {
    color: #3949e7; }

.news .news__item-img {
  position: relative;
  height: 248px;
  overflow: hidden; }
  .news .news__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .news .news__item-img::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(137.11deg, rgba(67, 178, 226, 0.3) 40.88%, rgba(57, 81, 227, 0.3) 63.42%); }

.news .news__item-description {
  padding: 32px; }
  @media (max-width: 1279px) {
    .news .news__item-description {
      padding: 16px; } }

.news .news__item-date {
  font-size: 12px;
  color: #6a6a6a; }

.footer {
  position: relative;
  margin-top: 60px;
  font-size: 13px;
  color: #fff;
  background-color: #232473; }
  .footer__info-block {
    display: flex; }
  .footer__wrap {
    align-items: center;
    min-height: 88px;
    display: grid;
    justify-items: end; }
  .footer__marker-self {
    align-self: center; }
  .footer__marker {
    width: 28px;
    height: 28px;
    border: 1px white solid;
    border-radius: 50%; }
    .footer__marker span {
      position: relative;
      text-align: center;
      top: 4px;
      left: 2px; }
  .footer__copyright {
    margin: 10px 0; }
    .footer__copyright-journal {
      width: 250px; }
    .footer__copyright-p {
      margin-bottom: 5px; }
      .footer__copyright-p:last-child {
        margin-bottom: 0; }
    .footer__copyright a {
      color: #fff; }
      .footer__copyright a:hover {
        color: #f21f5b; }
  .footer__copyright-url {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

.header .wrapper {
  justify-content: space-between;
  align-content: center; }

.header-panel {
  padding: 16px 0;
  background-color: #fff; }
  .header-panel__logo-link {
    display: flex;
    align-items: center; }
  .header-panel__logo-svg {
    max-width: 145px;
    max-height: 16px; }
  .header-panel__text {
    margin: 0 1rem;
    font-size: 10px; }

.header-main {
  padding: 32px 0;
  color: #fff;
  background-color: #2e2fb2; }
  .header-main__locale:link, .header-main__locale:visited {
    color: #fff;
    font-size: 20px;
    line-height: 21px; }
    @media (max-width: 1279px) {
      .header-main__locale:link, .header-main__locale:visited {
        font-size: 16px; } }
  .header-main__logo:link, .header-main__logo:visited {
    font-weight: bold;
    font-size: 32px;
    font-family: "Muller", "Arial", sans-serif;
    color: #fff;
    margin: 0; }
    @media (max-width: 1279px) {
      .header-main__logo:link, .header-main__logo:visited {
        font-size: 20px;
        align-items: center; } }
  .header-main__logo-img {
    width: 49px;
    margin-right: 16px;
    border-radius: 2px; }

.main {
  padding-top: 60px; }

.sidebar {
  color: #fff;
  background-color: #2e2fb2; }
  .sidebar__item {
    border-bottom: 1px solid #5657d3; }
    .sidebar__item:last-child {
      border-bottom: none; }
    .sidebar__item:hover {
      border-color: #3949e7; }
    .sidebar__item--parent:hover {
      border-color: #5657d3; }
    .sidebar__item-head {
      display: block;
      padding: 18px 24px 10px 32px;
      font-weight: 600;
      text-transform: uppercase;
      color: #fff; }
      .sidebar__item-head:link, .sidebar__item-head:visited {
        display: block;
        padding-left: 32px;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff; }
      .sidebar__item-head--link {
        padding: 18px 24px 18px 32px; }
        .sidebar__item-head--link:hover {
          background-color: #3949e7; }
  .sidebar__sub {
    padding-bottom: 12px; }
    .sidebar__sub-link {
      position: relative; }
      .sidebar__sub-link::before {
        left: 9px;
        color: #fff;
        content: "-";
        position: absolute;
        display: block; }
      .sidebar__sub-link:link, .sidebar__sub-link:visited {
        display: inline-block;
        margin-left: 32px;
        padding: 11px 8px 12px 19px;
        font-size: 14px;
        line-height: 1;
        color: #fff;
        border-radius: 2px; }
      .sidebar__sub-link:hover {
        background-color: #3949e7; }

.editors {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #b9bdf6; }
  .editors__item {
    display: flex;
    margin-right: 24px;
    font-weight: bold;
    line-height: 1; }
    .editors__item-pos {
      margin-right: 8px; }
    .editors__item-name {
      color: #3949e7; }

.license {
  display: flex;
  align-items: center;
  margin-top: 32px;
  padding-top: 32px;
  font-size: 14px;
  border-top: 1px solid #b9bdf6; }
  .license__icon {
    display: flex;
    margin-right: 16px; }
    .license__icon-svg {
      width: 32px;
      height: 32px; }

.breadcrumbs {
  margin: 16px 0; }
  .breadcrumbs__list {
    display: flex;
    padding-left: 0; }
    .breadcrumbs__list-item {
      margin-right: 4px; }
      .breadcrumbs__list-item::before {
        display: none; }
    .breadcrumbs__list-link {
      font-size: 14px; }
      .breadcrumbs__list-link--current {
        color: #6a6a6a; }

.editor-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 620px; }
  .editor-list__item {
    margin-bottom: 35px; }
    .editor-list__item-name {
      font-weight: bold;
      font-size: 22px; }
    .editor-list__item-pos {
      font-weight: bold;
      font-size: 17px; }
    .editor-list__item-place {
      display: block; }
      .editor-list__item-place:link, .editor-list__item-place:visited {
        color: #222; }

.issues__item-wrap {
  margin-bottom: 1rem; }

.issues__item-heading {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 24px; }

.issues__item-year {
  padding: 16px 32px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #2e2fb2; }

.issues__item-row {
  padding: 12px 32px 11px 32px;
  border: 1px solid #b9bdf6;
  border-top: none; }

.volume-list__item {
  margin-bottom: 24px; }
  .volume-list__item-wrap {
    position: relative;
    padding: 28px 32px 20px;
    border: 2px solid #EAEFFC; }
  .volume-list__item-heading {
    display: flex;
    max-width: 85%;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px; }
    .volume-list__item-heading p {
      margin-left: 4px; }
    .volume-list__item-heading p:last-child {
      margin-bottom: 12px; }
    .volume-list__item-heading:link, .volume-list__item-heading:visited {
      color: #000000; }
    .volume-list__item-heading:hover {
      color: #f21f5b; }
  .volume-list__item-descr {
    margin-bottom: 20px;
    margin-left: 20px;
    font-size: 14px; }
  .volume-list__item-pages {
    position: absolute;
    top: 29px;
    right: 32px;
    line-height: 1;
    font-size: 16px;
    color: #6A6A6A; }

.up {
  position: absolute;
  top: -80px;
  right: 100px;
  display: none; }
  .up__svg {
    width: 40px;
    height: 40px;
    background-color: #fff;
    cursor: pointer; }
  .up.show {
    display: block; }

.accordion .card-header {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  background-color: #3949E7;
  height: 40px;
  padding: 0 15px 0 10px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .accordion .card-header:hover {
    cursor: pointer; }
  .accordion .card-header:not(.active) svg {
    transform: rotate(180deg); }

.accordion .card-body {
  padding: 10px; }

.accordion.light .card-header {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  color: #3949E7;
  font-weight: normal;
  justify-content: flex-start; }
  .accordion.light .card-header .toggle-icon {
    margin-right: 20px; }

.article h1 {
  font-size: 24px;
  word-break: break-word; }

.article h6 {
  margin-bottom: 5px;
  margin-top: 0;
  word-break: break-word; }

.article-section {
  margin-bottom: 20px;
  font-size: 14px;
  padding-right: 25px;
  word-break: break-word; }
  .article-section ul, .article-section ol {
    padding-left: 2rem; }
  .article-section ul li::before {
    background: #090909;
    width: 5px;
    height: 5px; }

.article-section.authors {
  text-align: left; }
  .article-section.authors span {
    margin-right: 15px;
    line-height: 33px; }
    .article-section.authors span sup {
      font-size: 14px; }

.article-section.annotation {
  text-align: justify; }

.article-affiliations {
  margin-top: 10px;
  font-size: 13px; }

.article-front-page {
  margin-bottom: 20px; }
  .article-front-page img {
    max-width: 112px; }

.article .issue-info__title {
  color: #3949E7;
  font-weight: bold;
  font-size: 20px; }

.article .issue-info__pages {
  font-size: 12px;
  color: #333333; }

.article-date {
  font-size: 13px;
  border-bottom: 1px solid #DDDDDD;
  padding: 10px 0;
  display: flex;
  align-items: center; }
  .article-date:last-of-type {
    border-bottom: none; }
  .article-date svg {
    margin-right: 5px; }

.article-highlights {
  background-color: #EEEEEE;
  padding: 20px;
  max-width: 420px; }

.article-license {
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  padding-left: 10px;
  margin-top: 15px; }

.article-files {
  margin-bottom: 20px; }
  .article-files__item {
    display: flex;
    align-items: center;
    justify-content: start;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 6px; }
    .article-files__item .link-file {
      margin: 0 0 0 10px;
      color: #000000; }
      .article-files__item .link-file:hover {
        color: #3949e7; }

