@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,300,400,600,700,800);/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }
@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; }
[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-add-file::before {
  content: "a"; }

.icon-apple::before {
  content: "b"; }

.icon-arrow::before, .pagination li.disabled::before,
.pagination li a[rel="next"]::before {
  content: "c"; }

.icon-next::before, .select2-container--default.select2 .select2-selection.select2-selection--multiple::before, .select2-container--default.select2 .select2-selection__arrow b::before, .form-group .number-up::before,
.form-group .number-down::before {
  content: "d"; }

.icon-calendar::before {
  content: "e"; }

.icon-success::before, .select2-dropdown [aria-multiselectable="true"] .select2-results__option[aria-selected="true"]::before, .checkbox input[type="checkbox"]:checked + label::after {
  content: "f"; }

.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: "g"; }

.icon-copy::before {
  content: "h"; }

.icon-download::before {
  content: "i"; }

.icon-facebook::before {
  content: "j"; }

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

.icon-instagram::before {
  content: "l"; }

.icon-menu::before {
  content: "m"; }

.icon-microsoft::before {
  content: "n"; }

.icon-plus::before {
  content: "o"; }

.icon-twitter::before {
  content: "p"; }

.icon-vk::before {
  content: "q"; }

.icon-error::before, .form-group.error::before {
  content: "r"; }

.icon-good::before, .form-group.success::before {
  content: "s"; }

.icon-search::before {
  content: "t"; }

.icon-arrow-long::before {
  content: "v"; }

.icon-arrow-bottom::before {
  content: "u"; }

.icon-arrow-top::before {
  content: "w"; }

.icon-burger::before {
  content: "x"; }

.icon-cebab::before {
  content: "y"; }

.icon-corner-down::before {
  content: "z"; }

.icon-corner-left::before {
  content: "A"; }

.icon-corner-right::before {
  content: "B"; }

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

.icon-cross::before {
  content: "D"; }

.icon-dots::before {
  content: "E"; }

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

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

.icon-telegram::before {
  content: "H"; }

.icon-doc::before {
  content: "I"; }

input {
  padding: 8px 16px 8px 16px;
  font-size: 14px;
  color: #222;
  line-height: 24px;
  background-color: #fff;
  border: 1px solid #d4d6d7;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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[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;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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[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;
  -webkit-border-radius: 2px;
          border-radius: 2px; }
  .select2-dropdown .select2-results__option {
    margin: 0;
    padding: 8px 16px 8px 16px;
    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;
      cursor: default; }
    .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: #00857a;
        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;
    -webkit-border-radius: 40px;
            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;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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[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;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              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%;
        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-selection:focus {
    outline: none; }

.select2-container--default.select2.select2-container--default.select2-container--open .select2-selection {
  -webkit-border-radius: 2px;
          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; }
  .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;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    top: 0; }

.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; }

textarea {
  padding: 8px 16px 8px 16px;
  font-size: 14px;
  color: #222;
  line-height: 24px;
  background-color: #fff;
  border: 1px solid #d4d6d7;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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[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: 32px; }
  .form-group::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 12px;
    right: 16px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-family: 'icons';
    -webkit-border-radius: 50%;
            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; }
  .form-group.error input {
    padding-right: 40px;
    border-color: #ff3448; }
  .form-group.error::before {
    color: #ff3448; }
  .form-group.error .error-msg {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 12px;
    color: #ff3448;
    line-height: 13px; }
  .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;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    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;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            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: 8px 8px 8px 24px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer; }
  .checkbox label::before {
    content: "";
    position: absolute;
    display: block;
    top: 12px;
    left: 0;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #8CA2D8;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .checkbox label ~ label {
    margin-left: 16px; }

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

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

.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: 8px 8px 8px 24px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer; }
  .radio label::before {
    content: "";
    position: absolute;
    display: block;
    top: 12px;
    left: 0;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #8CA2D8;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .radio label::after {
    content: "";
    position: absolute;
    display: block;
    display: block;
    position: absolute;
    top: 16px;
    left: 4px;
    width: 8px;
    height: 8px;
    background: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .radio label ~ label {
    margin-left: 16px; }

.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;
  padding-bottom: 0;
  margin-left: 0; }
  .form-group.form-group_vertical label ~ label {
    margin-left: 0; }

.switch label {
  position: relative;
  display: inline-block;
  padding: 8px 8px 8px 56px;
  font-weight: 400;
  line-height: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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;
    -webkit-border-radius: 40px;
            border-radius: 40px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .switch label::after {
    content: "";
    position: absolute;
    display: block;
    top: 12px;
    left: 4px;
    width: 16px;
    height: 16px;
    background: #8CA2D8;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    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%; }
    .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;
    top: 0;
    right: 0;
    width: 48px;
    font-size: 24px;
    color: #d4d6d7;
    text-align: center;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer; }
    .datepicker .input-group-addon:hover {
      color: #A4A6A6; }
  .datepicker tr:nth-child(2n+1) {
    background: #fff; }

.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;
    -webkit-border-radius: 2px;
            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;
          -webkit-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          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;
          -webkit-border-radius: 2px;
                  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;
          -webkit-border-radius: 2px;
                  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::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 {
      color: #6a6a6a;
      font-size: 10px; }
      .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 {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .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; }
    .pagination li a,
    .pagination li span {
      display: block;
      width: 24px;
      height: 24px;
      color: #6a6a6a;
      line-height: 24px;
      font-size: 14px;
      text-align: center;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      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: #00857a; }
    .pagination li.disabled::before,
    .pagination li a[rel="next"]::before {
      display: block;
      top: 0;
      left: 0;
      width: 24px;
      height: auto;
      background: none;
      line-height: 24px;
      text-align: center;
      font-size: 8px;
      font-family: 'icons'; }
    .pagination li.disabled::before {
      color: #6a6a6a;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .pagination li a[rel="next"]::before {
      color: #00857a;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      background: #EAEFFC; }

html {
  font-family: Open Sans, Arial, sans-serif !important;
  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;
  margin-bottom: 1em; }

h1,
h2 {
  font-weight: 800; }

h3,
h4,
h5,
h6 {
  font-weight: bold; }

h1 {
  margin-top: 0;
  font-size: 3rem;
  line-height: 1; }
  @media (max-width: 991px) {
    h1 {
      font-size: 2.5rem; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 2rem; } }

h2 {
  font-size: 2.5rem;
  line-height: 1; }

h3 {
  font-size: 2rem;
  line-height: 1.25; }
  @media (max-width: 991px) {
    h3 {
      font-size: 1.5rem; } }
  @media (max-width: 767px) {
    h3 {
      font-size: 2rem; } }

h4 {
  font-size: 1.5rem;
  line-height: 1.25; }
  @media (max-width: 991px) {
    h4 {
      font-size: 1.25rem; } }

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

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

.slider-heading {
  font-family: Muller, Arial, sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: 800;
  color: #fff; }

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

p:last-child {
  margin-bottom: 0; }

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

ul ul, ol ol, ul ol, ol ul {
  margin-top: 0;
  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: #00857a;
  text-decoration: none; }

a:visited {
  color: #00857a; }

a:hover {
  color: #00524b; }

a:active {
  color: #00857a; }

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

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

figcaption {
  line-height: 2.25; }

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

ul li,
ol li {
  margin-top: 1rem; }
  ul li:first-child,
  ol li:first-child {
    margin-top: 0; }

ul {
  list-style: none; }
  ul li {
    position: relative;
    line-height: 2; }
    ul li::before {
      content: "";
      position: absolute;
      display: block;
      background: #ef532d;
      width: .5rem;
      height: .5rem;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      left: -13px;
      top: 1rem;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

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

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

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

table {
  font-size: 14px;
  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: #ebf6f5; }
  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;
    -webkit-box-sizing: border-box;
            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; }

.required-mark {
  color: #ffce62; }

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

html {
  height: 100%; }

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

input,
select,
button,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: 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: #fff; }

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

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

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

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

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

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px; }

.cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          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%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }

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

.lg-11 {
  width: 91.666667%;
  -webkit-flex-basis: 91.666667%;
      -ms-flex-preferred-size: 91.666667%;
          flex-basis: 91.666667%; }

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

.lg-10 {
  width: 83.333333%;
  -webkit-flex-basis: 83.333333%;
      -ms-flex-preferred-size: 83.333333%;
          flex-basis: 83.333333%; }

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

.lg-9 {
  width: 75%;
  -webkit-flex-basis: 75%;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%; }

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

.lg-8 {
  width: 66.666667%;
  -webkit-flex-basis: 66.666667%;
      -ms-flex-preferred-size: 66.666667%;
          flex-basis: 66.666667%; }

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

.lg-7 {
  width: 58.333333%;
  -webkit-flex-basis: 58.333333%;
      -ms-flex-preferred-size: 58.333333%;
          flex-basis: 58.333333%; }

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

.lg-6 {
  width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }

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

.lg-5 {
  width: 41.666667%;
  -webkit-flex-basis: 41.666667%;
      -ms-flex-preferred-size: 41.666667%;
          flex-basis: 41.666667%; }

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

.lg-4 {
  width: 33.333333%;
  -webkit-flex-basis: 33.333333%;
      -ms-flex-preferred-size: 33.333333%;
          flex-basis: 33.333333%; }

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

.lg-3 {
  width: 25%;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%; }

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

.lg-2 {
  width: 16.666667%;
  -webkit-flex-basis: 16.666667%;
      -ms-flex-preferred-size: 16.666667%;
          flex-basis: 16.666667%; }

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

.lg-1 {
  width: 8.333333%;
  -webkit-flex-basis: 8.333333%;
      -ms-flex-preferred-size: 8.333333%;
          flex-basis: 8.333333%; }

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

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

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

.middle-lg {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

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

.baseline-lg {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.visible-lg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.hidden-lg {
  display: none; }

.start-lg {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: start; }

.center-lg {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

.end-lg {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: end; }

.around-lg {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.between-lg {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.direction-row-reverse-lg {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.direction-row-lg {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.direction-col-reverse-lg {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.direction-col-lg {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.first-lg {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1; }

.last-lg {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

@media (max-width: 1279px) {
  .md-12 {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
  .md-offset-12 {
    margin-left: 100%; }
  .md-11 {
    width: 91.666667%;
    -webkit-flex-basis: 91.666667%;
        -ms-flex-preferred-size: 91.666667%;
            flex-basis: 91.666667%; }
  .md-offset-11 {
    margin-left: 91.666667%; }
  .md-10 {
    width: 83.333333%;
    -webkit-flex-basis: 83.333333%;
        -ms-flex-preferred-size: 83.333333%;
            flex-basis: 83.333333%; }
  .md-offset-10 {
    margin-left: 83.333333%; }
  .md-9 {
    width: 75%;
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%; }
  .md-offset-9 {
    margin-left: 75%; }
  .md-8 {
    width: 66.666667%;
    -webkit-flex-basis: 66.666667%;
        -ms-flex-preferred-size: 66.666667%;
            flex-basis: 66.666667%; }
  .md-offset-8 {
    margin-left: 66.666667%; }
  .md-7 {
    width: 58.333333%;
    -webkit-flex-basis: 58.333333%;
        -ms-flex-preferred-size: 58.333333%;
            flex-basis: 58.333333%; }
  .md-offset-7 {
    margin-left: 58.333333%; }
  .md-6 {
    width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; }
  .md-offset-6 {
    margin-left: 50%; }
  .md-5 {
    width: 41.666667%;
    -webkit-flex-basis: 41.666667%;
        -ms-flex-preferred-size: 41.666667%;
            flex-basis: 41.666667%; }
  .md-offset-5 {
    margin-left: 41.666667%; }
  .md-4 {
    width: 33.333333%;
    -webkit-flex-basis: 33.333333%;
        -ms-flex-preferred-size: 33.333333%;
            flex-basis: 33.333333%; }
  .md-offset-4 {
    margin-left: 33.333333%; }
  .md-3 {
    width: 25%;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%; }
  .md-offset-3 {
    margin-left: 25%; }
  .md-2 {
    width: 16.666667%;
    -webkit-flex-basis: 16.666667%;
        -ms-flex-preferred-size: 16.666667%;
            flex-basis: 16.666667%; }
  .md-offset-2 {
    margin-left: 16.666667%; }
  .md-1 {
    width: 8.333333%;
    -webkit-flex-basis: 8.333333%;
        -ms-flex-preferred-size: 8.333333%;
            flex-basis: 8.333333%; }
  .md-offset-1 {
    margin-left: 8.333333%; }
  .md-offset-0 {
    margin-left: 0; }
  .top-md {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .baseline-md {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .visible-md {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .hidden-md {
    display: none; }
  .start-md {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end; }
  .around-md {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .direction-row-reverse-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .direction-row-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .direction-col-reverse-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .direction-col-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }

@media (max-width: 991px) {
  .sm-12 {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
  .sm-offset-12 {
    margin-left: 100%; }
  .sm-11 {
    width: 91.666667%;
    -webkit-flex-basis: 91.666667%;
        -ms-flex-preferred-size: 91.666667%;
            flex-basis: 91.666667%; }
  .sm-offset-11 {
    margin-left: 91.666667%; }
  .sm-10 {
    width: 83.333333%;
    -webkit-flex-basis: 83.333333%;
        -ms-flex-preferred-size: 83.333333%;
            flex-basis: 83.333333%; }
  .sm-offset-10 {
    margin-left: 83.333333%; }
  .sm-9 {
    width: 75%;
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%; }
  .sm-offset-9 {
    margin-left: 75%; }
  .sm-8 {
    width: 66.666667%;
    -webkit-flex-basis: 66.666667%;
        -ms-flex-preferred-size: 66.666667%;
            flex-basis: 66.666667%; }
  .sm-offset-8 {
    margin-left: 66.666667%; }
  .sm-7 {
    width: 58.333333%;
    -webkit-flex-basis: 58.333333%;
        -ms-flex-preferred-size: 58.333333%;
            flex-basis: 58.333333%; }
  .sm-offset-7 {
    margin-left: 58.333333%; }
  .sm-6 {
    width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; }
  .sm-offset-6 {
    margin-left: 50%; }
  .sm-5 {
    width: 41.666667%;
    -webkit-flex-basis: 41.666667%;
        -ms-flex-preferred-size: 41.666667%;
            flex-basis: 41.666667%; }
  .sm-offset-5 {
    margin-left: 41.666667%; }
  .sm-4 {
    width: 33.333333%;
    -webkit-flex-basis: 33.333333%;
        -ms-flex-preferred-size: 33.333333%;
            flex-basis: 33.333333%; }
  .sm-offset-4 {
    margin-left: 33.333333%; }
  .sm-3 {
    width: 25%;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%; }
  .sm-offset-3 {
    margin-left: 25%; }
  .sm-2 {
    width: 16.666667%;
    -webkit-flex-basis: 16.666667%;
        -ms-flex-preferred-size: 16.666667%;
            flex-basis: 16.666667%; }
  .sm-offset-2 {
    margin-left: 16.666667%; }
  .sm-1 {
    width: 8.333333%;
    -webkit-flex-basis: 8.333333%;
        -ms-flex-preferred-size: 8.333333%;
            flex-basis: 8.333333%; }
  .sm-offset-1 {
    margin-left: 8.333333%; }
  .sm-offset-0 {
    margin-left: 0; }
  .top-sm {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .baseline-sm {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .visible-sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .hidden-sm {
    display: none; }
  .start-sm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end; }
  .around-sm {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .direction-row-reverse-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .direction-row-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .direction-col-reverse-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .direction-col-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }

@media (max-width: 767px) {
  .xs-12 {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
  .xs-offset-12 {
    margin-left: 100%; }
  .xs-11 {
    width: 91.666667%;
    -webkit-flex-basis: 91.666667%;
        -ms-flex-preferred-size: 91.666667%;
            flex-basis: 91.666667%; }
  .xs-offset-11 {
    margin-left: 91.666667%; }
  .xs-10 {
    width: 83.333333%;
    -webkit-flex-basis: 83.333333%;
        -ms-flex-preferred-size: 83.333333%;
            flex-basis: 83.333333%; }
  .xs-offset-10 {
    margin-left: 83.333333%; }
  .xs-9 {
    width: 75%;
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%; }
  .xs-offset-9 {
    margin-left: 75%; }
  .xs-8 {
    width: 66.666667%;
    -webkit-flex-basis: 66.666667%;
        -ms-flex-preferred-size: 66.666667%;
            flex-basis: 66.666667%; }
  .xs-offset-8 {
    margin-left: 66.666667%; }
  .xs-7 {
    width: 58.333333%;
    -webkit-flex-basis: 58.333333%;
        -ms-flex-preferred-size: 58.333333%;
            flex-basis: 58.333333%; }
  .xs-offset-7 {
    margin-left: 58.333333%; }
  .xs-6 {
    width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; }
  .xs-offset-6 {
    margin-left: 50%; }
  .xs-5 {
    width: 41.666667%;
    -webkit-flex-basis: 41.666667%;
        -ms-flex-preferred-size: 41.666667%;
            flex-basis: 41.666667%; }
  .xs-offset-5 {
    margin-left: 41.666667%; }
  .xs-4 {
    width: 33.333333%;
    -webkit-flex-basis: 33.333333%;
        -ms-flex-preferred-size: 33.333333%;
            flex-basis: 33.333333%; }
  .xs-offset-4 {
    margin-left: 33.333333%; }
  .xs-3 {
    width: 25%;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%; }
  .xs-offset-3 {
    margin-left: 25%; }
  .xs-2 {
    width: 16.666667%;
    -webkit-flex-basis: 16.666667%;
        -ms-flex-preferred-size: 16.666667%;
            flex-basis: 16.666667%; }
  .xs-offset-2 {
    margin-left: 16.666667%; }
  .xs-1 {
    width: 8.333333%;
    -webkit-flex-basis: 8.333333%;
        -ms-flex-preferred-size: 8.333333%;
            flex-basis: 8.333333%; }
  .xs-offset-1 {
    margin-left: 8.333333%; }
  .xs-offset-0 {
    margin-left: 0; }
  .top-xs {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .middle-xs {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .bottom-xs {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .baseline-xs {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .visible-xs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .hidden-xs {
    display: none; }
  .start-xs {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start; }
  .center-xs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .end-xs {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end; }
  .around-xs {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .between-xs {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .direction-row-reverse-xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .direction-row-xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .direction-col-reverse-xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .direction-col-xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .first-xs {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .last-xs {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }

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

.indent-lg {
  margin-bottom: 96px !important; }

.indent-md {
  margin-bottom: 64px !important; }

.indent-sm {
  margin-bottom: 16px !important; }

.button,
a.button {
  display: inline-block;
  height: 40px;
  padding: 7px 16px 9px 16px;
  font-family: Open Sans, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #222;
  line-height: 24px;
  border: 1px solid #222;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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-blue,
  a.button-blue {
    color: #fff;
    border-color: #00857a;
    background-color: #00857a; }
    .button-blue:hover, .button-blue:focus,
    a.button-blue:hover,
    a.button-blue:focus {
      border-color: #00524b;
      background-color: #00524b; }
    .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: #ffce62;
    background-color: #ffce62; }
    .button-red:hover, .button-red:focus,
    a.button-red:hover,
    a.button-red:focus {
      border-color: #ffbe2f;
      background-color: #ffbe2f; }
    .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-green,
  a.button-green {
    color: #fff;
    border-color: #98c748;
    background-color: #98c748; }
    .button-green:hover, .button-green:focus,
    a.button-green:hover,
    a.button-green:focus {
      border-color: #7da834;
      background-color: #7da834; }
    .button-green[disabled],
    a.button-green[disabled] {
      color: #fff;
      opacity: 0.4;
      pointer-events: none; }
      .button-green[disabled]:hover, .button-green[disabled]:focus,
      a.button-green[disabled]:hover,
      a.button-green[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;
    font-size: 18px;
    padding-left: 24px;
    padding-right: 24px;
    line-height: 30px; }
  .button-bordered.button-blue,
  a.button-bordered.button-blue {
    color: #00857a;
    background-color: #fff;
    border-color: #00857a; }
    .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: #00524b; }
    .button-bordered.button-blue[disabled],
    a.button-bordered.button-blue[disabled] {
      color: #EAEFFC;
      background: #fff;
      border-color: #EAEFFC;
      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 {
        color: #EAEFFC;
        background: #fff;
        border-color: #EAEFFC; }
  .button-bordered.button-red,
  a.button-bordered.button-red {
    color: #ffce62;
    background-color: #fff;
    border-color: #ffce62; }
    .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: #ffbe2f; }
    .button-bordered.button-red[disabled],
    a.button-bordered.button-red[disabled] {
      color: #EAEFFC;
      background: #fff;
      border-color: #EAEFFC;
      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 {
        color: #EAEFFC;
        background: #fff;
        border-color: #EAEFFC; }
  .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] {
      color: #EAEFFC;
      background: #fff;
      border-color: #EAEFFC;
      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 {
        color: #EAEFFC;
        background: #fff;
        border-color: #EAEFFC; }
  .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] {
      color: #EAEFFC;
      background: #fff;
      border-color: #EAEFFC;
      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 {
        color: #EAEFFC;
        background: #fff;
        border-color: #EAEFFC; }
  .button-bordered.button-green,
  a.button-bordered.button-green {
    color: #98c748;
    background-color: #fff;
    border-color: #98c748; }
    .button-bordered.button-green:hover, .button-bordered.button-green:focus,
    a.button-bordered.button-green:hover,
    a.button-bordered.button-green:focus {
      color: #fff;
      background-color: #7da834; }
    .button-bordered.button-green[disabled],
    a.button-bordered.button-green[disabled] {
      color: #EAEFFC;
      background: #fff;
      border-color: #EAEFFC;
      pointer-events: none; }
      .button-bordered.button-green[disabled]:hover, .button-bordered.button-green[disabled]:focus,
      a.button-bordered.button-green[disabled]:hover,
      a.button-bordered.button-green[disabled]:focus {
        color: #EAEFFC;
        background: #fff;
        border-color: #EAEFFC; }
  .button-raw,
  a.button-raw {
    background: none;
    border: none; }
    .button-raw.button-blue,
    a.button-raw.button-blue {
      color: #00857a;
      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: #00524b;
        background: none; }
      .button-raw.button-blue[disabled],
      a.button-raw.button-blue[disabled] {
        color: #EAEFFC; }
        .button-raw.button-blue[disabled]:hover, .button-raw.button-blue[disabled]:focus,
        a.button-raw.button-blue[disabled]:hover,
        a.button-raw.button-blue[disabled]:focus {
          color: #EAEFFC; }
    .button-raw.button-red,
    a.button-raw.button-red {
      color: #ffce62;
      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: #ffbe2f;
        background: none; }
      .button-raw.button-red[disabled],
      a.button-raw.button-red[disabled] {
        color: #EAEFFC; }
        .button-raw.button-red[disabled]:hover, .button-raw.button-red[disabled]:focus,
        a.button-raw.button-red[disabled]:hover,
        a.button-raw.button-red[disabled]:focus {
          color: #EAEFFC; }
    .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-light-blue[disabled],
      a.button-raw.button-light-blue[disabled] {
        color: #EAEFFC; }
        .button-raw.button-light-blue[disabled]:hover, .button-raw.button-light-blue[disabled]:focus,
        a.button-raw.button-light-blue[disabled]:hover,
        a.button-raw.button-light-blue[disabled]:focus {
          color: #EAEFFC; }
    .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-raw.button-aqua[disabled],
      a.button-raw.button-aqua[disabled] {
        color: #EAEFFC; }
        .button-raw.button-aqua[disabled]:hover, .button-raw.button-aqua[disabled]:focus,
        a.button-raw.button-aqua[disabled]:hover,
        a.button-raw.button-aqua[disabled]:focus {
          color: #EAEFFC; }
    .button-raw.button-green,
    a.button-raw.button-green {
      color: #98c748;
      background: none; }
      .button-raw.button-green:hover, .button-raw.button-green:focus,
      a.button-raw.button-green:hover,
      a.button-raw.button-green:focus {
        color: #7da834;
        background: none; }
      .button-raw.button-green[disabled],
      a.button-raw.button-green[disabled] {
        color: #EAEFFC; }
        .button-raw.button-green[disabled]:hover, .button-raw.button-green[disabled]:focus,
        a.button-raw.button-green[disabled]:hover,
        a.button-raw.button-green[disabled]:focus {
          color: #EAEFFC; }
  .button-rounded,
  a.button-rounded {
    -webkit-border-radius: 40px;
            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-blue,
    a.button-load[data-state="progress"].button-blue {
      color: #001f1c; }
    .button-load[data-state="progress"].button-red,
    a.button-load[data-state="progress"].button-red {
      color: #fbad00; }
    .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[data-state="progress"].button-green,
    a.button-load[data-state="progress"].button-green {
      color: #608128; }
    .button-load + .file-input,
    a.button-load + .file-input {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      border: none;
      overflow: hidden; }

.main-header {
  width: 100%;
  padding: 16px 0;
  background: #fff; }
  @media (max-width: 991px) {
    .main-header {
      position: fixed;
      padding-top: 8px;
      padding-bottom: 8px;
      z-index: 3;
      -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
              box-shadow: 0 0 16px rgba(0, 0, 0, 0.3); } }
  .main-header .main-header__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 16px;
    padding-left: 16px;
    width: 224px;
    height: 64px; }
    .main-header .main-header__logo img {
      height: 100%;
      width: auto; }
  .main-header .main-header__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 16px;
    padding-left: 16px;
    color: #222;
    text-transform: uppercase;
    font-weight: 600; }
    @media (max-width: 991px) {
      .main-header .main-header__nav {
        position: relative;
        display: none; }
        .main-header .main-header__nav.main-header__nav--active {
          content: "";
          position: absolute;
          display: block;
          top: 100%;
          right: 0;
          left: 0;
          padding: 16px;
          height: -webkit-calc(100vh - 64px);
          height: calc(100vh - 64px);
          background: #ebf6f5;
          text-align: center; } }
    @media (max-width: 767px) {
      .main-header .main-header__nav {
        text-align: left; } }
  .main-header .main-header__link {
    display: block;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 1px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-left: 24px;
    color: inherit; }
    @media (max-width: 991px) {
      .main-header .main-header__link {
        margin-left: 0;
        padding: 1rem 0; } }
    .main-header .main-header__link:first-child {
      margin-left: 0; }
    .main-header .main-header__link:link, .main-header .main-header__link:visited {
      text-decoration: none; }
    .main-header .main-header__link:hover, .main-header .main-header__link:active {
      color: #00857a; }
  .main-header .main-header__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 32px; }
    @media (max-width: 991px) {
      .main-header .main-header__social {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 8px;
        margin-left: 0;
        padding: 1rem 0; } }
  .main-header .main-header__social-link {
    position: relative;
    display: block;
    margin-left: 8px;
    width: 32px;
    height: 32px;
    background-color: #00857a;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    .main-header .main-header__social-link:first-child {
      margin-left: 0; }
    @media (max-width: 991px) {
      .main-header .main-header__social-link {
        margin: 0 4px; } }
    .main-header .main-header__social-link:hover {
      background-color: #ef532d; }
    .main-header .main-header__social-link i {
      position: relative;
      display: block;
      width: 100%;
      height: 100%; }
      .main-header .main-header__social-link i::before {
        position: absolute;
        display: block;
        top: 6px;
        left: 6px;
        color: #fff;
        font-size: 20px;
        line-height: 20px; }
      .main-header .main-header__social-link i.icon-vk::before {
        top: 8px;
        left: 5px; }
  .main-header .main-header__burger {
    display: none; }
    @media (max-width: 991px) {
      .main-header .main-header__burger {
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        margin-right: 16px;
        margin-left: 16px;
        width: 48px;
        height: 48px;
        position: relative;
        display: block; }
        .main-header .main-header__burger::after, .main-header .main-header__burger::before,
        .main-header .main-header__burger span {
          content: "";
          position: absolute;
          display: block;
          width: 32px;
          height: 2px;
          background: #00857a;
          left: 50%;
          z-index: 2;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -webkit-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease; }
        .main-header .main-header__burger::after {
          top: -webkit-calc(50% + 8px);
          top: calc(50% + 8px); }
        .main-header .main-header__burger::before {
          top: -webkit-calc(50% - 8px);
          top: calc(50% - 8px); }
        .main-header .main-header__burger span {
          top: 50%; }
        .main-header .main-header__burger.main-header__burger--active::after, .main-header .main-header__burger.main-header__burger--active::before,
        .main-header .main-header__burger.main-header__burger--active span {
          content: "";
          position: absolute;
          display: block;
          left: 50%;
          z-index: 2;
          -webkit-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease; }
        .main-header .main-header__burger.main-header__burger--active::after {
          top: -webkit-calc(50%);
          top: calc(50%);
          -webkit-transform: translate(-50%, -50%) rotate(135deg);
              -ms-transform: translate(-50%, -50%) rotate(135deg);
                  transform: translate(-50%, -50%) rotate(135deg); }
        .main-header .main-header__burger.main-header__burger--active::before {
          top: -webkit-calc(50%);
          top: calc(50%);
          -webkit-transform: translate(-50%, -50%) rotate(-135deg);
              -ms-transform: translate(-50%, -50%) rotate(-135deg);
                  transform: translate(-50%, -50%) rotate(-135deg); }
        .main-header .main-header__burger.main-header__burger--active span {
          width: 0; } }

.cover {
  padding: 88px 0;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  min-height: 512px;
  color: #fff;
  background: url(../images/cover-bg.png) no-repeat;
  /* background-position: center bottom; */
  /* filter: blur(20px); */
  background-color: #00857a;
  background-size: cover; }
  @media (max-width: 991px) {
    .cover {
      padding: 112px 0 40px;
      min-height: 32px;
      background-position: 0 bottom; } }
  .cover .cover__heading {
    margin-bottom: 0;
    font-size: 4rem;
    line-height: 1;
    letter-spacing: 3px;
    font-weight: 800;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    text-shadow: black 0 0 30px;
    }
    /* text-shadow: 0 4px 24px rgba(0, 0, 0, 0.25); } */
    @media (max-width: 991px) {
      .cover .cover__heading {
        font-size: 3rem; } }
    @media (max-width: 767px) {
      .cover .cover__heading {
        font-size: 2rem; } }
  .cover .cover__lead {
    max-width: 26rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 1.5;
    -webkit-text-stroke-width: 0.6px;
    -webkit-text-stroke-color: black;
    text-shadow: black 0 0 10px;
    font-weight: bold; }
  .cover .cover__button {
    color: #222;
    padding-right: 3rem;
    padding-left: 3rem; }

.text-with-image .text-with-image__heading {
  margin-top: 3rem;
  max-width: 24rem;
  color: #00857a;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .text-with-image .text-with-image__heading {
      max-width: inherit; } }

.text-with-image .text-with-image__content {
  position: relative;
  padding: 2.5rem;
  margin-left: -2.5rem;
  background: #fff;
  z-index: -22222222222; }
  @media (max-width: 991px) {
    .text-with-image .text-with-image__content {
      padding: 0;
      margin: 0; } }
  .text-with-image .text-with-image__content::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 2.5rem;
    width: 150px;
    height: 2px;
    background: #ef532d; }
    @media (max-width: 991px) {
      .text-with-image .text-with-image__content::before {
        display: none; } }

.text-with-image ul {
  padding-left: 0; }
  .text-with-image ul li {
    padding-left: 1rem; }
    .text-with-image ul li::before {
      left: 0; }

.text-with-image .text-with-image__img-wrapper {
  margin-left: -14rem;
  height: 28rem;
  overflow: hidden; }
  @media (max-width: 1279px) {
    .text-with-image .text-with-image__img-wrapper {
      margin-left: -5rem;
      height: 20rem; } }
  @media (max-width: 991px) {
    .text-with-image .text-with-image__img-wrapper {
      margin-left: 0; } }
  .text-with-image .text-with-image__img-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.news {
  background-color: #ebf6f5; }
  .news .news__heading {
    color: #00857a;
    text-align: center;
    text-transform: uppercase; }
  .news .news-item {
    display: block;
    height: 100%;
    color: #222;
    background-color: #fff;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    .news .news-item:hover {
      -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.24);
              box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.24); }
      .news .news-item:hover .news-item__social {
        color: #00857a; }
  .news .news-item__social {
    position: relative;
    padding: .5rem 1rem .5rem 3rem;
    font-size: .85rem;
    line-height: 2rem;
    color: #6a6a6a; }
    .news .news-item__social::before {
      content: "";
      position: absolute;
      display: block;
      top: .5rem;
      left: .5rem;
      width: 2rem;
      height: 2rem;
      font-size: 1.25rem;
      line-height: 2rem;
      text-align: center; }
  .news .news-item__social--fb::before {
    content: "j";
    position: absolute;
    display: block;
    font-family: Icons; }
  .news .news-item__social--vk::before {
    content: "q";
    position: absolute;
    display: block;
    font-family: Icons; }
  .news .news-item__cover {
    height: 12rem; }
  .news .news-item__cover-img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .news .news-item__caption {
    padding: 1rem 1rem 2rem;
    font-weight: 600; }
  .news .news-item__date {
    margin-bottom: .5rem;
    font-size: .75rem;
    line-height: 1rem;
    color: #6a6a6a;
    font-weight: normal;
    text-transform: uppercase; }

.icons {
  background: url(../images/icons-bg.jpg) no-repeat;
  background-position: center center;
  background-color: #00857a;
  -webkit-background-size: cover;
          background-size: cover; }
  .icons .icons__heading {
    color: #fff;
    text-align: center;
    text-transform: uppercase; }
  .icons .icons__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 32px;
    padding: 1rem 2rem;
    min-height: 7rem;
    height: -webkit-calc(100% - 32px);
    height: calc(100% - 32px);
    background-color: #fff;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    @media (max-width: 991px) {
      .icons .icons__item {
        padding: 1rem;
        min-height: 1rem; } }
    .icons .icons__item:hover {
      -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
              box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4); }
  .icons .icons__item-icon {
    width: 56px;
    height: 56px;
    margin-right: 1rem;
    -o-object-fit: contain;
       object-fit: contain; }
  .icons .icons__item-heading {
    margin: 0;
    max-width: 16rem;
    font-family: Open Sans, Arial, sans-serif;
    color: #222; }

.contacts .contacts__heading {
  color: #00857a;
  text-align: center;
  text-transform: uppercase; }

.contacts .contacts__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.5rem;
  min-height: 104px; }
  @media (max-width: 991px) {
    .contacts .contacts__item {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      min-height: auto; } }
  @media (max-width: 991px) {
    .contacts .contacts__item {
      margin-bottom: 4rem; }
      .contacts .contacts__item:last-child {
        margin-bottom: 0; } }

.contacts .contacts__item-img {
  margin-right: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  background: url(../images/contact-placeholder.png) no-repeat;
  background-position: center center;
  background-color: transparent;
  -webkit-background-size: contain;
          background-size: contain; }
  .contacts .contacts__item-img img {
    display: block;
    width: 104px;
    height: 104px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 991px) {
      .contacts .contacts__item-img img {
        width: 5rem;
        height: 5rem; } }

.contacts .contacts__item-caption {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.contacts .contacts__item-name {
  margin: 0;
  font-family: Open Sans, Arial, sans-serif;
  font-size: 1.375rem;
  line-height: 2rem; }

.contacts .contacts__item-position {
  margin-bottom: .5rem;
  font-size: .85em;
  line-height: 1.5rem;
  color: #6a6a6a; }

.contacts .contacts__item-link {
  display: block;
  font-size: .85rem;
  line-height: 1rem; }

.main-footer {
  background: #00857a;
  color: #fff;
  width: 100%;
  padding: 2rem 0;
  font-size: .75rem;
  line-height: 1.5rem; }
  .main-footer a {
    color: #fff;
    opacity: .5; }
  .main-footer .main-footer__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: auto;
    opacity: 1;
    padding-bottom: 1rem; }
    .main-footer .main-footer__logo img {
      display: block;
      width: auto;
      height: 2rem;
      margin: auto; }
    .main-footer .main-footer__logo:hover {
      opacity: .5; }
  .main-footer .main-footer__link {
    display: block; }
  .main-footer .main-footer__link:link,
  .main-footer .main-footer__link:visited {
    display: block;
    opacity: .5;
    color: #fff; }
    .main-footer .main-footer__link:link:hover,
    .main-footer .main-footer__link:visited:hover {
      color: inherit; }
    .main-footer .main-footer__link:link:link:hover, .main-footer .main-footer__link:link:visited:hover,
    .main-footer .main-footer__link:visited:link:hover,
    .main-footer .main-footer__link:visited:visited:hover {
      opacity: 1; }
  .main-footer .main-footer__contact {
    display: block;
    font-size: .85rem;
    line-height: 1.5rem;
    text-align: center;
    opacity: 1; }
    .main-footer .main-footer__contact:hover {
      opacity: .5; }
    @media (max-width: 991px) {
      .main-footer .main-footer__contact:last-child {
        margin-bottom: 1rem; } }
