@charset "UTF-8";
/*NORMALIZE.CSS*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 1 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-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 */ }

/**
 * 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"] {
  -webkit-box-sizing: border-box;
          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 */ }

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

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

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

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

td,
th {
  padding: 0; }

/*NORMALIZE.CSS END*/
/*RESET*/
*,
:focus {
  outline: none; }

body {
  -webkit-fontype-smalloothing: antialiased; }

body,
html {
  height: 100%;
  width: 100%; }

a,
input[type=radio],
input[type=checkbox],
select {
  cursor: pointer; }

select[disabled] {
  cursor: default; }

/*normalization mozila*/
input:-webkit-autofill {
  background-color: transparent; }

/*normalization ie7*/
* + html input[type=checkbox],
* + html input[type=radio] {
  width: 13px;
  height: 13px; }

textarea {
  resize: none;
  vertical-align: top; }

em,
i {
  font-style: italic; }

img {
  vertical-align: top; }

input {
  vertical-align: middle; }

dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu,
ol,
ul {
  padding: 0 0 0 40px; }

nav ul,
nav ol {
  list-style: none outside none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

:focus {
  -moz-outline: 3px solid #fff !important; }

input[type="radio"]:focus {
  -moz-outline-radius: 12px !important;
  -moz-outline-offset: 0 !important; }

input[type="checkbox"]:focus {
  -moz-outline-offset: -1px !important;
  -moz-outline: 1px solid #000 !important; }

/*fix button click opera old version*/
button:after {
  content: ""; }

del {
  text-decoration: line-through; }

table {
  width: 100%; }

form {
  margin: 0;
  padding: 0; }

input::-ms-clear {
  display: none; }

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1; }

::-webkit-input-placeholder {
  /* chrome */
  opacity: 1;
  color: inherit; }

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0 none;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: outside none none; }

blockquote, q {
  quotes: none; }

blockquote::before, blockquote::after, q::before, q::after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

.centered {
  display: table;
  width: 100%;
  height: 100%; }
  .centered > * {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }

body {
  background: #fff;
  color: #033655;
  font-family: Arial;
  font-size: 14px;
  /*font-weight: 500;*/
  line-height: 20px; }

h1, h2, h3, h4, h5, h6 {
  font-family: Tahoma;
  margin: 0;
  padding: 0;
  color: #005a9b;
  font-weight: bold; }

h1 {
  font-size: 30px;
  line-height: 38px;
  padding: 0 0 10px 0; }

h2 {
  font-size: 24px;
  line-height: 32px;
  padding: 0 0 20px 0; }

h3 {
  font-size: 20px;
  line-height: 28px;
  padding: 0 0 20px 0; }

h4 {
  font-size: 18px;
  padding: 0 0 20px 0;
  font-weight: 700; }

h5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700; }

h6 {
  font-size: 12px;
  line-height: 1.4; }

p {
  padding: 0 0 20px;
  margin: 0; }
  p:last-child {
    padding: 0; }

hr {
  overflow: hidden;
  height: 1px;
  background: #e9e9e9;
  border: 0;
  margin: 32px 0; }

q,
blockquote {
  text-align: center;
  display: block;
  font-style: italic; }

strong,
b {
  font-weight: 700; }

a {
  color: #005a9b;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  text-decoration: underline; }
  a.button {
    text-decoration: none; }
    a.button:hover {
      text-decoration: none; }

a:hover {
  text-decoration: none; }

[class*="icon-"] {
  display: inline-block;
  vertical-align: top; }

img {
  max-width: 100%; }

iframe {
  max-width: 100%; }

img[style*="float: left"],
img[style*="float:left"],
img[align="left"] {
  margin: 0 20px 5px 0; }

img[style*="float: right"],
img[style*="float:right"],
img[align="right"] {
  margin: 0 0 5px 20px; }

.static-content .content__main ul li, .default-list li {
  position: relative;
  padding-left: 15px;
  color: #0b9951;
  font-size: 18px; }
  .static-content .content__main ul li:before, .default-list li:before {
    content: '–';
    display: inline;
    color: inherit;
    float: left;
    margin: 0 0 0 -15px;
    font-family: Verdana;
    font-size: 14px; }

.static-content p {
  text-align: justify; }

figure {
  padding: 0 0 20px 0; }
  figure.right {
    float: right;
    margin: 0 0 0 15px; 
    cursor: pointer; }

ol {
  list-style-type: decimal;
  list-style-position: inside;
  counter-reset: item; }
  ol li {
    display: block;
    position: relative; }
    ol li:before {
      content: counters(item, ".") ". ";
      counter-increment: item;
      display: inline;
      vertical-align: top;
      font-weight: 700; }

.upper {
  text-transform: uppercase; }

.simple-list {
  padding: 0 0 0 10px; }
  .simple-list li {
    padding: 0 0 0 8px; }
    .simple-list li:before {
      content: '-';
      display: inline;
      float: left;
      margin: 0 0 0 -8px; }

.text-sm {
  font-size: 12px; 
  text-align: justify;
}

fieldset {
  display: block;
  text-align: center; }

label {
  display: block; }
  label:hover {
    cursor: pointer; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea,
select,
.input {
  background-color: #fff;
  border: 1px solid #707070;
  color: #114866;
  font-size: 14px;
  line-height: 20px;
  padding: 2px 10px 3px;
  width: 100%;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-appearance: none;
  border-radius: 0; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  .input::-webkit-input-placeholder {
    color: #9c9c9c; }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder,
  .input::-moz-placeholder {
    color: #9c9c9c;
    opacity: 1; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder,
  .input:-ms-input-placeholder {
    color: #9c9c9c; }
  input[type="text"]:focus::-moz-placeholder,
  input[type="password"]:focus::-moz-placeholder,
  input[type="email"]:focus::-moz-placeholder,
  input[type="tel"]:focus::-moz-placeholder,
  input[type="search"]:focus::-moz-placeholder,
  textarea:focus::-moz-placeholder,
  select:focus::-moz-placeholder,
  .input:focus::-moz-placeholder {
    color: transparent;
    opacity: 1; }
  input[type="text"]:focus::-webkit-input-placeholder,
  input[type="password"]:focus::-webkit-input-placeholder,
  input[type="email"]:focus::-webkit-input-placeholder,
  input[type="tel"]:focus::-webkit-input-placeholder,
  input[type="search"]:focus::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder,
  select:focus::-webkit-input-placeholder,
  .input:focus::-webkit-input-placeholder {
    color: transparent; }
  input[type="text"]:focus:-ms-input-placeholder,
  input[type="password"]:focus:-ms-input-placeholder,
  input[type="email"]:focus:-ms-input-placeholder,
  input[type="tel"]:focus:-ms-input-placeholder,
  input[type="search"]:focus:-ms-input-placeholder,
  textarea:focus:-ms-input-placeholder,
  select:focus:-ms-input-placeholder,
  .input:focus:-ms-input-placeholder {
    color: transparent; }
  input[type="text"]:focus::placeholder,
  input[type="password"]:focus::placeholder,
  input[type="email"]:focus::placeholder,
  input[type="tel"]:focus::placeholder,
  input[type="search"]:focus::placeholder,
  textarea:focus::placeholder,
  select:focus::placeholder,
  .input:focus::placeholder {
    color: transparent; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="search"]:focus,
  textarea:focus,
  select:focus,
  .input:focus {
    border-color: #696969;
    background-color: #fff; }
  input[type="text"].error,
  input[type="password"].error,
  input[type="email"].error,
  input[type="tel"].error,
  input[type="search"].error,
  textarea.error,
  select.error,
  .input.error {
    border-color: #dc001a; }
  input[type="text"].disabled, input[type="text"][disabled="disabled"], input[type="text"][disabled],
  input[type="password"].disabled,
  input[type="password"][disabled="disabled"],
  input[type="password"][disabled],
  input[type="email"].disabled,
  input[type="email"][disabled="disabled"],
  input[type="email"][disabled],
  input[type="tel"].disabled,
  input[type="tel"][disabled="disabled"],
  input[type="tel"][disabled],
  input[type="search"].disabled,
  input[type="search"][disabled="disabled"],
  input[type="search"][disabled],
  textarea.disabled,
  textarea[disabled="disabled"],
  textarea[disabled],
  select.disabled,
  select[disabled="disabled"],
  select[disabled],
  .input.disabled,
  .input[disabled="disabled"],
  .input[disabled] {
    background-color: #f3f3f3; }

textarea {
  height: 250px; }

input[type="file"] {
  display: none; }
  input[type="file"] + label {
    display: block;
    background: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 25px 15px;
    color: #969696;
    text-align: center;
    border: 1px dashed #c4c4c4;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out; }
    input[type="file"] + label:hover {
      border-color: #696969;
      background: #e9e9e9; }

select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-transition: none;
  transition: none;
  background-position: right 25px center;
  background-repeat: no-repeat;
  background-image: url("../img/sprite/retina/2x/select-down.png");
  background-size: 29px 17px;
  background-color: #fff; }
  select:focus {
    background-image: url("../img/sprite/retina/2x/select-up.png"); }

.ui-front {
  z-index: 9999; }

.ui-selectmenu-button {
  border: 1px solid #939393;
  border-radius: 0;
  background: #f3f3f3;
  color: #282828; }
  .ui-selectmenu-button[aria-expanded="true"] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #8e8e8e; }
  .ui-selectmenu-button span.ui-selectmenu-text {
    padding: 10px 15px 9px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; }
  .ui-selectmenu-button span.ui-icon-triangle-1-s {
    width: 45px;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid #939393;
    background: url("../img/icons/slct-open.png") center center no-repeat;
    margin: 0; }

.ui-selectmenu-menu .ui-widget-content {
  border-radius: 0;
  background: #f3f3f3;
  color: #282828; }
  .ui-selectmenu-menu .ui-widget-content .ui-menu-item {
    padding: 10px 15px 9px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; }
    .ui-selectmenu-menu .ui-widget-content .ui-menu-item.ui-state-focus {
      border: 0;
      margin: 0;
      font-weight: inherit; }

button,
.btn {
  text-align: center;
  vertical-align: top;
  line-height: 20px;
  padding: 9px 20px 7px;
  border: none;
  border-radius: 0;
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
  display: block;
  background: #008ce3;
  border-radius: 3px;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  padding: 9px 5px 10px;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  button:before,
  .btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0065c9+0,0056bf+61,002f89+62,0056be+100 */
    background: #0065c9;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0065c9 0%, #0056bf 61%, #002f89 62%, #0056be 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#0065c9), color-stop(61%, #0056bf), color-stop(62%, #002f89), to(#0056be));
    background: linear-gradient(to bottom, #0065c9 0%, #0056bf 61%, #002f89 62%, #0056be 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0065c9', endColorstr='#0056be',GradientType=0 );
    /* IE6-9 */ }
  button:after,
  .btn:after {
    content: '';
    display: block;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0087e0+0,0075da+61,0042ae+62,0075d9+100 */
    background: #0087e0;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0087e0 0%, #0075da 61%, #0042ae 62%, #0075d9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#0087e0), color-stop(61%, #0075da), color-stop(62%, #0042ae), to(#0075d9));
    background: linear-gradient(to bottom, #0087e0 0%, #0075da 61%, #0042ae 62%, #0075d9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0087e0', endColorstr='#0075d9',GradientType=0 );
    /* IE6-9 */
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
  button:hover:after, button.active:after,
  .btn:hover:after,
  .btn.active:after {
    opacity: 1; }
  button.disabled, button[disabled="disabled"], button[disabled],
  .btn.disabled,
  .btn[disabled="disabled"],
  .btn[disabled] {
    background: #ccc;
    color: #aaa;
    cursor: not-allowed; }

input[type="checkbox"] {
  position: absolute;
  left: -9999px; }
  input[type="checkbox"] + label {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 30px;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    line-height: 24px;
    width: auto !important; }
    input[type="checkbox"] + label:before, input[type="checkbox"] + label:after {
      position: absolute;
      content: ''; }
  input[type="checkbox"]:checked + label:after {
    opacity: 1; }

input[type="radio"] {
  position: absolute;
  left: -9999px; }
  input[type="radio"] + label {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 30px;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    line-height: 24px;
    width: auto !important; }
    input[type="radio"] + label:before, input[type="radio"] + label:after {
      position: absolute;
      content: ''; }
  input[type="radio"]:checked + label:after {
    opacity: 1; }

.rating-stars:after {
  content: " ";
  display: block;
  clear: both; }

.rating-stars.static {
  pointer-events: none; }

.rating-stars:not(old) {
  display: inline-block;
  vertical-align: top; }
  .rating-stars:not(old) > input[type="radio"] {
    margin-right: -100%;
    opacity: 0;
    display: none; }
  .rating-stars:not(old) > label {
    display: block;
    float: right;
    position: relative;
    margin: 0 1px 0 0;
    padding: 0;
    text-indent: -9999%;
    overflow: hidden;
    top: 0; }
    .rating-stars:not(old) > label:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      -webkit-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear; }
    .rating-stars:not(old) > label:before {
      display: none; }

.rating-stars:not(old) > label:hover:after,
.rating-stars:not(old) > label:hover ~ label:after,
.rating-stars:not(:hover) > :checked ~ label:after {
  opacity: 1; }

.rating-stars.static {
  position: relative; }
  .rating-stars.static .inner {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0; }

.ui-datepicker {
  width: 242px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px #ccc;
          box-shadow: 0 0 2px #ccc;
  padding: 10px !important;
  display: none; }
  .ui-datepicker .ui-widget-header {
    background: #fff;
    border: 0;
    border-radius: 0;
    padding: 5px 35px 13px; }
    .ui-datepicker .ui-widget-header .ui-datepicker-prev, .ui-datepicker .ui-widget-header .ui-datepicker-next {
      position: absolute;
      font-family: 'mymobstr-pt';
      top: 14px;
      color: #9B9B9B;
      font-size: 24px;
      height: 24px;
      width: 24px; }
      .ui-datepicker .ui-widget-header .ui-datepicker-prev:hover, .ui-datepicker .ui-widget-header .ui-datepicker-next:hover {
        background: #fff;
        border: 0;
        text-decoration: none; }
    .ui-datepicker .ui-widget-header .ui-datepicker-prev {
      left: 10px; }
      .ui-datepicker .ui-widget-header .ui-datepicker-prev:before {
        content: '\e6fe'; }
    .ui-datepicker .ui-widget-header .ui-datepicker-next {
      right: 10px; }
      .ui-datepicker .ui-widget-header .ui-datepicker-next:before {
        content: '\e6ff'; }
    .ui-datepicker .ui-widget-header .ui-datepicker-title {
      color: #333;
      font-size: 14px;
      line-height: 18px;
      font-weight: 600;
      text-align: center;
      text-transform: uppercase; }
  .ui-datepicker .ui-datepicker-calendar {
    margin: 0 -10px;
    padding: 0 10px; }
  .ui-datepicker thead th {
    font-size: 12px;
    line-height: 16px;
    color: #9B9B9B;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 0 6px; }
  .ui-datepicker tbody tr td .ui-state-default {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    padding: 5px 8px;
    color: #333;
    border: 0;
    background: #fff;
    display: block;
    text-align: center; }
    .ui-datepicker tbody tr td .ui-state-default.ui-state-hover {
      border: 0;
      background: #eee;
      text-decoration: none; }
    .ui-datepicker tbody tr td .ui-state-default.ui-state-highlight {
      color: #fff; }
    .ui-datepicker tbody tr td .ui-state-default.ui-state-active {
      background: #eee;
      text-decoration: none; }

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

body {
  height: 100%;
  min-width: 320px; }
  body > iframe {
    display: none !important; }

.container {
  padding: 0 15px;
  width: 1190px;
  margin: 0 auto;
  max-width: 100%; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }

.wrapper {
  background: url("../img/header-bg.png") center top no-repeat, url("../img/header-bg-repeat.png") center top repeat-x;
  min-height: 96%;
  margin: 0 0 -98px;
  padding: 0 0 98px; }
  @media (max-width: 767px) {
    .wrapper {
      margin: 0;
      padding: 0; } }

.icon-phone {
  width: 22px;
  height: 22px;
  background: url("../img/icon-phone.png") center no-repeat; }

.header {
  padding: 0 0 20px 0; }
  .header__top {
    padding: 15px 0;
    font-size: 12px;
    background: -webkit-radial-gradient(center 42px ellipse, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 25%, transparent 70%);
    background: radial-gradient(ellipse at center 42px, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 25%, transparent 70%); }
    @media (max-width: 767px) {
      .header__top {
        display: none; } }
    .header__top-list {
      letter-spacing: -5px;
      line-height: 0; }
      .header__top-list-item {
        display: inline-block;
        letter-spacing: normal;
        padding: 0 13px;
        border-left: 1px solid #114866;
        line-height: 11px; }
        .header__top-list-item:first-child {
          padding-left: 0;
          border: none; }
        @media (max-width: 767px) {
          .header__top-list-item {
            display: block;
            border: none;
            padding: 0; } }
    .header__top-link {
      text-decoration: none;
      color: #114866;
      font-size: 12px; }
      .header__top-link:hover {
        color: #005a9b; }
  .header__center {
    padding: 15px 0 19px; }
    .header__center:after {
      content: " ";
      display: block;
      clear: both; }
    @media (max-width: 767px) {
      .header__center {
        padding: 10px 0 20px 0; } }
  .header__logo {
    display: block;
    text-decoration: none;
    float: left; }
    .header__logo-main {
      display: block;
      font-size: 30px;
      font-weight: 900;
      line-height: 44px;
      color: #005a9b; }
      .header__logo-main span {
        color: #2293c7; }
    .header__logo-sub {
      color: #005988;
      font-size: 16px; }
    @media (max-width: 767px) {
      .header__logo {
        float: none; } }
  .header__contacts {
    float: right;
    color: #005a9b;
    text-align: right;
    margin: 3px 0 0 0; }
    .header__contacts-text-sm {
      font-size: 11px;
      display: block;
      font-weight: 300; }
    .header__contacts-phone {
      font-size: 24px; }
    @media (max-width: 767px) {
      .header__contacts {
        float: none;
        text-align: left; } }
  @media (max-width: 1200px) {
    .header__nav {
      margin: 0 -15px; } }
  @media (max-width: 767px) {
    .header__nav {
      position: relative; } }
  .header__nav-top {
    display: none; }
    @media (max-width: 767px) {
      .header__nav-top {
        background: #0050b3;
        padding: 9px 15px 10px;
        font-size: 18px;
        display: block;
        color: #fff;
        position: relative; } }
  @media (max-width: 767px) {
    .header__nav-btn {
      display: block;
      width: 30px;
      height: 20px;
      position: absolute;
      top: 9px;
      right: 15px; }
      .header__nav-btn .line {
        display: block;
        width: 100%;
        height: 4px;
        background: #fff;
        border-radius: 4px;
        left: 0;
        position: absolute;
        -webkit-transition: all .2s ease;
        transition: all .2s ease; }
        .header__nav-btn .line:nth-child(1) {
          top: 0; }
        .header__nav-btn .line:nth-child(2) {
          top: 50%;
          margin: -2px 0 0 0; }
        .header__nav-btn .line:nth-child(3) {
          bottom: 0; }
      .header__nav-btn.active .line:nth-child(1) {
        top: 50%;
        margin: -2px 0 0 0;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .header__nav-btn.active .line:nth-child(3) {
        bottom: auto;
        top: 50%;
        margin: -2px 0 0 0;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .header__nav-btn.active .line:nth-child(2) {
        opacity: 0; } }
  .header__nav-list {
    display: table;
    width: 100%; }
    @media (max-width: 767px) {
      .header__nav-list {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        display: none;
        z-index: 999; } }
    .header__nav-list-item {
      background: #0050b3;
      display: table-cell;
      padding: 1px;
      font-size: 18px; }
      @media (max-width: 767px) {
        .header__nav-list-item {
          display: block; } }
      .header__nav-list-item:hover {
        background: #006ed1; }
      .header__nav-list-item--light {
        font-size: 16px;
        background: #006ead;
        text-transform: uppercase; }
        .header__nav-list-item--light:hover {
          background: #0091ce; }
      .header__nav-list-item.active {
        background: #d10013; }
        .header__nav-list-item.active .header__nav-link:before {
          /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e00026+0,da0016+61,ae0a00+62,dc0019+100 */
          background: #e00026;
          /* Old browsers */
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, #e00026 0%, #da0016 61%, #ae0a00 62%, #dc0019 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: -webkit-gradient(linear, left top, left bottom, from(#e00026), color-stop(61%, #da0016), color-stop(62%, #ae0a00), to(#dc0019));
          background: linear-gradient(to bottom, #e00026 0%, #da0016 61%, #ae0a00 62%, #dc0019 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00026', endColorstr='#dc0019',GradientType=0 );
          /* IE6-9 */ }
        .header__nav-list-item.active .header__nav-link:after {
          display: none; }
  .header__nav-link {
    display: block;
    background: #008ce3;
    border-radius: 3px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 9px 5px 10px;
    position: relative;
    overflow: hidden;
    z-index: 1; }
    .header__nav-link:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0065c9+0,0056bf+61,002f89+62,0056be+100 */
      background: #0065c9;
      /* Old browsers */
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #0065c9 0%, #0056bf 61%, #002f89 62%, #0056be 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(#0065c9), color-stop(61%, #0056bf), color-stop(62%, #002f89), to(#0056be));
      background: linear-gradient(to bottom, #0065c9 0%, #0056bf 61%, #002f89 62%, #0056be 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0065c9', endColorstr='#0056be',GradientType=0 );
      /* IE6-9 */ }
    .header__nav-link:after {
      content: '';
      display: block;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0087e0+0,0075da+61,0042ae+62,0075d9+100 */
      background: #0087e0;
      /* Old browsers */
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #0087e0 0%, #0075da 61%, #0042ae 62%, #0075d9 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(#0087e0), color-stop(61%, #0075da), color-stop(62%, #0042ae), to(#0075d9));
      background: linear-gradient(to bottom, #0087e0 0%, #0075da 61%, #0042ae 62%, #0075d9 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0087e0', endColorstr='#0075d9',GradientType=0 );
      /* IE6-9 */
      opacity: 0;
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }
    .header__nav-link:hover:after {
      opacity: 1; }
    .header__nav-link--light:before {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0088c4+0,0077b9+61,004681+62,0076b8+100 */
      background: #0088c4;
      /* Old browsers */
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #0088c4 0%, #0077b9 61%, #004681 62%, #0076b8 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(#0088c4), color-stop(61%, #0077b9), color-stop(62%, #004681), to(#0076b8));
      background: linear-gradient(to bottom, #0088c4 0%, #0077b9 61%, #004681 62%, #0076b8 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088c4', endColorstr='#0076b8',GradientType=0 );
      /* IE6-9 */ }
    .header__nav-link--light:after {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00adde+0,009bd6+61,0060a6+62,009ad6+100 */
      background: #00adde;
      /* Old browsers */
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #00adde 0%, #009bd6 61%, #0060a6 62%, #009ad6 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(#00adde), color-stop(61%, #009bd6), color-stop(62%, #0060a6), to(#009ad6));
      background: linear-gradient(to bottom, #00adde 0%, #009bd6 61%, #0060a6 62%, #009ad6 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adde', endColorstr='#009ad6',GradientType=0 );
      /* IE6-9 */ }
    @media (max-width: 1024px) {
      .header__nav-link {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .header__nav-link {
        font-size: 18px; }
        .header__nav-link:before, .header__nav-link:after {
          display: none; }
        .header__nav-link--light {
          background: #008dc9; } }

.footer {
  height: 20px;
  background: #f3f9fa;
  padding: 60px 0 0 0;
  text-align: center; }
  .footer__text {
    display: block;
    font-size: 12px; }
  @media (max-width: 1024px) {
    .footer {
      padding: 15px 0 0 0; } }
  @media (max-width: 767px) {
    .footer {
      height: auto;
      padding: 15px 0; } }

.content__video {
  padding: 0; width: 100%; }
  .content__video1 {
    width: 360px;
    float: left;
    padding-top: 10px; }
  .content__video2 {
    width: 360px;
    float: left;
    padding-top: 10px; 
    margin-left: 42px; }
  .content__video3 {
    width: 360px;
    float: right;
    padding-top: 10px; }
.content {
  padding: 0 0 20px 0; }
  .content__cols:after {
    content: " ";
    display: block;
    clear: both; }
  .content__cols--double {
    margin: 0 -15px; }
    @media (max-width: 767px) {
      .content__cols--double {
        margin: 0; } }
  .content__left {
    width: 100%;
    float: left;
    padding: 0 15px 0 0; }
    @media (max-width: 1024px) {
      .content__left {
        float: none;
        width: 100%;
        padding: 0; } }
  .content__right {
    float: right;
    width: 31%;
    padding: 25px 0 0 0; }
    @media (max-width: 1024px) {
      .content__right {
        float: none;
        width: 100%; } }
  .content__col50 {
    float: left;
    width: 50%;
    padding: 0 15px; }
    @media (max-width: 767px) {
      .content__col50 {
        float: none;
        width: 100%;
        padding: 0 0 15px 0; } }
  .content__subtitle {
    display: block;
    font-size: 16px;
    color: #1d5fc6;
    padding: 0 0 20px 0; }

.articles {
  color: #007bbd; }
  .articles__title {
    display: block;
    color: #007bbd;
    padding: 0 0 6px 0; }
  .articles__list {
    padding: 0 0 27px 20px;
    color: #083985; }
    @media (max-width: 767px) {
      .articles__list {
        padding: 0 0 20px 0; } }
    .articles__list--light {
      color: #007bbd; }
    .articles__list-item {
      padding: 0 0 1px 0; }
      @media (max-width: 767px) {
        .articles__list-item {
          padding: 0 0 5px 0; } }
    .articles__list--min {
      line-height: 18px; }
  .articles__date {
    font-size: 12px;
    margin: 0 6px 0 0; }
    @media (max-width: 767px) {
      .articles__date {
        float: left;
        display: block; } }
  .articles__link {
    font-size: 16px;
    text-decoration: none;
    color: inherit; }
    .articles__link:hover {
      text-decoration: underline; }
    @media (max-width: 767px) {
      .articles__link {
        overflow: hidden;
        display: block; } }
  .articles__img {
    float: left;
    margin: 0 20px 0 0; }
  .articles__bottom {
    font-size: 12px;
    color: #114866;
    display: block;
    padding: 0 0 35px 0; }
  .articles__img-info {
    padding: 10px 0 16px 0; }
    .articles__img-info:after {
      content: " ";
      display: block;
      clear: both; }

.sidebar {
  border: 2px solid #dbebf1;
  border-radius: 7px;
  padding: 20px;
  background: #eff6f9; }

.people-photo {
  text-align: center;
  line-height: 0;
  padding: 0 0 15px 0; }
  .people-photo img {
    margin: -55px 0 0 0; }
  @media (max-width: 1024px) {
    .people-photo {
      padding: 15px 0; } }

.social-box {
  padding: 0 0 8px 0; }
  .social-box.right {
    float: right;
    padding: 5px 0; }
    @media (max-width: 767px) {
      .social-box.right {
        float: none; } }

.img-list {
  letter-spacing: -5px;
  padding: 0 0 20px; }
  .img-list__img {
    display: inline-block;
    vertical-align: middle;
    width: 322px;
    padding: 0 20px 0 0; }
    .img-list__img img {
      display: block; }
    @media (max-width: 767px) {
      .img-list__img {
        width: 100%;
        padding: 0 0 15px 0; } }
  .img-list__list {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    color: #0b9951;
    font-size: 17px;
    padding-left: 0px;
    width: calc(100% - 322px); }
    @media (max-width: 767px) {
      .img-list__list {
        display: block;
        width: 100%; } }

.text-dark {
  color: #114866; }

.guide-block h2 {
  padding: 0 0 10px 0;
  color: #114866; }

.img-blockquote {
  background: #ecfcff;
  color: #007bbd;
  margin: 10px 0 20px 0; }
  .img-blockquote:after {
    content: " ";
    display: block;
    clear: both; }
  .img-blockquote img {
    float: left;
    max-width: 100%; }
  .img-blockquote__inner {
    overflow: hidden;
    padding: 15px;
    display: block;
    text-align: justify; }

.faq-block {
  color: #154899;
  padding: 0 0 18px 0;
  line-height: 16px; }
  .faq-block h3 {
    padding: 0;
    line-height: 24px;
    color: #154899; }

.contact-form__hint {
  display: block;
  font-size: 10px;
  color: #dc001a;
  padding: 0 0 0 190px;
  font-weight: 700; }
  @media (max-width: 767px) {
    .contact-form__hint {
      padding: 0; } }

.contact-form__inputbox {
  padding: 0 20px 12px 190px;
  width: 610px;
  max-width: 100%; }
  .contact-form__inputbox:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 767px) {
    .contact-form__inputbox {
      padding: 0 10px 12px 0; } }
  .contact-form__inputbox-title {
    float: left;
    margin: 0 0 0 -190px;
    text-align: right;
    padding: 0 10px 0 0;
    display: block;
    font-size: 16px;
    width: 190px;
    line-height: 25px; }
    @media (max-width: 767px) {
      .contact-form__inputbox-title {
        float: none;
        width: 100%;
        padding: 0 0 3px 0;
        margin: 0;
        text-align: left; } }
  .contact-form__inputbox input {
    float: left;
    width: 100%; }
  .contact-form__inputbox--lg {
    width: 810px; }
  .contact-form__inputbox--sm {
    width: 410px; }
  .contact-form__inputbox--required {
    position: relative; }
    .contact-form__inputbox--required:before {
      content: '*';
      display: block;
      font-size: 16px;
      color: #dc001a;
      position: absolute;
      top: 3px;
      right: 10px; }
    @media (max-width: 767px) {
      .contact-form__inputbox--required:before {
        top: 25px;
        right: 0; } }
        
.text-sm2 {
    font-family: Verdana;
    margin: 0;
    padding: 0;
    color: #007bbd;
    font-weight: 900;
    font-size: 18px;
    padding: 0 0 20px 0;
    font-weight: 700;
}

.text-sm3 {
    color: #3368a8;
    font-size: 16px;
}

.brid { font-family:Tahoma;font-size:14px;font-weight:normal; color: #007bbd}
.brid-a { font-family:Tahoma;font-size:14px;font-weight:bold; color: #007bbd}
.updated {text-align: right; font-style: italic; color: #2f5d94; padding-top: 30px; font-size: 10px }