@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Taviraj:300,300i,400,900");
@font-face {
  font-family: 'icomoon';
  src: url("/themes/theme_rmpdc/assets/fonts/icomoon.eot?ng5xfr");
  src: url("/themes/theme_rmpdc/assets/fonts/icomoon.eot?ng5xfr#iefix") format("embedded-opentype"), url("/themes/theme_rmpdc/assets/fonts/icomoon.ttf?ng5xfr") format("truetype"), url("/themes/theme_rmpdc/assets/fonts/icomoon.woff?ng5xfr") format("woff"), url("/themes/theme_rmpdc/assets/fonts/icomoon.svg?ng5xfr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon {
  display: inline-block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-expMedMan:before {
  content: "\e900";
  color: #6db460; }

.icon-incidMan:before {
  content: "\e901";
  color: #6db460; }

.icon-medSuppTriag:before {
  content: "\e902";
  color: #fff; }

.icon-productInfo:before {
  content: "\e903";
  color: #6db460; }

.icon-publicHealthEmerServ:before {
  content: "\e904";
  color: #6db460; }

.icon-regulReport:before {
  content: "\e905";
  color: #6db460; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f5f3f1;
  overflow-x: hidden; }

a, button {
  outline: none; }

/**
 * Remove default margin.
 */
body {
  margin: 0; }
  @media only screen and (max-width: 767px) {
    body.open-menu {
      overflow: hidden;
      height: 100vh; } }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in 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 */
  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.
 */
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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

ul, li {
  padding: 0;
  margin: 0;
  list-style-type: none; }

a {
  text-decoration: none;
  color: black; }

p, h1, h2, h3, h4, h5, h6 {
  margin: 0; }

.icon-phone {
  background-image: url(/themes/theme_rmpdc/assets/images/sprite.png);
  background-position: 0px 0px;
  width: 16px;
  height: 16px; }

.fade {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 19;
  opacity: 0.000001;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  transition: opacity .3s ease; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .fade {
      display: block; } }
  @media only screen and (max-width: 767px) {
    .fade {
      display: block; } }
  .open-menu .fade {
    pointer-events: auto;
    opacity: 1;
    z-index: 19; }
  .old-ie .fade {
    pointer-events: none;
    z-index: 0;
    opacity: 0; }
    .open-menu .old-ie .fade {
      pointer-events: auto;
      opacity: 1;
      z-index: 19; }

.break-line {
  height: 30px;
  background: #6db460; }

.droplist {
  position: absolute;
  opacity: 0.000001;
  z-index: 5;
  transition: opacity .3s ease;
  pointer-events: none;
  left: 50%;
  top: 100%;
  transform: translate3d(-50%, 0, 0);
  background: #fff;
  padding: 30px 25px;
  box-sizing: border-box;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  text-align: left; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .droplist {
      position: relative;
      overflow: hidden;
      left: 0;
      top: 0;
      padding: 20px 0;
      opacity: 1;
      pointer-events: auto;
      box-shadow: none;
      display: none;
      transform: translate3d(0, 0, 0); } }
  @media only screen and (max-width: 767px) {
    .droplist {
      position: relative;
      overflow: hidden;
      left: 0;
      top: 0;
      padding: 20px 0;
      opacity: 1;
      pointer-events: auto;
      box-shadow: none;
      display: none;
      transform: translate3d(0, 0, 0); } }
  .droplist:before {
    width: 110px;
    height: 4px;
    content: '';
    position: absolute;
    top: 0;
    background: #6db460;
    left: 50%;
    transform: translate(-50%, 0); }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .droplist:before {
        left: 0;
        opacity: 0;
        transition: opacity .4s ease;
        transition-delay: 0s;
        transform: translate(0, 0);
        width: 120%; } }
    @media only screen and (max-width: 767px) {
      .droplist:before {
        left: 0;
        opacity: 0;
        transition: opacity .4s ease;
        transition-delay: 0s;
        transform: translate(0, 0);
        width: 120%; } }
  .droplist li {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    line-height: 20px;
    display: block;
    padding: 20px 0 0 0; }
    .droplist li a {
      white-space: nowrap;
      transition: color .3s ease;
      color: #2d2926; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .droplist li a {
          white-space: normal;
          font-size: 14px;
          line-height: 18px; } }
      @media only screen and (max-width: 767px) {
        .droplist li a {
          white-space: normal;
          font-size: 14px;
          line-height: 18px; } }
      .droplist li a:hover {
        color: #23a638; }
    .droplist li.active > a {
      color: #23a638; }
    .droplist li:first-child {
      padding: 0; }
  .old-ie .droplist {
    display: none; }
  .open-drop .droplist {
    opacity: 1;
    pointer-events: auto; }
    .old-ie .open-drop .droplist {
      display: block; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .open-state .droplist:before {
      transition-delay: .15s;
      opacity: 1; } }
  @media only screen and (max-width: 767px) {
    .open-state .droplist:before {
      transition-delay: .15s;
      opacity: 1; } }

.btn {
  display: inline-block;
  background: transparent;
  border: none;
  padding: 0; }

.btn_white {
  background-color: #fff;
  color: #2d2926; }
  .btn_white.coming-soon {
    pointer-events: none; }
    .btn_white.coming-soon span {
      text-transform: none !important; }

.btn_green, .cms-button {
  background-color: #6db460;
  border: 2px solid #6db460;
  border-radius: 3px;
  transition: all .3s ease-out;
  color: #fff; }
  .btn_green span, .cms-button span {
    color: #fff;
    transition: color .3s ease-out; }
  .btn_green:hover, .cms-button:hover {
    background-color: white;
    color: #6db460; }
    .btn_green:hover span, .cms-button:hover span {
      color: #6db460; }

a.cms-button {
  display: inline-block;
  height: 50px;
  text-align: center;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 15px;
  line-height: 46px;
  color: #fff !important;
  text-transform: uppercase;
  font-family: sans-serif !important;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none !important; }
  a.cms-button:hover {
    color: #6db460 !important; }

.btn-arrow-down {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  height: 45px;
  width: 45px;
  line-height: 0;
  padding-bottom: 0; }
  .btn-arrow-down .fa {
    font-size: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #6db460; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .btn-arrow-down {
      display: block; } }
  @media only screen and (max-width: 767px) {
    .btn-arrow-down {
      display: block; } }

#sms_confirm_modal a {
  color: #6db460;
  text-decoration: underline; }

.header {
  width: 980px;
  margin: 0 auto;
  padding-top: 115px;
  padding-bottom: 30px;
  position: relative;
  z-index: 5; }
  .header:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .header {
      width: auto;
      padding: 0;
      height: 110px; } }
  @media only screen and (max-width: 767px) {
    .header {
      width: auto;
      padding: 0;
      height: 80px; } }
  .header .btn_burger {
    display: none;
    position: absolute;
    right: 20px;
    top: 55px;
    z-index: 10;
    padding-left: 60px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .header .btn_burger {
        display: block; } }
    @media only screen and (max-width: 767px) {
      .header .btn_burger {
        display: block;
        top: 30px;
        right: 10px; } }
    .header .btn_burger .fa-bars {
      transition: color .3s ease;
      font-size: 28px;
      color: #6db460;
      line-height: 28px; }
    .header .btn_burger span {
      transition: color .3s ease;
      text-transform: uppercase;
      left: 0;
      top: 50%;
      font-size: 14px;
      transform: translate(0, -50%);
      line-height: 18px;
      color: #6db460;
      position: absolute; }
    .header .btn_burger:hover .fa-bars, .header .btn_burger:hover span {
      color: #e36a3f; }
  .header.header_big {
    padding-bottom: 120px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .header.header_big {
        padding-bottom: 0px; } }
    @media only screen and (max-width: 767px) {
      .header.header_big {
        padding-bottom: 0px; } }
  .header .logo {
    position: absolute;
    top: 35px;
    left: 0; }
    .header .logo img {
      display: block;
      height: 60px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .header .logo {
        left: 20px;
        top: 25px; } }
    @media only screen and (max-width: 767px) {
      .header .logo {
        left: 10px;
        top: 19px; }
        .header .logo img {
          height: 43px; } }
  .header .search-bar {
    position: absolute;
    right: 0;
    top: 60px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .header .search-bar {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .header .search-bar {
        display: none; } }
  .header .header-nav {
    padding-top: 30px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .header .header-nav {
        position: fixed;
        transform: translate3d(405px, 0, 0);
        right: 0;
        top: 0;
        width: 405px;
        background: #fff;
        height: 100%;
        box-sizing: border-box;
        z-index: 20;
        display: block;
        pointer-events: none;
        padding-top: 0px;
        transition: transform 0.3s ease; } }
    @media only screen and (max-width: 767px) {
      .header .header-nav {
        position: fixed;
        transform: translate3d(100%, 0, 0);
        right: 0;
        bottom: 0;
        box-sizing: border-box;
        top: 0;
        display: block;
        pointer-events: none;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        background: #fff;
        height: 100%;
        box-sizing: border-box;
        z-index: 20;
        padding-top: 135px;
        transition: transform 0.3s ease; } }
    .open-menu .header .header-nav {
      transform: translate3d(0, 0, 0);
      pointer-events: auto;
      z-index: 20; }
    .header .header-nav .btn_close {
      display: none; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .header .header-nav .btn_close {
          position: absolute;
          display: block;
          right: 20px;
          top: 53px;
          width: 30px;
          height: 30px; } }
      @media only screen and (max-width: 767px) {
        .header .header-nav .btn_close {
          position: absolute;
          display: block;
          right: 20px;
          top: 30px;
          width: 30px;
          height: 30px; } }
      .header .header-nav .btn_close .icon-close:before, .header .header-nav .btn_close .icon-close:after {
        width: 30px;
        height: 3px;
        content: "";
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        background-color: #6db460;
        transition: background-color .3s ease; }
      .header .header-nav .btn_close .icon-close:before {
        left: 0;
        transform: rotate(45deg); }
      .header .header-nav .btn_close .icon-close:after {
        left: 0;
        transform: rotate(-45deg); }
      .header .header-nav .btn_close:hover .icon-close:before, .header .header-nav .btn_close:hover .icon-close:after {
        background-color: #e36a3f; }
    .header .header-nav .logo {
      display: none; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .header .header-nav .logo {
          display: block;
          position: absolute;
          left: 40px;
          padding: 0;
          top: 15px;
          width: 130px;
          border: none !important; } }
      @media only screen and (max-width: 767px) {
        .header .header-nav .logo {
          display: block;
          position: absolute;
          left: 10px;
          padding: 0;
          top: 10px;
          width: 100px;
          border: none !important; } }
    @media only screen and (min-width: 1024px) {
      .header .header-nav .header-nav__list {
        display: flex;
        justify-content: space-between; } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .header .header-nav .header-nav__list {
        display: block;
        position: relative;
        margin-top: 135px;
        margin-bottom: 80px;
        transform: translate3d(0, 0, 0);
        box-sizing: border-box;
        height: calc(100% - 215px);
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch; } }
    @media only screen and (max-width: 767px) {
      .header .header-nav .header-nav__list {
        display: block; } }
    .header .header-nav .header-nav__list__item {
      position: relative;
      display: inline-block;
      margin-left: 25px;
      padding: 0 5px;
      text-align: center; }
      .header .header-nav .header-nav__list__item > a {
        display: block;
        font-size: 18px;
        font-weight: 700;
        font-family: "Lato", sans-serif;
        white-space: nowrap;
        color: #2d2926;
        transition: color .3s ease-out;
        letter-spacing: .1px;
        padding-bottom: 15px; }
        @media only screen and (max-width: 767px) {
          .header .header-nav .header-nav__list__item > a {
            padding-bottom: 0; } }
        .header .header-nav .header-nav__list__item > a:hover {
          color: #6db460; }
        .header .header-nav .header-nav__list__item > a.btn-arrow-down {
          padding-bottom: 0;
          display: none; }
          @media only screen and (min-width: 768px) and (max-width: 1023px) {
            .header .header-nav .header-nav__list__item > a.btn-arrow-down {
              display: block; } }
          @media only screen and (max-width: 767px) {
            .header .header-nav .header-nav__list__item > a.btn-arrow-down {
              display: block; } }
      .header .header-nav .header-nav__list__item.active > a {
        color: #6db460; }
        .header .header-nav .header-nav__list__item.active > a:after {
          width: 110px;
          height: 4px;
          content: '';
          position: absolute;
          bottom: -4px;
          background: #6db460;
          left: 50%;
          transform: translate(-50%, 0); }
          @media only screen and (min-width: 768px) and (max-width: 1023px) {
            .header .header-nav .header-nav__list__item.active > a:after {
              display: none; } }
          @media only screen and (max-width: 767px) {
            .header .header-nav .header-nav__list__item.active > a:after {
              display: none; } }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .header .header-nav .header-nav__list__item {
          line-height: 56px;
          display: block;
          flex: none;
          margin-left: 0;
          padding-left: 40px;
          padding-right: 0;
          height: auto;
          border-bottom: 1px solid #d3e8cf;
          text-align: left; } }
      @media only screen and (max-width: 767px) {
        .header .header-nav .header-nav__list__item {
          line-height: 56px;
          display: block;
          transition: all .5s linear;
          height: auto;
          flex: none;
          text-align: left;
          margin-left: 0;
          padding-right: 0;
          padding-left: 40px;
          border-bottom: 1px solid #d3e8cf; } }
      .header .header-nav .header-nav__list__item:first-child {
        padding: 0 5px 0 0;
        margin-left: 0;
        text-align: left; }
        @media only screen and (min-width: 1024px) and (max-width: 1285px) {
          .header .header-nav .header-nav__list__item:first-child .droplist {
            transform: translate(calc(-50% + 50px), 0); } }
        @media only screen and (min-width: 1024px) and (max-width: 1285px) {
          .header .header-nav .header-nav__list__item:first-child .droplist:before {
            transform: translate(calc(-50% - 50px), 0); } }
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
          .header .header-nav .header-nav__list__item:first-child {
            text-align: left;
            padding-left: 40px; } }
        @media only screen and (max-width: 767px) {
          .header .header-nav .header-nav__list__item:first-child {
            text-align: left;
            padding-left: 40px; } }
      .header .header-nav .header-nav__list__item:last-child {
        padding: 0 0 0 5px;
        text-align: right; }
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
          .header .header-nav .header-nav__list__item:last-child {
            text-align: left;
            padding-left: 40px;
            padding-right: 0; } }
        @media only screen and (max-width: 767px) {
          .header .header-nav .header-nav__list__item:last-child {
            text-align: left;
            padding-left: 40px;
            padding-right: 0; } }
  .header.header_state {
    padding-top: 95px;
    padding-bottom: 20px;
    min-height: 18px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .header.header_state {
        padding-bottom: 15px;
        min-height: 19px;
        height: auto; } }
    @media only screen and (max-width: 767px) {
      .header.header_state {
        padding-top: 50px;
        min-height: 19px;
        height: auto;
        padding-bottom: 10px; } }
  .header .logo-state {
    position: absolute;
    left: 0;
    padding-left: 200px;
    top: 5px;
    min-height: 125px;
    box-sizing: border-box;
    padding-top: 45px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .header .logo-state {
        left: 20px;
        top: 10px;
        padding-left: 160px;
        padding-top: 48px; } }
    @media only screen and (max-width: 767px) {
      .header .logo-state {
        left: 10px;
        top: 5px;
        padding: 5px 0 0;
        right: 10px;
        min-height: auto; } }
  .header .logo-state__img {
    position: absolute;
    display: block;
    width: 190px;
    top: 50%;
    left: 0;
    transform: translate(0, -50%); }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .header .logo-state__img {
        width: 152px; } }
    @media only screen and (max-width: 767px) {
      .header .logo-state__img {
        width: 110px;
        top: 0;
        transform: translate(0, 0);
        z-index: 1; } }
  @media only screen and (max-width: 767px) {
    .header .logo-state__title {
      position: relative;
      z-index: 2;
      text-align: center; } }
  .header .logo-state__title h1, .header .logo-state__title h2, .header .logo-state__title h3, .header .logo-state__title h4, .header .logo-state__title strong {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #2d2926;
    font-size: 30px;
    line-height: 36px; }
    @media only screen and (max-width: 767px) {
      .header .logo-state__title h1, .header .logo-state__title h2, .header .logo-state__title h3, .header .logo-state__title h4, .header .logo-state__title strong {
        font-size: 21px;
        line-height: 26px; } }
  @media only screen and (max-width: 767px) {
    .header .logo-state__subtitle {
      position: relative;
      z-index: 2;
      text-align: center; } }
  .header .logo-state__subtitle p {
    font-size: 16px;
    line-height: 21px;
    color: #2d2926;
    font-family: "Lato", sans-serif; }
    @media only screen and (max-width: 767px) {
      .header .logo-state__subtitle p {
        font-size: 11px;
        line-height: 13px; } }
  .header .lang-nav {
    float: right;
    padding-right: 185px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .header .lang-nav {
        padding-right: 150px; } }
    @media only screen and (max-width: 767px) {
      .header .lang-nav {
        float: none;
        text-align: center;
        padding: 0;
        z-index: 5;
        position: relative;
        margin-left: 90px;
        margin-right: 90px; } }
  .header .lang-nav__item {
    color: #6db460;
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    margin-left: 5px; }
    .header .lang-nav__item:first-child {
      margin-left: 0; }
    .header .lang-nav__item:hover {
      text-decoration: underline; }
  .header .hotline {
    position: absolute;
    right: 0;
    top: 15px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .header .hotline {
        right: 20px;
        top: 18px; } }
    @media only screen and (max-width: 767px) {
      .header .hotline {
        right: 10px;
        top: 10px;
        z-index: 5; } }
    .header .hotline img {
      display: block;
      width: 110px; }
      @media only screen and (max-width: 767px) {
        .header .hotline img {
          width: 66px; } }

.breadcramps {
  position: absolute;
  bottom: 30px;
  left: 0;
  list-style: none; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .breadcramps {
      left: auto;
      right: 10px;
      width: 72%;
      bottom: -30px; } }
  @media only screen and (max-width: 767px) {
    .breadcramps {
      left: 10px;
      right: 10px;
      bottom: -40px;
      box-sizing: border-box;
      white-space: nowrap;
      overflow: hidden; } }
  @media only screen and (max-width: 767px) {
    .breadcramps:after {
      display: none;
      content: "...";
      padding: 0 6px;
      top: 0;
      right: -7px;
      background-color: #fff;
      position: absolute; } }
  .breadcramps.cropped:after {
    display: block; }
  .breadcramps li {
    display: inline-block;
    padding-left: 35px;
    position: relative; }
    .breadcramps li .fa {
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translate(0, -50%);
      color: #b2b1b0;
      font-size: 13px;
      line-height: 13px; }
    .breadcramps li:first-child {
      padding-left: 0; }
    .breadcramps li a, .breadcramps li span {
      font-size: 14px;
      line-height: 17px;
      color: #a5a3a1;
      font-family: "Lato", sans-serif; }
    @media only screen and (max-width: 767px) {
      .breadcramps li span {
        overflow: hidden;
        text-overflow: ellipsis; } }
    .breadcramps li a {
      text-decoration: underline; }
      .breadcramps li a:hover {
        text-decoration: none; }

.search-bar .input {
  border: 1px solid #6db460;
  border-radius: 2px;
  position: relative; }
  .search-bar .input input {
    height: 32px;
    width: 298px;
    box-sizing: border-box;
    outline: none;
    padding: 0 27px;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #636363;
    line-height: 32px;
    background: transparent;
    border: none; }
    .search-bar .input input::-webkit-input-placeholder {
      text-transform: uppercase;
      font-family: "Lato", sans-serif;
      font-size: 12px;
      line-height: 32px;
      font-weight: 700;
      color: #636363; }
    .search-bar .input input:-moz-placeholder {
      text-transform: uppercase;
      font-family: "Lato", sans-serif;
      font-size: 12px;
      line-height: 32px;
      font-weight: 700;
      color: #636363; }
    .search-bar .input input::-moz-placeholder {
      text-transform: uppercase;
      font-family: "Lato", sans-serif;
      font-size: 12px;
      line-height: 32px;
      font-weight: 700;
      color: #636363; }
    .search-bar .input input:-ms-input-placeholder {
      text-transform: uppercase;
      font-family: "Lato", sans-serif;
      font-size: 12px;
      line-height: 32px;
      font-weight: 700;
      color: #636363; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .search-bar .input input {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .search-bar .input input {
        width: 100%; } }
  .search-bar .input .btn {
    position: absolute;
    left: 9px;
    height: 12px;
    width: 11px;
    top: 50%;
    transform: translate(0, -50%); }
    .search-bar .input .btn .fa {
      position: absolute;
      top: 0;
      left: 0;
      font-size: 12px;
      line-height: 12px;
      color: #636363; }

.header-nav .search-bar {
  display: none; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .header-nav .search-bar {
      position: absolute;
      bottom: 20px;
      top: auto;
      right: 20px;
      left: 20px;
      display: block; } }
  @media only screen and (max-width: 767px) {
    .header-nav .search-bar {
      position: relative;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: 20px;
      display: block; } }

.regular-text-block, .regular-text-block p {
  font-family: "Taviraj", serif;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0;
  font-weight: 300;
  color: #2d2926; }

.regular-text-block h1, .regular-text-block h2, .regular-text-block h3, .regular-text-block h4 {
  font-family: "Lato", sans-serif; }

.regular-text-block h2 {
  font-size: 24px;
  line-height: 27px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #2d2926; }

.regular-text-block strong {
  font-size: 16px;
  line-height: 25px;
  color: #2d2926;
  font-family: "Lato", sans-serif;
  font-weight: 700; }

.regular-text-block p {
  margin-bottom: 25px; }

.regular-text-block a, .consumer-pr__text a, .contact-us__col__text a {
  color: #6db460;
  font-weight: 700;
  font-family: "Taviraj", serif;
  text-decoration: underline; }
  .regular-text-block a:hover, .consumer-pr__text a:hover, .contact-us__col__text a:hover {
    text-decoration: none; }

@media only screen and (max-width: 767px) {
  .mobile-hide {
    display: none; } }

.mobile-only {
  display: none !important; }
  @media only screen and (max-width: 767px) {
    .mobile-only {
      display: block !important; } }

.footer {
  background-color: #fff;
  padding-top: 65px; }
  @media only screen and (max-width: 767px) {
    .footer {
      padding-top: 40px;
      padding-bottom: 120px; } }
  @media only screen and (max-width: 767px) {
    .footer.footer_2nd {
      padding-top: 30px;
      padding-bottom: 60px; } }
  .footer .sticky-button-container {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 4; }
    .footer .sticky-button-container .wrapper {
      width: 980px;
      margin: 0 auto;
      position: relative;
      height: 0; }
      .footer .sticky-button-container .wrapper .btn {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 60px;
        text-align: center;
        padding: 0 15px;
        border-radius: 0;
        box-sizing: border-box;
        width: 250px;
        -webkit-box-shadow: 0px 0px 58px -16px black;
        -moz-box-shadow: 0px 0px 58px -16px black;
        box-shadow: 0px 0px 58px -16px black; }
        .footer .sticky-button-container .wrapper .btn span {
          line-height: 56px;
          font-size: 20px;
          font-weight: 900;
          font-family: "Lato", sans-serif; }
        @media only screen and (max-width: 767px) {
          .footer .sticky-button-container .wrapper .btn {
            left: 50%;
            transform: translate(-50%, 0); } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .footer .sticky-button-container .wrapper {
        width: 100%; }
        .footer .sticky-button-container .wrapper .btn {
          right: 20px; } }
    @media only screen and (max-width: 767px) {
      .footer .sticky-button-container .wrapper {
        width: 100%; }
        .footer .sticky-button-container .wrapper .btn {
          left: 50%;
          right: inherit;
          transform: translate(-50%, 0); } }

.footer_i {
  width: 980px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  min-height: 330px;
  padding-left: 350px; }
  .footer_i:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .footer_i {
      width: auto;
      padding: 0 20px 0 350px;
      min-height: 285px; } }
  @media only screen and (max-width: 767px) {
    .footer_i {
      width: auto;
      box-sizing: border-box;
      margin: 0 auto;
      padding: 0 10px 0 10px; } }
  .footer_2nd .footer_i {
    min-height: 180px; }
    @media only screen and (max-width: 767px) {
      .footer_2nd .footer_i {
        min-height: 0; } }
  .footer_i .logo {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap; }
    .footer_i .logo .footer-logo {
      height: 130px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .footer_i .logo {
        left: 20px; } }
    @media only screen and (max-width: 767px) {
      .footer_i .logo {
        display: inline-block;
        position: relative;
        left: inherit;
        top: inherit;
        margin-bottom: 40px; } }
  .footer_i .copyright {
    position: absolute;
    left: 0;
    top: 220px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .footer_i .copyright {
        left: 20px; } }
    @media only screen and (max-width: 767px) {
      .footer_i .copyright {
        position: relative;
        left: inherit;
        top: inherit; } }
    .footer_i .copyright p {
      font-size: 10px;
      font-family: "Lato", sans-serif;
      color: #aaaaaa;
      text-transform: uppercase;
      line-height: 18px;
      letter-spacing: .5px; }
      @media only screen and (max-width: 767px) {
        .footer_i .copyright p {
          display: inline-block;
          text-align: left; } }
      .footer_i .copyright p a {
        text-decoration: underline;
        color: #aaaaaa; }
    .footer_i .copyright .footer-advanced-menu {
      font-size: 10px;
      text-transform: uppercase;
      font-family: "Lato", sans-serif;
      color: #aaaaaa;
      line-height: 18px;
      letter-spacing: .5px;
      margin-bottom: 7px; }
      .footer_i .copyright .footer-advanced-menu a {
        display: inline-block;
        margin-bottom: 4px; }
      .footer_i .copyright .footer-advanced-menu :hover {
        color: #aaaaaa;
        text-decoration: underline; }
      @media only screen and (max-width: 767px) {
        .footer_i .copyright .footer-advanced-menu {
          text-align: left; } }
  .footer_i > .btn_green {
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 60px;
    text-align: center;
    padding: 0 15px;
    border-radius: 0px;
    box-sizing: border-box;
    width: 250px; }
    .footer_i > .btn_green span {
      line-height: 56px;
      font-size: 20px;
      font-weight: 900;
      font-family: "Lato", sans-serif; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .footer_i > .btn_green {
        right: 20px; } }
    @media only screen and (max-width: 767px) {
      .footer_i > .btn_green {
        bottom: -120px;
        left: 50%;
        transform: translate(-50%, 0); } }

.footer__help {
  position: absolute;
  left: 0;
  top: 140px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .footer__help {
      left: 20px; } }
  @media only screen and (max-width: 767px) {
    .footer__help {
      position: relative;
      top: inherit;
      bottom: inherit;
      left: inherit;
      margin-bottom: 40px; } }
  .footer_2nd .footer__help {
    top: 20px;
    bottom: auto; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .footer_2nd .footer__help {
        top: 5px; } }
    @media only screen and (max-width: 767px) {
      .footer_2nd .footer__help {
        position: relative;
        top: auto;
        left: 0;
        margin-bottom: 20px; } }
  .footer__help p {
    font-size: 12px;
    line-height: 16px;
    color: #8c8c8c;
    text-transform: uppercase;
    letter-spacing: .7px;
    margin-bottom: 5px; }
  .footer__help a {
    position: relative;
    color: #e36a3f;
    font-size: 22px;
    line-height: 25px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    letter-spacing: 1px;
    padding-left: 20px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .footer__help a {
        font-size: 18px;
        line-height: 23px; } }
    @media only screen and (max-width: 767px) {
      .footer__help a {
        font-size: 16px;
        line-height: 21px;
        text-decoration: underline; } }
    .footer__help a:hover {
      text-decoration: underline; }
      @media only screen and (max-width: 767px) {
        .footer__help a:hover {
          text-decoration: none; } }
    .footer__help a .icon-phone {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate(0, -50%); }

.footer__adress, .footer__telephones, .footer__nav {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 20px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .footer__adress, .footer__telephones, .footer__nav {
      width: auto; } }
  @media only screen and (max-width: 767px) {
    .footer__adress, .footer__telephones, .footer__nav {
      width: auto;
      float: none; } }

.footer__nav {
  width: 28%;
  padding-right: 5px; }

.footer__adress {
  width: 42%; }

.footer__telephones {
  width: 30%;
  padding-right: 0; }
  .footer__telephones .social-links {
    height: 32px;
    margin-top: 30px;
    margin-bottom: 30px; }
    .footer__telephones .social-links a {
      float: left;
      background-image: url(/themes/theme_rmpdc/assets/images/general/social.png);
      background-color: #6db460;
      background-size: 96px 32px;
      display: block;
      height: 32px;
      width: 32px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      margin-right: 15px;
      transition: all .3s ease; }
      .footer__telephones .social-links a:hover {
        background-color: #e36a3f; }
      .footer__telephones .social-links a.tw {
        background-position: 0 0; }
      .footer__telephones .social-links a.fb {
        background-position: -32px 0; }
      .footer__telephones .social-links a.li {
        background-position: -64px 0; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .footer__telephones .social-links a {
          margin-right: 4px; } }
      @media only screen and (max-width: 767px) {
        .footer__telephones .social-links a {
          margin-right: 15px; } }

@media only screen and (max-width: 767px) {
  .footer__nav {
    position: relative;
    left: inherit;
    top: inherit;
    width: auto;
    margin-bottom: 40px; }
  .footer__adress {
    width: auto; }
  .footer__telephones {
    width: auto; } }

.footer__telephones__item {
  margin-bottom: 8px; }
  .footer__telephones__item p {
    font-family: "Lato", sans-serif;
    color: #8c8c8c;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 8px; }
  .footer__telephones__item a {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #2d2926;
    font-size: 13px;
    line-height: 17px; }
    @media only screen and (max-width: 767px) {
      .footer__telephones__item a {
        color: #e36a3f;
        text-decoration: underline; } }
    .footer__telephones__item a:hover {
      text-decoration: underline; }
      @media only screen and (max-width: 767px) {
        .footer__telephones__item a:hover {
          text-decoration: none; } }

@media only screen and (max-width: 767px) {
  .footer__adress {
    margin-bottom: 20px; } }

.footer__adress p {
  font-size: 12px;
  font-family: "Lato", sans-serif;
  color: #8c8c8c;
  line-height: 15px;
  margin-bottom: 10px; }
  .footer__adress p:first-child {
    display: inline-block; }
  .footer__adress p:nth-child(2) {
    display: inline-block; }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .footer_2nd .footer__nav {
    width: 160px; } }

@media only screen and (max-width: 767px) {
  .footer_2nd .footer__nav {
    padding-left: 0;
    margin-bottom: 20px; } }

.footer__nav li {
  margin-bottom: 7px; }

.footer__nav a {
  font-size: 10px;
  line-height: 13px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #2d2926; }
  .footer__nav a:hover {
    text-decoration: underline; }

.footer-information-text {
  clear: both;
  padding-top: 35px;
  font-size: 13px;
  width: 50%;
  line-height: 130%; }
  .footer-information-text p {
    margin-bottom: 12px; }
  .footer-information-text a {
    color: #8c8c8c;
    text-decoration: underline; }
    .footer-information-text a:hover {
      color: #000; }
  .footer-information-text .full {
    display: none; }
  .footer-information-text.open {
    width: auto;
    margin-bottom: 40px; }
    .footer-information-text.open .full {
      display: block; }
    .footer-information-text.open .short, .footer-information-text.open .link {
      display: none; }
  @media only screen and (max-width: 767px) {
    .footer-information-text {
      margin-bottom: 30px;
      width: auto; } }

.info-banner {
  padding-top: 25px;
  position: relative;
  padding-bottom: 28px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .info-banner {
      padding: 20px; } }
  @media only screen and (max-width: 767px) {
    .info-banner {
      padding: 10px 10px 15px; } }
  .info-banner .btn_close {
    position: absolute;
    right: 15px;
    top: 20px;
    height: 18px;
    width: 15px;
    z-index: 99; }
    .info-banner .btn_close .fa {
      position: absolute;
      top: 0;
      left: 0;
      color: #fff;
      font-size: 18px;
      line-height: 18px; }
  .info-banner.info-banner_help {
    background-color: #e36a3f; }
  .info-banner.info-banner_alert {
    background-color: #555555;
    padding: 50px 0 45px;
    margin: -30px 0 0; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .info-banner.info-banner_alert {
        padding: 25px 0 25px; } }
    @media only screen and (max-width: 767px) {
      .info-banner.info-banner_alert {
        padding: 10px; } }
    .info-banner.info-banner_alert .btn_close {
      right: 15px;
      top: 15px; }

.info-banner_i {
  width: 980px;
  position: relative;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .info-banner_i {
      width: auto;
      margin: 0; } }
  @media only screen and (max-width: 767px) {
    .info-banner_i {
      width: auto;
      margin: 0; } }

.info-banner__title {
  text-align: center;
  margin-bottom: 22px; }
  @media only screen and (max-width: 767px) {
    .info-banner__title {
      margin-bottom: 5px; } }
  .info-banner__title p {
    color: #fff;
    font-size: 27px;
    line-height: 30px;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .info-banner__title p {
        font-size: 21px;
        line-height: 24px; } }
    @media only screen and (max-width: 767px) {
      .info-banner__title p {
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 1.5px; } }
    .info-banner_alert .info-banner__title p {
      font-size: 24px;
      text-transform: none;
      letter-spacing: 0px; }
      @media only screen and (max-width: 767px) {
        .info-banner_alert .info-banner__title p {
          font-size: 20px;
          padding: 0 20px;
          letter-spacing: 0px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .info-banner_alert .info-banner__title {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .info-banner_alert .info-banner__title {
      margin-bottom: 10px; } }

.info-banner__subtitle {
  margin: 0 auto;
  text-align: center;
  width: 440px; }
  @media only screen and (max-width: 767px) {
    .info-banner__subtitle {
      width: auto; } }
  .info-banner__subtitle p {
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .info-banner__subtitle p {
        line-height: 25px; } }

.info-banner__content {
  text-align: center;
  height: 35px; }
  @media only screen and (max-width: 767px) {
    .info-banner__content {
      height: auto; } }
  .info-banner__content ul {
    vertical-align: middle;
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .info-banner__content ul {
        display: block; } }
    .info-banner__content ul li {
      display: inline-block;
      margin-left: 5px; }
      @media only screen and (max-width: 767px) {
        .info-banner__content ul li {
          display: block;
          margin-left: 0;
          margin-bottom: 15px; } }
      .info-banner__content ul li:first-child {
        margin-left: 0; }
      @media only screen and (max-width: 767px) {
        .info-banner__content ul li:last-child {
          margin-bottom: 0; } }
      .info-banner__content ul li:nth-child(1) .btn {
        width: 170px; }
        .old-ie .info-banner__content ul li:nth-child(1) .btn {
          width: 167px; }
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
          .info-banner__content ul li:nth-child(1) .btn {
            width: 140px; } }
        @media only screen and (max-width: 767px) {
          .info-banner__content ul li:nth-child(1) .btn {
            width: auto; } }
      .info-banner__content ul li:nth-child(2) .btn {
        width: 173px; }
        .old-ie .info-banner__content ul li:nth-child(2) .btn {
          width: 170px; }
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
          .info-banner__content ul li:nth-child(2) .btn {
            width: 100px; } }
        @media only screen and (max-width: 767px) {
          .info-banner__content ul li:nth-child(2) .btn {
            width: auto; } }
      .info-banner__content ul li:nth-child(3) .btn {
        width: 177px; }
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
          .info-banner__content ul li:nth-child(3) .btn {
            width: 177px; } }
        @media only screen and (max-width: 767px) {
          .info-banner__content ul li:nth-child(3) .btn {
            width: auto; } }
      .info-banner__content ul li:nth-child(4) .btn {
        width: 175px; }
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
          .info-banner__content ul li:nth-child(4) .btn {
            width: 140px; } }
        @media only screen and (max-width: 767px) {
          .info-banner__content ul li:nth-child(4) .btn {
            width: auto; } }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .info-banner__content ul li .btn.wide-button {
          width: 177px !important; } }
  .info-banner__content .btn {
    border-radius: 3px;
    width: 174px;
    height: 33px;
    font-size: 18px;
    line-height: 33px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    letter-spacing: .6px;
    transition: color .3s ease; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .info-banner__content .btn {
        width: auto;
        box-sizing: border-box; } }
    @media only screen and (max-width: 767px) {
      .info-banner__content .btn {
        width: auto;
        display: block; } }
    .info-banner__content .btn:hover {
      color: #e36a3f; }

.info-banner__telephone {
  vertical-align: middle;
  display: inline-block;
  margin-right: 6px; }
  @media only screen and (max-width: 767px) {
    .info-banner__telephone {
      margin-right: 0;
      margin-bottom: 10px; } }
  .info-banner__telephone span {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 31px;
    line-height: 31px;
    letter-spacing: 1px;
    font-weight: 700; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .info-banner__telephone span {
        font-size: 24px;
        line-height: 27px; } }
    @media only screen and (max-width: 767px) {
      .info-banner__telephone span {
        font-size: 24px;
        line-height: 27px;
        text-decoration: underline; } }
  .info-banner__telephone:hover span {
    text-decoration: underline; }
    @media only screen and (max-width: 767px) {
      .info-banner__telephone:hover span {
        text-decoration: none; } }

.info-box__nav {
  background: #fff; }
  .info-box__nav:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 767px) {
    .info-box__nav {
      text-align: center;
      position: relative; } }

.info-box__nav__title {
  width: 155px;
  height: 86px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 86px;
  float: left;
  font-size: 20px;
  transition: color .3s ease;
  position: relative;
  color: #6db460; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .info-box__nav__title {
      width: 115px; } }
  @media only screen and (max-width: 767px) {
    .info-box__nav__title {
      width: auto;
      float: none; } }
  @media only screen and (max-width: 767px) {
    .info-box__nav__title:hover {
      color: #e36a3f; } }
  .info-box__nav__title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 86px;
    width: 17px;
    background: url("/themes/theme_rmpdc/assets/images/general/nav-arrow.png") no-repeat; }
    @media only screen and (max-width: 767px) {
      .info-box__nav__title:after {
        content: none; } }
  .info-box__nav__title .fa-angle-down {
    display: none; }
    @media only screen and (max-width: 767px) {
      .info-box__nav__title .fa-angle-down {
        display: inline-block;
        vertical-align: middle;
        font-size: 35px;
        margin-left: 5px;
        margin-top: -2px; } }
    @media only screen and (max-width: 767px) {
      .open-iam .info-box__nav__title .fa-angle-down {
        transform: rotate(180deg); } }
  .open-mini-nav .info-box__nav__title .fa-angle-down {
    transform: rotate(180deg); }

.info-box__nav__list {
  list-style: none;
  float: left;
  width: 750px;
  margin-left: 75px;
  height: 86px;
  text-align: center; }
  .info-box__nav__list:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .info-box__nav__list {
      width: auto;
      margin-left: 35px; } }
  @media only screen and (max-width: 767px) {
    .info-box__nav__list {
      opacity: 0.00001;
      pointer-events: none;
      position: absolute;
      transition: all .3s linear;
      top: 86px;
      left: 0;
      right: 0;
      background: #fff;
      height: auto;
      margin-left: 0;
      z-index: 10;
      width: 100%; } }
  .open-iam .info-box__nav__list {
    opacity: 1;
    pointer-events: auto; }

.info-box__nav__item {
  display: inline-block;
  position: relative;
  text-align: left;
  height: 86px;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .info-box__nav__item {
      height: 54px;
      border-top: 1px solid #e0e0e0;
      width: auto !important;
      display: block;
      margin: 0 !important;
      padding-left: 70px; } }
  .info-box__nav__item span {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    line-height: 16px;
    font-size: 15px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #636363;
    transition: color 0.3s ease; }
    @media only screen and (max-width: 767px) {
      .info-box__nav__item span {
        line-height: 54px;
        position: relative;
        top: 0;
        word-wrap: nowrap;
        transform: translate(0, 0); } }
    @media only screen and (max-width: 767px) {
      .info-box__nav__item span br {
        display: none; } }
    .info-box__nav__item span:hover {
      color: #6db460; }
  .info-box__nav__item:first-child {
    width: 126px;
    margin-right: 80px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .info-box__nav__item:first-child {
        margin-right: 35px; } }
  .info-box__nav__item:nth-child(2) {
    width: 80px;
    margin-right: 70px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .info-box__nav__item:nth-child(2) {
        margin-right: 35px; } }
  .info-box__nav__item:nth-child(3) {
    width: 67px;
    margin-right: 90px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .info-box__nav__item:nth-child(3) {
        margin-right: 35px; } }
  .info-box__nav__item:nth-child(4) {
    width: 75px;
    margin-right: 79px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .info-box__nav__item:nth-child(4) {
        margin-right: 40px; } }
  .info-box__nav__item:last-child {
    width: 65px;
    margin-right: 0; }

.info-box__nav_i {
  width: 980px;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .info-box__nav_i {
      width: auto;
      margin: 0;
      padding: 0 20px; } }
  @media only screen and (max-width: 767px) {
    .info-box__nav_i {
      width: auto;
      padding: 0 10px; } }

.info-box__banner {
  position: relative;
  background-color: #e5e5e5;
  height: 607px; }
  @media only screen and (max-width: 767px) {
    .info-box__banner {
      height: auto;
      background-color: #e5e5e5;
      overflow: hidden; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .info-box__banner__img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0; } }

@media only screen and (max-width: 767px) {
  .info-box__banner__img {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(75px, 0);
    bottom: 0; } }

.info-box__banner__img img {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .info-box__banner__img img {
      width: auto;
      position: relative;
      height: 100%; } }
  @media only screen and (max-width: 767px) {
    .info-box__banner__img img {
      display: none;
      position: relative;
      width: auto;
      height: 100%; } }
  .info-box__banner__img img.mobile {
    display: none;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .info-box__banner__img img.mobile {
        display: block;
        position: relative; } }

.info-box__banner__content {
  position: absolute;
  width: 980px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .info-box__banner__content {
      position: relative;
      padding: 55px 20px 75px;
      top: auto;
      left: auto;
      width: auto;
      transform: translate(0, 0); } }
  @media only screen and (max-width: 767px) {
    .info-box__banner__content {
      position: relative;
      padding: 55px 20px 70px;
      top: auto;
      text-align: center;
      left: auto;
      width: auto;
      transform: translate(0, 0); } }
  .info-box__banner__content .title {
    width: 440px;
    margin-bottom: 25px; }
    @media only screen and (max-width: 767px) {
      .info-box__banner__content .title {
        text-align: left;
        width: auto;
        margin-bottom: 20px; } }
    .info-box__banner__content .title h3, .info-box__banner__content .title h1 {
      font-family: "Lato", sans-serif;
      font-weight: 900;
      font-size: 50px;
      line-height: 50px; }
      @media only screen and (max-width: 767px) {
        .info-box__banner__content .title h3, .info-box__banner__content .title h1 {
          font-size: 24px;
          line-height: 26px;
          padding-right: 50px; } }
  .info-box__banner__content .subtitle {
    width: 440px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .info-box__banner__content .subtitle {
        width: auto;
        text-align: left;
        padding-right: 25px;
        margin-bottom: 20px; } }
    .info-box__banner__content .subtitle h4 {
      font-family: "Lato", sans-serif;
      font-size: 24px;
      line-height: 28px; }
      @media only screen and (max-width: 767px) {
        .info-box__banner__content .subtitle h4 {
          font-size: 18px;
          line-height: 24px; } }
  .info-box__banner__content .list {
    margin-bottom: 45px; }
    @media only screen and (max-width: 767px) {
      .info-box__banner__content .list {
        margin-bottom: 20px;
        text-align: left; } }
    .info-box__banner__content .list li {
      font-family: "Taviraj", serif;
      font-weight: 300;
      padding-left: 25px;
      font-size: 18px;
      position: relative;
      line-height: 22px;
      margin-top: 20px; }
      @media only screen and (max-width: 767px) {
        .info-box__banner__content .list li {
          font-size: 16px;
          line-height: 19px;
          margin-top: 5px; } }
      .info-box__banner__content .list li:before {
        left: 0;
        content: "";
        top: 50%;
        transform: translate(0, -50%);
        height: 1px;
        background: #5a5755;
        width: 15px;
        position: absolute; }
      .info-box__banner__content .list li:first-child {
        margin-top: 0; }
  .info-box__banner__content .btn {
    height: 50px;
    width: 245px;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    line-height: 46px;
    font-size: 15px;
    font-weight: 700;
    font-family: "Lato", sans-serif; }
    .info-box__banner__content .btn span {
      display: inline-block;
      text-transform: uppercase;
      line-height: 46px;
      font-size: 15px;
      font-weight: 700;
      font-family: "Lato", sans-serif; }

.interested {
  margin-top: 40px;
  margin-bottom: 8px;
  background-color: #6db460;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .interested {
      margin-top: 0; } }
  .interested.interested_goverment {
    background-color: #80bb75; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .interested.interested_goverment {
        margin-bottom: 0; } }
    @media only screen and (max-width: 767px) {
      .interested.interested_goverment {
        margin-bottom: 0;
        margin-top: 50px; } }

.interested__title {
  height: 80px;
  position: absolute;
  top: -40px;
  border-radius: 3px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  width: 980px;
  z-index: 4;
  text-align: center; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .interested__title {
      left: 20px;
      right: 20px;
      transform: translate(0, 0);
      width: auto; } }
  @media only screen and (max-width: 767px) {
    .interested__title {
      width: auto;
      left: 10px;
      right: 10px;
      transform: translate(0, 0);
      padding-top: 15px;
      box-sizing: border-box; } }
  .interested__title h1, .interested__title h2, .interested__title h3, .interested__title h4, .interested__title strong {
    z-index: 4;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    color: #2d2926;
    line-height: 80px; }
    @media only screen and (max-width: 767px) {
      .interested__title h1, .interested__title h2, .interested__title h3, .interested__title h4, .interested__title strong {
        line-height: 24px;
        padding: 0 15px; } }
  .interested__title:after {
    z-index: 9;
    content: "";
    bottom: 0;
    transform: translate(-50%, 50%) rotate(-45deg);
    width: 20px;
    left: 50%;
    height: 20px;
    background: #fff;
    position: absolute; }
  .interested_goverment .interested__title h4 {
    font-size: 32px; }
  @media only screen and (max-width: 767px) {
    .interested_goverment .interested__title {
      padding-top: 25px; } }
  .interested_state .interested__title h4 {
    font-size: 32px; }
  @media only screen and (max-width: 767px) {
    .interested_state .interested__title {
      padding-top: 25px; } }

.interested__nav {
  max-width: 1380px;
  margin: 0 auto; }
  .interested__nav:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .interested__nav {
      max-width: 100%;
      padding: 0 20px;
      background-color: #6db460; } }
  @media only screen and (max-width: 767px) {
    .interested__nav {
      max-width: 100%;
      padding: 0;
      background-color: #6db460;
      padding-top: 60px; } }
  .interested_goverment .interested__nav {
    text-align: center; }

.interested__nav__item {
  float: left;
  position: relative;
  box-sizing: border-box;
  vertical-align: top;
  height: 280px;
  width: 16.667%;
  background-color: #6db460;
  transition: background .3s ease-out;
  padding: 100px 30px 30px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .interested__nav__item {
      padding: 60px 15px 15px;
      height: auto; } }
  @media only screen and (max-width: 767px) {
    .interested__nav__item {
      float: none;
      width: auto;
      display: block;
      height: auto;
      padding: 20px 10px 20px 70px; }
      .interested__nav__item:after {
        content: "";
        display: table;
        clear: both; } }
  .interested__nav__item span {
    display: inline-block;
    min-height: 100px;
    font-size: 24px;
    line-height: 26px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #fff; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .interested__nav__item span {
        font-size: 18px;
        line-height: 22px; } }
    @media only screen and (max-width: 767px) {
      .interested__nav__item span {
        font-size: 18px;
        line-height: 22px;
        min-height: 0; } }
    @media only screen and (max-width: 767px) {
      .interested__nav__item span br {
        display: none; } }
  .interested__nav__item img {
    display: block;
    height: 30px; }
    @media only screen and (max-width: 767px) {
      .interested__nav__item img {
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translate(0, -50%); } }
  .interested__nav__item:after {
    content: "";
    right: 0;
    top: 0;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #81bb76;
    transition: background .3s ease-out; }
    @media only screen and (max-width: 767px) {
      .interested__nav__item:after {
        height: 1px;
        width: 100%;
        z-index: 5;
        right: 0;
        left: 0;
        top: 100%; } }
  .interested__nav__item:last-child:after {
    display: none; }
  .interested__nav__item:last-child img {
    height: 20px; }
  .interested__nav__item:hover {
    background-color: #e36a3f; }
    .interested__nav__item:hover:after {
      background: #e36a3f; }
  .interested_goverment .interested__nav__item {
    float: none;
    display: inline-block;
    margin-right: -4px;
    width: 280px;
    background: #6cb15f;
    box-sizing: border-box;
    text-align: left;
    padding-left: 60px;
    padding-right: 75px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .interested_goverment .interested__nav__item {
        width: 247px;
        padding-left: 60px;
        padding-right: 75px;
        box-sizing: border-box; } }
    @media only screen and (max-width: 767px) {
      .interested_goverment .interested__nav__item {
        width: auto;
        box-sizing: border-box;
        display: block;
        margin-right: 0; } }
    .interested_goverment .interested__nav__item:last-child img {
      height: 30px; }
    .interested_goverment .interested__nav__item:hover {
      background: #e36a3f; }
  .interested_state .interested__nav__item {
    padding-left: 30px;
    padding-right: 30px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .interested_state .interested__nav__item {
        width: 25%;
        padding-left: 20px;
        padding-right: 20px; } }
    @media only screen and (max-width: 767px) {
      .interested_state .interested__nav__item {
        padding-left: 60px;
        padding-right: 20px; } }
    .interested_state .interested__nav__item:last-child img {
      height: 30px; }

.news {
  background-color: #fff; }

.news_i {
  width: 980px;
  padding: 50px 0;
  margin: 0 auto; }
  .news_i:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .news_i {
      width: auto;
      padding: 30px 20px; } }
  @media only screen and (max-width: 767px) {
    .news_i {
      width: auto;
      padding: 30px 10px 50px; } }
  .news_i.small-padding {
    padding-bottom: 10px; }

.news__item {
  width: 300px;
  float: left;
  margin-left: 40px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .news__item {
      width: auto;
      float: none;
      margin-left: 0;
      margin-bottom: 25px; } }
  @media only screen and (max-width: 767px) {
    .news__item {
      float: none;
      width: auto;
      margin-left: 0;
      margin-bottom: 30px; } }
  .news__item:first-child {
    margin-left: 0; }
  @media only screen and (max-width: 767px) {
    .news__item:last-child {
      margin-bottom: 0; } }

.news__item__number {
  color: #6db460;
  margin-bottom: 5px;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  line-height: 16px; }

.news__item__title {
  padding-right: 25px;
  margin-bottom: 30px;
  display: block;
  min-height: 90px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: .3px;
  font-size: 24px;
  line-height: 28px;
  color: #2d2926;
  transition: color 0.3s ease; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .news__item__title {
      margin-bottom: 10px;
      min-height: 0; } }
  @media only screen and (max-width: 767px) {
    .news__item__title {
      font-size: 20px;
      padding-right: 0;
      line-height: 28px;
      margin-bottom: 10px;
      min-height: 0; } }
  .news__item__title:hover {
    color: #6db460; }

.news__item__text {
  padding-right: 30px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .news__item__text {
      padding-right: 0; } }
  .news__item__text p {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #2d2926;
    font-family: "Taviraj", serif;
    font-weight: 300; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .news__item__text p {
        letter-spacing: 0.3px;
        line-height: 25px; } }
    @media only screen and (max-width: 767px) {
      .news__item__text p {
        letter-spacing: 0.3px; } }

.news-list {
  padding: 75px 0 110px;
  width: 980px;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .news-list {
      width: auto;
      padding: 65px 20px 40px; } }
  @media only screen and (max-width: 767px) {
    .news-list {
      width: auto;
      padding: 45px 10px 30px; } }

.news-list__title {
  margin-bottom: 75px; }
  @media only screen and (max-width: 767px) {
    .news-list__title {
      margin-bottom: 35px; } }
  .news-list__title h2, .news-list__title h3, .news-list__title h4, .news-list__title strong {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    color: #2d2926;
    font-size: 40px;
    line-height: 44px; }
    @media only screen and (max-width: 767px) {
      .news-list__title h2, .news-list__title h3, .news-list__title h4, .news-list__title strong {
        font-size: 24px;
        line-height: 28px; } }

.news-list__ul:after {
  content: "";
  display: table;
  clear: both; }

.news-list__item {
  width: 455px;
  float: left;
  background: #fff;
  margin-left: 70px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .news-list__item {
      width: 46%;
      margin-left: 4%; } }
  @media only screen and (max-width: 767px) {
    .news-list__item {
      width: auto;
      margin-left: 0;
      margin-bottom: 30px; } }
  .news-list__item:first-child {
    margin-left: 0; }
  @media only screen and (max-width: 767px) {
    .news-list__item:last-child {
      margin-bottom: 0; } }

.news-list__item__img img {
  display: block;
  width: 100%; }

.news-list__item__content {
  padding: 40px 75px 40px 40px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .news-list__item__content {
      padding: 35px 10px 35px 20px; } }
  @media only screen and (max-width: 767px) {
    .news-list__item__content {
      padding: 15px 10px 15px 10px; } }
  .news-list__item__content .title {
    margin-bottom: 25px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .news-list__item__content .title {
        padding-right: 30px; } }
    @media only screen and (max-width: 767px) {
      .news-list__item__content .title {
        padding-right: 10px;
        margin-bottom: 10px; } }
    .news-list__item__content .title h4 {
      font-size: 24px;
      line-height: 27px;
      color: #6db460;
      font-family: "Lato", sans-serif;
      font-weight: 700;
      transition: color .3s ease;
      text-decoration: underline; }
      @media only screen and (max-width: 767px) {
        .news-list__item__content .title h4 {
          font-size: 20px;
          line-height: 24px; } }
    .news-list__item__content .title h4 a {
      color: #6db460;
      text-decoration: underline; }
      .news-list__item__content .title h4 a:hover {
        text-decoration: none; }
  .news-list__item__content .subtitle {
    margin-bottom: 15px; }
    .news-list__item__content .subtitle strong {
      font-size: 16px;
      line-height: 26px;
      font-family: "Lato", sans-serif;
      font-weight: 700;
      color: #2d2926; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .news-list__item__content .subtitle strong {
          letter-spacing: .3px; } }
  .news-list__item__content .text p {
    font-size: 15px;
    line-height: 24px;
    font-family: "Taviraj", serif;
    letter-spacing: 0px;
    color: #2d2926; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .news-list__item__content .text p {
        letter-spacing: 0px;
        line-height: 26px; } }

.div-link {
  cursor: pointer; }
  .div-link:hover h4 a {
    color: #6db460;
    text-decoration: none; }

.news-list__item:hover .title h4 {
  text-decoration: none; }

.about {
  background-color: #fff;
  background-size: cover;
  background-position: 50% 100%;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 767px) {
    .about {
      background-position: 60% 20px; } }

.about_i {
  width: 980px;
  margin: 0 auto;
  padding: 100px 0; }
  .about_i:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .about_i {
      width: auto;
      padding: 45px 0; } }
  @media only screen and (max-width: 767px) {
    .about_i {
      width: auto;
      padding: 35px 0; } }

.about__img, .about__info, .about__title {
  width: 50%; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .about__img, .about__info, .about__title {
      width: auto; } }
  @media only screen and (max-width: 767px) {
    .about__img, .about__info, .about__title {
      width: auto;
      padding: 0 10px; } }

.about__img {
  float: left; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .about__img {
      width: 44%;
      height: 325px;
      margin-left: 20px;
      box-sizing: border-box;
      position: relative;
      overflow: hidden; } }
  @media only screen and (max-width: 767px) {
    .about__img {
      float: none;
      width: auto;
      margin-bottom: 20px; } }
  .about__img img {
    width: 455px;
    display: block; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .about__img img {
        position: absolute;
        height: 100%;
        width: auto;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0); } }
    @media only screen and (max-width: 767px) {
      .about__img img {
        width: 100%;
        display: block; } }

.about__title {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 10px;
  box-sizing: border-box;
  float: right; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .about__title {
      width: 53%;
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .about__title {
      float: none;
      margin-bottom: 20px;
      padding: 0 10px; } }
  .about__title h1, .about__title h4 {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 43px;
    color: #2d2926; }
    @media only screen and (max-width: 767px) {
      .about__title h1, .about__title h4 {
        font-size: 24px;
        line-height: 27px; } }

.about__info {
  float: right;
  padding-left: 20px;
  padding-right: 10px;
  box-sizing: border-box; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .about__info {
      width: 53%;
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .about__info {
      float: none;
      padding: 0 20px 0 10px; } }
  .about__info .text {
    margin-bottom: 35px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .about__info .text {
        margin-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .about__info .text {
        margin-bottom: 30px; } }
    .about__info .text p {
      font-family: "Taviraj", serif;
      font-weight: 300;
      font-size: 15px;
      line-height: 24px;
      letter-spacing: 0px;
      color: #4c4a48; }
  .about__info a {
    color: #6db460;
    font-size: 15px;
    line-height: 18px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    text-decoration: underline; }
    .about__info a:hover {
      text-decoration: none; }

.about__advantages {
  padding-top: 90px;
  clear: both; }
  @media only screen and (max-width: 767px) {
    .about__advantages {
      padding-top: 40px; } }

.about__advantages__list {
  background: #fff; }
  .about__advantages__list:after {
    content: "";
    display: table;
    clear: both; }

.about__advantages__item {
  border-left: 1px solid #f5f3f1;
  box-sizing: border-box;
  height: 150px;
  float: left;
  width: 245px;
  padding-top: 30px;
  text-align: center;
  padding-bottom: 15px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .about__advantages__item {
      width: 25%; } }
  @media only screen and (max-width: 767px) {
    .about__advantages__item {
      width: 50%;
      border-bottom: 1px solid #f5f3f1;
      height: 125px;
      padding-top: 25px; } }
  .about__advantages__item strong, .about__advantages__item span {
    font-family: "Lato", sans-serif;
    display: block; }
  .about__advantages__item strong {
    margin-bottom: 10px;
    font-weight: 900;
    color: #6db460;
    font-size: 38px;
    line-height: 43px; }
    @media only screen and (max-width: 767px) {
      .about__advantages__item strong {
        font-size: 24px;
        line-height: 29px; } }
  .about__advantages__item span {
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color: #636363; }
    @media only screen and (max-width: 767px) {
      .about__advantages__item span {
        font-size: 14px;
        line-height: 21px; } }

.our-history {
  padding-top: 55px;
  padding-bottom: 60px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .our-history {
      padding: 45px 20px 75px; } }
  @media only screen and (max-width: 767px) {
    .our-history {
      padding: 40px 10px 80px; } }

.our-history_i {
  width: 980px;
  margin: 0 auto; }
  .our-history_i:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .our-history_i {
      width: auto; } }
  @media only screen and (max-width: 767px) {
    .our-history_i {
      width: auto; } }

.our-history__img, .our-history__info, .our-history__title {
  width: 50%; }
  @media only screen and (max-width: 767px) {
    .our-history__img, .our-history__info, .our-history__title {
      width: auto; } }

.our-history__img {
  float: left; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .our-history__img {
      width: 45%; } }
  @media only screen and (max-width: 767px) {
    .our-history__img {
      float: none; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .our-history__img img {
      display: block;
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .our-history__img img {
      width: 100%;
      display: block; } }

.our-history__title {
  margin-bottom: 30px;
  float: right;
  padding-left: 15px;
  box-sizing: border-box; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .our-history__title {
      margin-bottom: 40px;
      padding-left: 0; } }
  @media only screen and (max-width: 767px) {
    .our-history__title {
      float: none;
      padding-left: 0;
      margin-bottom: 15px; } }
  .our-history__title h1, .our-history__title h4 {
    color: #2d2926;
    font-size: 40px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    line-height: 44px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .our-history__title h1, .our-history__title h4 {
        font-size: 32px;
        line-height: 32px; } }
    @media only screen and (max-width: 767px) {
      .our-history__title h1, .our-history__title h4 {
        font-size: 24px;
        line-height: 28px; } }

.our-history__info {
  float: right;
  box-sizing: border-box;
  padding-left: 15px;
  padding-top: 25px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .our-history__info {
      width: 51%;
      padding-left: 0;
      padding-top: 0; } }
  @media only screen and (max-width: 767px) {
    .our-history__info {
      float: none;
      padding-left: 0;
      padding-right: 5px; } }
  .our-history__info .text {
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .our-history__info .text {
        margin-bottom: 30px; } }
    .our-history__info .text p {
      font-family: "Taviraj", serif;
      letter-spacing: .5px;
      font-weight: 300;
      color: #4c4a48;
      font-size: 15px;
      line-height: 23px; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .our-history__info .text p {
          letter-spacing: .7px;
          line-height: 26px; } }
      @media only screen and (max-width: 767px) {
        .our-history__info .text p {
          letter-spacing: 0px; } }
  .our-history__info .btn_green {
    width: 186px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 15px;
    line-height: 46px; }
    .our-history__info .btn_green span {
      font-weight: 700;
      font-size: 15px;
      line-height: 46px; }

.consumer-pr {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%;
  padding: 65px 0 135px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .consumer-pr {
      padding: 45px 0 35px; } }
  @media only screen and (max-width: 767px) {
    .consumer-pr {
      padding: 55px 0 30px; } }

.consumer-pr_i {
  width: 980px;
  margin: 0 auto; }
  .consumer-pr_i:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .consumer-pr_i {
      width: auto;
      padding: 0 20px; } }
  @media only screen and (max-width: 767px) {
    .consumer-pr_i {
      width: auto;
      padding: 0 0; } }

.consumer-pr__nav {
  float: left;
  background-color: #6db460;
  width: 244px;
  border-radius: 5px 5px 0 0;
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .consumer-pr__nav {
      width: 20%; } }
  @media only screen and (max-width: 767px) {
    .consumer-pr__nav {
      float: none;
      border-radius: 0;
      width: auto; } }

.consumer-pr__content {
  float: right;
  width: 639px; }
  .consumer-pr__content img {
    max-width: 100%;
    height: auto !important; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .consumer-pr__content {
      width: 75%; } }
  @media only screen and (max-width: 767px) {
    .consumer-pr__content {
      float: none;
      width: auto;
      padding: 0 10px;
      margin-bottom: 60px; } }

.consumer-pr__title {
  margin-bottom: 30px; }
  .consumer-pr__title h1, .consumer-pr__title h4 {
    font-size: 32px;
    line-height: 35px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #2d2926; }
    @media only screen and (max-width: 767px) {
      .consumer-pr__title h1, .consumer-pr__title h4 {
        font-size: 24px;
        line-height: 27px; } }

h1.big {
  font-size: 40px;
  line-height: normal;
  text-align: center;
  margin: 40px 20px; }
  h1.big.confirmation {
    color: #6db460; }

.consumer-pr__img {
  margin-bottom: 30px; }
  .consumer-pr__img img {
    display: block;
    width: 100%; }

.consumer-pr__text {
  margin-bottom: 30px; }
  .consumer-pr__text p {
    font-family: "Taviraj", serif;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0px;
    font-weight: 300;
    color: #2d2926; }
    @media only screen and (max-width: 767px) {
      .consumer-pr__text p {
        letter-spacing: .3px; } }
  .consumer-pr__text strong {
    font-size: 16px;
    line-height: 24px;
    color: #2d2926;
    font-family: "Lato", sans-serif; }
  .consumer-pr__text a {
    color: #6db460;
    font-weight: 700;
    font-family: "Taviraj", serif;
    text-decoration: underline; }
    .consumer-pr__text a:hover {
      text-decoration: none; }
  .consumer-pr__text.align-center {
    text-align: center; }
  .consumer-pr__text img {
    max-width: 100%;
    height: auto !important; }

.consumer-pr__list {
  list-style: none;
  margin-bottom: 35px; }
  .consumer-pr__list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    font-family: "Taviraj", serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #2d2926; }
    @media only screen and (max-width: 767px) {
      .consumer-pr__list li {
        padding-left: 0;
        margin-bottom: 10px;
        line-height: 23px; } }
    .consumer-pr__list li span {
      font-family: "Taviraj", serif;
      font-weight: 300;
      font-size: 15px;
      line-height: 18px;
      color: #2d2926; }
      @media only screen and (max-width: 767px) {
        .consumer-pr__list li span {
          line-height: 23px; } }
    .consumer-pr__list li .fa-check {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate(0, -50%);
      color: #6db460;
      font-size: 11px; }
      @media only screen and (max-width: 767px) {
        .consumer-pr__list li .fa-check {
          transform: translate(0, -2px);
          position: relative;
          top: 0;
          margin-right: 10px; } }
    .consumer-pr__list li:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f00c";
      position: absolute;
      left: 0;
      top: 10px;
      transform: translate(0, -50%);
      color: #6db460;
      font-size: 11px; }
      @media only screen and (max-width: 767px) {
        .consumer-pr__list li:before {
          transform: translate(0, -2px);
          position: relative;
          top: 0;
          margin-right: 10px; } }
    .consumer-pr__list li ul {
      margin-left: 20px;
      margin-top: 30px;
      margin-bottom: 25px; }
  .consumer-pr__list p {
    display: inline; }

.numbered__list {
  margin-bottom: 35px;
  padding-left: 20px; }
  .numbered__list li {
    padding-left: 5px;
    list-style: decimal;
    position: relative;
    margin-bottom: 15px;
    font-family: "Taviraj", serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #2d2926; }
    @media only screen and (max-width: 767px) {
      .numbered__list li {
        padding-left: 0;
        margin-bottom: 10px;
        line-height: 23px; } }
    .numbered__list li span {
      font-family: "Taviraj", serif;
      font-weight: 300;
      font-size: 15px;
      line-height: 18px;
      color: #2d2926; }
      @media only screen and (max-width: 767px) {
        .numbered__list li span {
          line-height: 23px; } }
  .numbered__list ol {
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 25px; }
    .numbered__list ol li {
      list-style: lower-latin; }

.consumer-pr__list__item {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  font-family: "Taviraj", serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #2d2926; }
  @media only screen and (max-width: 767px) {
    .consumer-pr__list__item {
      padding-left: 0;
      margin-bottom: 10px;
      line-height: 23px; } }
  .consumer-pr__list__item span {
    font-family: "Taviraj", serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #2d2926; }
    @media only screen and (max-width: 767px) {
      .consumer-pr__list__item span {
        line-height: 23px; } }
  .consumer-pr__list__item .fa-check {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    color: #6db460;
    font-size: 11px; }
    @media only screen and (max-width: 767px) {
      .consumer-pr__list__item .fa-check {
        transform: translate(0, -2px);
        position: relative;
        top: 0;
        margin-right: 10px; } }
  .consumer-pr__list__item:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    color: #6db460;
    font-size: 11px; }
    @media only screen and (max-width: 767px) {
      .consumer-pr__list__item:before {
        transform: translate(0, -2px);
        position: relative;
        top: 0;
        margin-right: 10px; } }

.consumer-pr__content__nav {
  position: relative; }
  .consumer-pr__content__nav:after {
    content: "";
    display: table;
    clear: both; }
  .consumer-pr__content__nav:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 55px;
    z-index: 0;
    background: url(/themes/theme_rmpdc/assets/images/general/bubbles.png) no-repeat;
    height: 700px;
    transform: translate(-50%, 0);
    width: 216px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .consumer-pr__content__nav:before {
        width: 183px;
        height: 576px;
        top: 90px;
        background: url(/themes/theme_rmpdc/assets/images/general/bubbles_tablet.png) no-repeat; } }
  .consumer-pr__content__nav .item {
    position: relative;
    float: right;
    height: 198px;
    box-sizing: border-box;
    width: 250px;
    background: #fff;
    transition: background .3s ease-out;
    margin-top: 65px;
    text-align: center;
    padding: 115px 15px 20px;
    box-shadow: 0px 0px 35px 0 rgba(0, 0, 0, 0.05); }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .consumer-pr__content__nav .item {
        width: 210px;
        height: 166px;
        padding: 95px 15px 15px;
        margin-top: 53px;
        margin-left: 37px; } }
    @media only screen and (max-width: 767px) {
      .consumer-pr__content__nav .item {
        width: 49%;
        margin-left: 0;
        margin-top: 0;
        height: 118px;
        padding: 50px 10px 15px;
        margin-top: 7px;
        float: right; } }
    .consumer-pr__content__nav .item:nth-child(2n) {
      float: left;
      margin-right: 37px;
      margin-left: 0; }
      @media only screen and (max-width: 767px) {
        .consumer-pr__content__nav .item:nth-child(2n) {
          margin-right: 2%;
          margin-left: 0;
          float: left; } }
    @media only screen and (max-width: 767px) {
      .consumer-pr__content__nav .item:nth-child(2) {
        margin-left: 2%;
        margin-right: 0; } }
    .consumer-pr__content__nav .item:first-child {
      margin-top: 0; }
      @media only screen and (max-width: 767px) {
        .consumer-pr__content__nav .item:first-child {
          float: right;
          margin-left: 2%; } }
    .consumer-pr__content__nav .item:nth-child(2) {
      margin-top: 110px; }
      @media only screen and (max-width: 767px) {
        .consumer-pr__content__nav .item:nth-child(2) {
          margin-top: 0;
          margin-left: 0; } }
    .consumer-pr__content__nav .item span {
      position: relative;
      z-index: 3;
      font-size: 24px;
      line-height: 29px;
      color: #2d2926;
      font-family: "Lato", sans-serif;
      transition: color .3s ease;
      font-weight: 700; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .consumer-pr__content__nav .item span {
          font-size: 20px;
          line-height: 25px; } }
      @media only screen and (max-width: 767px) {
        .consumer-pr__content__nav .item span {
          font-size: 16px;
          line-height: 20px; } }
    .consumer-pr__content__nav .item .icon {
      position: absolute;
      font-size: 48px;
      top: 35px;
      left: 50%;
      transform: translate(-50%, 0); }
      @media only screen and (max-width: 767px) {
        .consumer-pr__content__nav .item .icon {
          font-size: 30px;
          top: 10px; } }
      .consumer-pr__content__nav .item .icon:before {
        transition: color .3s ease;
        color: #6db460; }
    .consumer-pr__content__nav .item:nth-child(5) {
      padding-top: 85px; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .consumer-pr__content__nav .item:nth-child(5) {
          padding-top: 75px; } }
      @media only screen and (max-width: 767px) {
        .consumer-pr__content__nav .item:nth-child(5) {
          padding-top: 40px; } }
      .consumer-pr__content__nav .item:nth-child(5) .icon {
        font-size: 33px;
        top: 30px; }
        @media only screen and (max-width: 767px) {
          .consumer-pr__content__nav .item:nth-child(5) .icon {
            top: 10px;
            font-size: 25px; } }
    .consumer-pr__content__nav .item:hover {
      background: #e36a3f; }
      .consumer-pr__content__nav .item:hover span {
        color: #fff; }
      .consumer-pr__content__nav .item:hover .icon:before {
        color: #fff; }

@media only screen and (max-width: 767px) {
  .consumer-pr__nav__list {
    margin-bottom: 0;
    margin-top: -20px; } }

.consumer-pr__nav__title {
  height: 80px;
  box-shadow: 0px 0px 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background: #fff;
  position: relative;
  z-index: 4;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .consumer-pr__nav__title {
      margin: 0 10px;
      transform: translate(0, -40px); } }
  .consumer-pr__nav__title p {
    z-index: 10;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #2d2926;
    line-height: 80px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .consumer-pr__nav__title p {
        line-height: 24px;
        position: absolute;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); } }
  .consumer-pr__nav__title:after {
    z-index: 9;
    content: "";
    bottom: 0;
    transform: translate(-50%, 50%) rotate(-45deg);
    width: 20px;
    left: 50%;
    height: 20px;
    background: #fff;
    position: absolute; }

.consumer-pr__nav__item {
  position: relative;
  box-sizing: border-box;
  display: block;
  height: 148px;
  background-color: #6db460;
  transition: background .3s ease-out; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .consumer-pr__nav__item {
      height: 122px; } }
  @media only screen and (max-width: 767px) {
    .consumer-pr__nav__item {
      height: 58px; } }
  .consumer-pr__nav__item span {
    position: absolute;
    top: 50%;
    left: 30px;
    width: 170px;
    transform: translate(0, -50%);
    display: inline-block;
    font-size: 24px;
    line-height: 26px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #fff; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .consumer-pr__nav__item span {
        font-size: 18px;
        line-height: 22px;
        width: 100%;
        box-sizing: border-box;
        left: 0;
        padding-left: 20px;
        padding-right: 15px; } }
    @media only screen and (max-width: 767px) {
      .consumer-pr__nav__item span {
        font-size: 18px;
        line-height: 20px;
        width: auto;
        padding-left: 40px;
        padding-right: 20px;
        box-sizing: border-box; } }
  .consumer-pr__nav__item img {
    display: block;
    height: 30px; }
  .consumer-pr__nav__item:after {
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #81bb76;
    transition: background .3s ease-out; }
  .consumer-pr__nav__item:last-child:after {
    display: none; }
  .consumer-pr__nav__item:hover, .consumer-pr__nav__item.active {
    background-color: #e36a3f; }
    .consumer-pr__nav__item:hover:after, .consumer-pr__nav__item.active:after {
      background: #e36a3f; }

.contact-us {
  padding: 80px 0 110px;
  background-size: cover;
  background-position: 50% 100%;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .contact-us {
      padding: 80px 0 55px; } }
  @media only screen and (max-width: 767px) {
    .contact-us {
      padding: 30px 0 0px; } }
  .contact-us:after {
    clear: both;
    content: "";
    display: block;
    height: 1px; }

.contact-us_i {
  width: 980px;
  margin: 0 auto; }
  .contact-us_i:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .contact-us_i {
      width: auto;
      padding: 0 20px; } }
  @media only screen and (max-width: 767px) {
    .contact-us_i {
      width: auto;
      padding: 0 10px; } }

.contact-us__title {
  clear: both;
  margin-bottom: 45px; }
  @media only screen and (max-width: 767px) {
    .contact-us__title {
      margin-bottom: 30px; } }
  .contact-us__title h1, .contact-us__title h4 {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    color: #2d2926;
    font-size: 40px;
    line-height: 44px; }
    @media only screen and (max-width: 767px) {
      .contact-us__title h1, .contact-us__title h4 {
        font-size: 24px;
        line-height: 28px; } }

.contact-us__col {
  float: left;
  width: 50%; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .contact-us__col {
      width: 50%; } }
  @media only screen and (max-width: 767px) {
    .contact-us__col {
      width: auto;
      float: none;
      margin-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .contact-us__col:last-child {
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .contact-us__col:nth-child(3) {
      width: 44%;
      margin-left: 5%; } }
  .contact-us__col .btn_orange-phone {
    background-color: #e36a3f;
    width: 250px;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding: 10px 15px;
    display: inline-block;
    height: 70px;
    border: 2px solid #e36a3f;
    transition: background .3s ease; }
    .contact-us__col .btn_orange-phone span {
      display: block;
      font-size: 17px;
      text-transform: uppercase;
      font-family: "Lato", sans-serif;
      letter-spacing: 1px;
      line-height: 22px;
      font-weight: 700;
      color: #fff;
      transition: color .3s ease; }
    .contact-us__col .btn_orange-phone strong {
      display: block;
      letter-spacing: .5px;
      font-weight: 700;
      transition: color .3s ease;
      font-family: "Lato", sans-serif;
      text-transform: uppercase;
      font-size: 26px;
      line-height: 30px;
      color: #fff; }
    .contact-us__col .btn_orange-phone:hover {
      background: #fff; }
      .contact-us__col .btn_orange-phone:hover span, .contact-us__col .btn_orange-phone:hover strong {
        color: #e36a3f; }
  .contact-us__col.text-block {
    width: 50%;
    color: #2d2926; }
  .contact-us__col.text-block, .contact-us__col.text-block p {
    font-family: "Taviraj", serif;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0;
    font-weight: 300;
    color: #2d2926; }
  .contact-us__col.form-block {
    float: right;
    width: 364px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .contact-us__col.text-block {
      padding-right: 30px;
      box-sizing: border-box;
      -moz-box-sizing: border-box; }
    .contact-us__col.form-block {
      width: 50%;
      margin-left: 0; } }
  @media only screen and (max-width: 767px) {
    .contact-us__col.text-block {
      padding-right: 0;
      width: 100%;
      float: none; }
    .contact-us__col.form-block {
      width: 100%;
      float: none;
      margin-bottom: 50px; } }

.contact-us__form .input {
  margin-bottom: 35px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .contact-us__form .input {
      margin-bottom: 30px; } }
  .contact-us__form .input input {
    border: 1px solid #6db460;
    background: #fff;
    height: 34px;
    width: 364px;
    border-radius: 2px;
    padding: 0 10px;
    line-height: 32px;
    color: #2d2926;
    font-size: 16px;
    outline: none;
    box-sizing: border-box; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .contact-us__form .input input {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .contact-us__form .input input {
        width: 100%; } }
  .contact-us__form .input .error-message, .contact-us__form .input label.error {
    display: block;
    padding-top: 5px;
    padding-left: 5px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: #e36a3f;
    line-height: 17px; }
  .contact-us__form .input.error .form-control {
    border: 1px solid #e36a3f;
    color: #e36a3f; }

.contact-us__form .input__title, .contact-us__form .textarea__title {
  margin-bottom: 10px;
  padding-left: 5px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #2d2926; }

.contact-us__form textarea {
  border: 1px solid #6db460;
  background: #fff;
  height: 93px;
  outline: none;
  box-sizing: border-box;
  width: 364px;
  border-radius: 2px;
  resize: none;
  padding: 10px;
  line-height: 32px;
  color: #2d2926; }
  .contact-us__form textarea.error {
    border: 1px solid #e36a3f;
    color: #e36a3f; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .contact-us__form textarea {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .contact-us__form textarea {
      width: 100%; } }

.contact-us__form .btn {
  width: 144px;
  height: 50px;
  box-sizing: border-box; }
  .contact-us__form .btn span {
    line-height: 46px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase; }

.contact-us__col__text {
  margin-bottom: 25px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .contact-us__col__text {
      margin-bottom: 30px; } }
  .contact-us__col__text h2 {
    font-size: 24px;
    line-height: 27px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #2d2926; }
  .contact-us__col__text strong {
    font-size: 16px;
    line-height: 25px;
    color: #2d2926;
    font-family: "Lato", sans-serif;
    font-weight: 700; }
  .contact-us__col__text p {
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #8c8c8c; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .contact-us__col__text p {
        line-height: 28px; } }
  .contact-us__col__text h2 + p {
    margin-top: 15px; }
    .contact-us__col__text h2 + p + p {
      margin-top: 0; }

.search-toolbar {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }

@media only screen and (max-width: 767px) {
  .search-title {
    font-size: 20px; } }

.search-toolbar div.input {
  padding-right: 5px;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.search-toolbar input.cms-button {
  width: 100px;
  height: 34px; }

.search-result-link a {
  color: #6db460;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  text-decoration: underline; }
  .search-result-link a:hover {
    color: #6db460;
    text-decoration: none; }

.states {
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover; }

.states_i {
  width: 980px;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .states_i {
      width: auto;
      margin: 0; } }
  @media only screen and (max-width: 767px) {
    .states_i {
      width: auto;
      margin: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .states_state .states_i {
      padding: 0; } }

.states__info {
  padding-top: 60px;
  padding-bottom: 85px;
  clear: both; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .states__info {
      padding: 50px 0; } }
  @media only screen and (max-width: 767px) {
    .states__info {
      padding: 30px 0; } }

.states__info__title {
  margin-bottom: 45px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .states__info__title {
      padding: 0 20px; } }
  @media only screen and (max-width: 767px) {
    .states__info__title {
      margin-bottom: 20px;
      padding: 0 10px; } }
  .states__info__title h1, .states__info__title h2, .states__info__title h3, .states__info__title h4, .states__info__title strong {
    font-size: 40px;
    line-height: 44px;
    font-weight: 900;
    color: #2d2926;
    font-family: "Lato", sans-serif; }
    @media only screen and (max-width: 767px) {
      .states__info__title h1, .states__info__title h2, .states__info__title h3, .states__info__title h4, .states__info__title strong {
        font-size: 23px;
        line-height: 28px; } }
    .states__info__title h1 span, .states__info__title h2 span, .states__info__title h3 span, .states__info__title h4 span, .states__info__title strong span {
      font-size: 21px; }
    .states__info_gov .states__info__title h1, .states__info_gov .states__info__title h2, .states__info_gov .states__info__title h3, .states__info_gov .states__info__title h4, .states__info_gov .states__info__title strong {
      font-size: 30px;
      line-height: 34px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .states_state .states__info__title {
      padding: 0 20px; } }

.states__info__list {
  background: #fff; }
  .states__info__list:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .states_state .states__info__list {
      padding: 0 20px; } }

.states__info__item {
  border-left: 1px solid #f5f3f1;
  box-sizing: border-box;
  height: 150px;
  float: left;
  width: 245px;
  padding-top: 30px;
  text-align: center;
  padding-bottom: 15px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .states__info__item {
      width: 25%;
      padding: 30px 10px 15px; } }
  @media only screen and (max-width: 767px) {
    .states__info__item {
      width: 50%;
      padding: 20px 10px;
      height: 120px;
      border-bottom: 1px solid #f5f3f1; } }
  .states__info__item strong, .states__info__item span {
    font-family: "Lato", sans-serif;
    display: block; }
  .states__info__item strong {
    margin-bottom: 10px;
    font-weight: 900;
    color: #6db460;
    font-size: 38px;
    line-height: 43px; }
    @media only screen and (max-width: 767px) {
      .states__info__item strong {
        font-size: 24px;
        line-height: 29px; } }
  .states__info__item span {
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color: #636363; }
    @media only screen and (max-width: 767px) {
      .states__info__item span {
        font-size: 14px;
        line-height: 21px; } }

.states__list {
  padding-top: 90px; }
  .states__list:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .states__list {
      padding: 25px 20px 0; } }
  @media only screen and (max-width: 767px) {
    .states__list {
      padding: 20px 10px 0; } }

.states__list__item {
  float: left;
  margin-bottom: 60px;
  margin-left: 38px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .states__list__item {
      width: 31%;
      margin-left: 3.5%;
      margin-bottom: 50px;
      box-sizing: border-box; } }
  @media only screen and (max-width: 767px) {
    .states__list__item {
      width: 48%;
      margin-left: 4%;
      margin-bottom: 20px; } }
  .states__list__item:first-child, .states__list__item:nth-child(4) {
    margin-left: 0; }
    @media only screen and (max-width: 767px) {
      .states__list__item:first-child, .states__list__item:nth-child(4) {
        margin-left: 4%; } }
  @media only screen and (max-width: 767px) {
    .states__list__item:first-child, .states__list__item:nth-child(3), .states__list__item:nth-child(5) {
      margin-left: 0; } }
  .states__list__item .img {
    position: relative;
    width: 300px;
    margin-bottom: 30px;
    display: block;
    height: 220px;
    background-color: #fff;
    transition: background-color .3s ease-out; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .states__list__item .img {
        padding: 10px;
        width: auto;
        margin-bottom: 15px;
        height: auto; } }
    @media only screen and (max-width: 767px) {
      .states__list__item .img {
        padding: 10px;
        width: auto;
        margin-bottom: 15px;
        height: auto; } }
    .states__list__item .img img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      display: block;
      width: 290px; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .states__list__item .img img {
          width: 95%;
          position: relative;
          transform: translate(0, 0);
          top: 0;
          left: 0; } }
      @media only screen and (max-width: 767px) {
        .states__list__item .img img {
          width: 95%;
          position: relative;
          transform: translate(0, 0);
          top: 0;
          left: 0; } }
  .states__list__item .title {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    color: #2d2926;
    font-family: "Lato", sans-serif;
    transition: color .3s ease-out; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .states__list__item .title {
        font-size: 20px; } }
  .states__list__item:hover .title {
    color: #6db460; }
  .states__list__item:hover .img {
    background-color: #6db460; }

.big-banner {
  background-color: #fff;
  padding-top: 45px;
  padding-bottom: 45px;
  overflow-x: hidden; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .big-banner {
      margin: 0 4px; } }
  @media only screen and (max-width: 767px) {
    .big-banner {
      padding-top: 0;
      padding-bottom: 20px; } }
  .big-banner .small-pattern {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%); }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .big-banner .small-pattern {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .big-banner .small-pattern {
        display: none; } }
    .big-banner .small-pattern.small-pattern_left {
      left: 100%; }
    .big-banner .small-pattern.small-pattern_right {
      right: 100%; }

.big-banner_i {
  width: 980px;
  background-color: #e36a3f;
  position: relative;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .big-banner_i {
      width: 728px; } }
  @media only screen and (max-width: 767px) {
    .big-banner_i {
      width: auto; } }

.big-banner__info {
  text-align: center;
  padding: 35px 35px;
  margin-bottom: 35px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .big-banner__info {
      padding: 35px 10px; } }
  @media only screen and (max-width: 767px) {
    .big-banner__info {
      padding: 15px 10px; } }

@media only screen and (max-width: 767px) {
  .big-banner__info__title {
    padding: 0 25px; } }

.big-banner__info__title h4 {
  font-family: "Lato", sans-serif;
  font-size: 27px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .7px;
  line-height: 32px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .big-banner__info__title h4 {
      font-size: 24px;
      line-height: 27px; } }
  @media only screen and (max-width: 767px) {
    .big-banner__info__title h4 {
      font-size: 16px;
      line-height: 25px; } }

.big-banner__info__phone {
  margin-bottom: 95px;
  display: inline-block; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .big-banner__info__phone {
      margin-bottom: 75px; } }
  @media only screen and (max-width: 767px) {
    .big-banner__info__phone {
      margin-bottom: 15px; } }
  .big-banner__info__phone span {
    font-size: 93px;
    line-height: 100px;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 700; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .big-banner__info__phone span {
        font-size: 80px;
        line-height: 90px; } }
    @media only screen and (max-width: 767px) {
      .big-banner__info__phone span {
        font-size: 24px;
        line-height: 28px;
        text-decoration: underline; } }
    .big-banner__info__phone span:hover {
      text-decoration: underline; }
      @media only screen and (max-width: 767px) {
        .big-banner__info__phone span:hover {
          text-decoration: none; } }

.big-banner__info__btns .btn {
  position: relative;
  width: 174px;
  height: 33px;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 3px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .big-banner__info__btns .btn {
      width: 168px; } }
  @media only screen and (max-width: 767px) {
    .big-banner__info__btns .btn {
      width: 100%;
      display: block;
      margin-bottom: 20px; } }
  .big-banner__info__btns .btn:last-child {
    margin-bottom: 0; }
  .big-banner__info__btns .btn span {
    font-family: "Lato", sans-serif;
    line-height: 33px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 700;
    color: #2d2926; }
  .big-banner__info__btns .btn img {
    position: absolute;
    display: block;
    bottom: 68px;
    height: 48px;
    left: 50%;
    transform: translate(-50%, 50%); }
    @media only screen and (max-width: 767px) {
      .big-banner__info__btns .btn img {
        display: none; } }

.big-banner__advantages {
  width: 980px;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .big-banner__advantages {
      width: 728px; } }
  @media only screen and (max-width: 767px) {
    .big-banner__advantages {
      width: auto; } }
  .big-banner__advantages .check-mark {
    position: relative;
    padding-left: 130px;
    width: 360px;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    margin-right: -4px;
    color: #2d2926;
    letter-spacing: .5px;
    font-size: 21px;
    font-weight: 700;
    font-family: "Lato", sans-serif; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .big-banner__advantages .check-mark {
        width: 250px;
        padding-left: 35px; } }
    @media only screen and (max-width: 767px) {
      .big-banner__advantages .check-mark {
        width: 100%;
        display: block;
        padding-left: 40px;
        margin-right: 0;
        line-height: 25px;
        font-size: 18px;
        margin-bottom: 5px;
        box-sizing: border-box; } }
    .big-banner__advantages .check-mark .fa-check {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      color: #e36a3f;
      font-size: 15px;
      left: 110px; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .big-banner__advantages .check-mark .fa-check {
          left: 10px; } }
      @media only screen and (max-width: 767px) {
        .big-banner__advantages .check-mark .fa-check {
          left: 10px;
          font-size: 20px;
          transform: translate(0, 0);
          top: 3px; } }
    .big-banner__advantages .check-mark:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f00c";
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      color: #e36a3f;
      font-size: 15px;
      left: 110px; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .big-banner__advantages .check-mark:before {
          left: 10px; } }
      @media only screen and (max-width: 767px) {
        .big-banner__advantages .check-mark:before {
          left: 10px;
          font-size: 20px;
          transform: translate(0, 0);
          top: 3px; } }
    .big-banner__advantages .check-mark:nth-child(2n) {
      padding-left: 30px;
      width: 610px; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .big-banner__advantages .check-mark:nth-child(2n) {
          width: 470px;
          padding-left: 35px; } }
      @media only screen and (max-width: 767px) {
        .big-banner__advantages .check-mark:nth-child(2n) {
          width: 100%;
          padding-left: 40px; } }
      .big-banner__advantages .check-mark:nth-child(2n):before {
        left: 10px; }
        @media only screen and (max-width: 767px) {
          .big-banner__advantages .check-mark:nth-child(2n):before {
            left: 10px; } }

.symptoms {
  padding-top: 70px;
  padding-bottom: 110px;
  background-color: #fff; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .symptoms {
      padding: 40px 20px 35px; } }
  @media only screen and (max-width: 767px) {
    .symptoms {
      padding: 40px 10px 25px; } }

.symptoms_i {
  width: 980px;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .symptoms_i {
      width: auto; } }
  @media only screen and (max-width: 767px) {
    .symptoms_i {
      width: auto; } }

.symptoms__title {
  margin-bottom: 30px; }
  .symptoms__title h1, .symptoms__title h2, .symptoms__title h3, .symptoms__title h4 {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    color: #2d2926;
    font-size: 40px;
    letter-spacing: .6px;
    line-height: 46px; }
    @media only screen and (max-width: 767px) {
      .symptoms__title h1, .symptoms__title h2, .symptoms__title h3, .symptoms__title h4 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0px; } }

.symptoms__list:after {
  content: "";
  display: table;
  clear: both; }

.symptoms__item {
  width: 234px;
  float: left;
  margin-left: 14px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .symptoms__item {
      width: 49%;
      margin-left: 2%;
      margin-bottom: 25px; } }
  @media only screen and (max-width: 767px) {
    .symptoms__item {
      width: auto;
      float: none;
      margin-left: 0;
      margin-bottom: 25px; } }
  .symptoms__item:first-child {
    margin-left: 0; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .symptoms__item:nth-child(3) {
      clear: left;
      margin-left: 0; } }

.symptoms__item__img {
  margin-bottom: 30px;
  height: 154px;
  overflow: hidden;
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .symptoms__item__img {
      margin-bottom: 20px;
      height: 150px; } }
  @media only screen and (max-width: 767px) {
    .symptoms__item__img {
      margin-bottom: 20px;
      height: 154px; } }
  .symptoms__item__img img {
    display: block;
    width: 100%;
    left: 0;
    top: 50%;
    position: absolute;
    transform: translate(0, -50%); }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .symptoms__item__img img {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); } }
    @media only screen and (max-width: 767px) {
      .symptoms__item__img img {
        left: 0;
        top: 50%;
        transform: translate(0, -50%); } }

.symptoms__item__title {
  margin-bottom: 25px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .symptoms__item__title {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .symptoms__item__title {
      margin-bottom: 20px; } }
  .symptoms__item__title p {
    font-size: 24px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    color: #2d2926;
    line-height: 27px; }

.symptoms__item__text {
  padding-right: 15px; }
  .symptoms__item__text p {
    font-size: 15px;
    line-height: 21px;
    font-family: "Taviraj", serif;
    font-weight: 300;
    color: #2d2926; }

.exposures {
  padding-top: 55px;
  padding-bottom: 115px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .exposures {
      padding: 40px 0 85px; } }
  @media only screen and (max-width: 767px) {
    .exposures {
      padding: 40px 0; } }

.exposures_i {
  width: 980px;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .exposures_i {
      width: auto;
      padding: 0 20px; } }
  @media only screen and (max-width: 767px) {
    .exposures_i {
      width: auto;
      padding: 0 10px; } }

.exposures__title {
  margin-bottom: 60px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .exposures__title {
      margin-bottom: 50px; } }
  @media only screen and (max-width: 767px) {
    .exposures__title {
      margin-bottom: 30px; } }
  .exposures__title h1, .exposures__title h2, .exposures__title h3, .exposures__title h4, .exposures__title strong {
    font-size: 40px;
    font-weight: 900;
    line-height: 44px;
    color: #2d2926;
    font-family: "Lato", sans-serif; }
    @media only screen and (max-width: 767px) {
      .exposures__title h1, .exposures__title h2, .exposures__title h3, .exposures__title h4, .exposures__title strong {
        font-size: 24px;
        line-height: 28xp; } }

.exposures__list:after {
  content: "";
  display: table;
  clear: both; }

.exposures__item {
  width: 280px;
  float: left;
  margin-left: 60px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .exposures__item {
      width: 49%;
      margin-left: 0; } }
  @media only screen and (max-width: 767px) {
    .exposures__item {
      float: none;
      margin-left: 0;
      width: auto;
      margin-bottom: 30px; } }
  .exposures__item:first-child {
    margin-left: 0; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .exposures__item:nth-child(2n) {
      width: 47%;
      margin-left: 4%; } }
  @media only screen and (max-width: 767px) {
    .exposures__item:last-child {
      margin-bottom: 0; } }

.exposures__item__title {
  margin-bottom: 20px; }
  .exposures__item__title strong {
    font-size: 24px;
    line-height: 29px;
    color: #2d2926;
    font-weight: 700;
    font-family: "Lato", sans-serif; }

.exposures__item__text p {
  font-size: 15px;
  font-weight: 300;
  color: #2d2926;
  line-height: 25px;
  font-family: "Taviraj", serif;
  letter-spacing: .3px; }
  .exposures__item__text p a {
    font-weight: 900; }
    .exposures__item__text p a:hover {
      text-decoration: underline; }

@media only screen and (max-width: 767px) {
  .images-line {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; } }

.images-line img {
  display: block;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .images-line img {
      width: 200%; } }

div.pagination {
  margin-top: 15px;
  border-top: 1px solid #f5f3f1;
  padding-top: 10px; }
  div.pagination .page-item {
    display: inline-block;
    margin-right: 5px;
    background: #6db460;
    padding: 2px 5px; }
    div.pagination .page-item a {
      color: #fff; }
  div.pagination .page-item.active {
    background: #f5f3f1; }
    div.pagination .page-item.active a {
      color: #6db460; }
  div.pagination .page-prev, div.pagination .page-next {
    background: none; }
    div.pagination .page-prev i:before, div.pagination .page-next i:before {
      color: #6db460;
      font-size: 22px; }
  div.pagination .page-prev i:before {
    content: "\2190"; }
  div.pagination .page-next i:before {
    content: "\2192"; }


