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

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

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

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * 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 variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?w5olq5");
  src: url("../fonts/icomoon.eot?w5olq5#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?w5olq5") format("truetype"), url("../fonts/icomoon.woff?w5olq5") format("woff"), url("../fonts/icomoon.svg?w5olq5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[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-double-chevron:before {
  content: "\e906"; }

.icon-area:before {
  content: "\e900"; }

.icon-goal:before {
  content: "\e901"; }

.icon-info:before {
  content: "\e902"; }

.icon-mail:before {
  content: "\e903"; }

.icon-money:before {
  content: "\e904"; }

.icon-phone:before {
  content: "\e905"; }

.icon-check:before {
  content: "\f00c"; }

ul:not([class]):not([id]), .description-section .address-list, .testimonials-section .testimonials-list, .nav-menu, .menu .contacts-list, .footer-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .container:after, .menu:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #4a4a4a;
  background: #fff;
  font: 16px/1.2 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3,
.description-section .started-block .icons-block:first-child .sub-title, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 27px; }

h3, .description-section .started-block .icons-block:first-child .sub-title, .h3 {
  font-size: 20px; }

h4, .h4 {
  font-size: 16px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 1em; }

a {
  color: #39f; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #4a4a4a;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #4a4a4a; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #4a4a4a; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #4a4a4a; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #4a4a4a; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #4a4a4a; }

select {
  -webkit-border-radius: 0; }

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

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.resize-active .menu {
  transition: none !important; }

@media (min-width: 1024px) {
  body {
    font-size: 18px; } }

#wrapper {
  position: relative;
  overflow: hidden; }

#main {
  padding: 15px 0 0; }
  @media (min-width: 768px) {
    #main {
      padding: 21px 0 0; } }

.container {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1310px; }

h1,
h2,
h3,
.description-section .started-block .icons-block:first-child .sub-title,
h4,
h5 {
  margin: 0 0 7px;
  position: relative; }

@media (min-width: 768px) {
  h1 {
    font-size: 46px; } }

h2 {
  text-transform: uppercase; }
  @media (min-width: 768px) {
    h2 {
      font-size: 36px; } }

h3, .description-section .started-block .icons-block:first-child .sub-title {
  text-transform: uppercase; }
  @media (min-width: 768px) {
    h3, .description-section .started-block .icons-block:first-child .sub-title {
      font-size: 24px; } }

@media (min-width: 768px) {
  h4 {
    font-size: 18px; } }

p {
  margin: 0 0 7px; }

a {
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  text-decoration: none; }

.btn {
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  text-transform: uppercase;
  color: #fff;
  width: 215px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 6px 15px;
  outline: none; }
  .btn.btn-red {
    background-color: #cc0000;
    font-size: 20px; }
    @media (min-width: 768px) {
      .btn.btn-red {
        font-size: 24px; } }
    .btn.btn-red:hover {
      background-color: #256bbb; }
  .btn.btn-blue {
    background-color: #256bbb;
    border: none;
    font-size: 16px; }
    .btn.btn-blue:hover {
      background-color: #cc0000; }

ul:not([class]):not([id]) {
  margin: 0 0 25px; }
  ul:not([class]):not([id]) li {
    position: relative;
    padding: 0 0 0 8px;
    margin: 0 0 9px; }
    ul:not([class]):not([id]) li:before {
      width: 4px;
      height: 4px;
      content: "";
      position: absolute;
      top: 8px;
      left: 0;
      background: #4a4a4a;
      border-radius: 50%; }

blockquote {
  font-style: italic;
  padding: 15px;
  margin: 0; }
  @media (min-width: 1024px) {
    blockquote {
      font-size: 24px;
      padding: 3px 40px; } }
  blockquote q {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 31px; }
  blockquote .author {
    display: block;
    font-style: normal; }

.icons-block {
  padding-left: 70px;
  padding-right: 15px;
  padding-top: 30px;
  position: relative; }
  .icons-block.partners-image {
    padding-right: 0; }
  @media (min-width: 768px) {
    .icons-block {
      padding-top: 45px; } }
  @media (min-width: 1024px) {
    .icons-block {
      padding-top: 0; } }
  .icons-block:last-child:after {
    display: none; }
  .icons-block:after {
    position: absolute;
    content: '';
    display: block;
    bottom: -25px;
    left: 0;
    right: 0;
    border-bottom: 2px solid #284789; }
    @media (min-width: 1024px) {
      .icons-block:after {
        border-right: 2px solid #284789;
        border-bottom: none;
        left: auto;
        top: 58px;
        bottom: 0; } }
  .icons-block h3 i, .description-section .started-block .icons-block:first-child .sub-title i {
    position: absolute;
    top: -9px;
    left: -60px;
    font-size: 48px;
    color: #256bbb; }

.bg-block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-height: 355px; }

.join-section {
  text-align: center; }
  .join-section h1 {
    margin-bottom: 15px;
    font-weight: normal;
    color: #020731; }

.description-section .flex-block {
  padding: 25px 0 0; }
  @media (min-width: 768px) {
    .description-section .flex-block {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 35px 0 25px; } }
  .description-section .flex-block.columns-holder .icons-block {
    margin-bottom: 15px;
    position: relative; }
    @media (min-width: 768px) {
      .description-section .flex-block.columns-holder .icons-block {
        width: 50%; } }
    @media (min-width: 1024px) {
      .description-section .flex-block.columns-holder .icons-block {
        width: 33.332%; } }
    @media (min-width: 768px) {
      .description-section .flex-block.columns-holder .icons-block:after {
        opacity: 0;
        visibility: hidden; } }
    @media (min-width: 1024px) {
      .description-section .flex-block.columns-holder .icons-block:after {
        opacity: 1;
        visibility: visible; } }
.description-section .text-block {
  background-color: #020731;
  color: #fff;
  font-size: 23px;
  padding: 24px; }
  @media (min-width: 768px) {
    .description-section .text-block {
      width: 50%;
      font-size: 27px;
      padding: 25px 11px; } }
  @media (min-width: 1024px) {
    .description-section .text-block {
      font-size: 30px;
      padding: 35px;
      width: 66.668%; } }
  .description-section .text-block h2 {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .description-section .text-block h2 {
        margin-bottom: 28px; } }
  .description-section .text-block p {
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .description-section .text-block p {
        margin-bottom: 36px; } }
.description-section .img-holder {
  padding-top: 10px;
  text-align: center; }
  @media (min-width: 768px) {
    .description-section .img-holder {
      width: 50%;
      padding-top: 0;
      padding-left: 10px;
      position: relative; } }
  @media (min-width: 1024px) {
    .description-section .img-holder {
      width: 33.332%;
      min-height: 555px; } }
  .description-section .img-holder .bg-block {
    margin: 0 auto; }
    @media (min-width: 768px) {
      .description-section .img-holder .bg-block {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 10px;
        right: 0; } }
@media (min-width: 1024px) {
  .description-section .started-block .icons-block:first-child {
    width: 33.332%;
    border-bottom: none; } }
.description-section .started-block .icons-block:first-child .started-list {
  padding: 0;
  list-style-type: none;
  counter-reset: item; }
  .description-section .started-block .icons-block:first-child .started-list > li {
    position: relative;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .description-section .started-block .icons-block:first-child .started-list > li {
        margin-bottom: 26px; } }
    .description-section .started-block .icons-block:first-child .started-list > li:before {
      content: counter(item) " - ";
      counter-increment: item;
      position: absolute; }
    .description-section .started-block .icons-block:first-child .started-list > li ul li {
      margin-bottom: 2px; }
    .description-section .started-block .icons-block:first-child .started-list > li h4 {
      padding-left: 27px;
      margin-bottom: 3px; }
  .description-section .started-block .icons-block:first-child .started-list p {
    margin-bottom: 9px; }
.description-section .started-block .icons-block:first-child .sub-title {
  text-transform: none;
  display: inline-block;
  vertical-align: middle; }
.description-section .started-block .icons-block:first-child p {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .description-section .started-block .icons-block:first-child p {
      margin-bottom: 25px; } }
  @media (min-width: 1024px) {
    .description-section .started-block .icons-block:first-child p {
      margin-bottom: 30px; } }
@media (min-width: 1024px) {
  .description-section .started-block .icons-block:last-child {
    width: 66.668%; } }
.description-section .started-block .icons-block:last-child.location-block p {
  margin-bottom: 35px; }
.description-section .map-holder {
  padding: 10px 0; }
.description-section .address-list address {
  padding-left: 25px;
  font-style: normal;
  margin-bottom: 15px; }
  .description-section .address-list address a {
    color: inherit;
    text-decoration: underline;
    display: block; }
    .description-section .address-list address a:hover {
      color: #256bbb; }
.description-section .address-list h3, .description-section .address-list .started-block .icons-block:first-child .sub-title, .description-section .started-block .icons-block:first-child .address-list .sub-title {
  text-transform: none;
  margin-bottom: 10px; }
.description-section .column {
  padding: 5px;
  margin-bottom: 15px;
  position: relative; }
  @media (min-width: 768px) {
    .description-section .column {
      width: 50%; } }
  @media (min-width: 1024px) {
    .description-section .column {
      width: 33.332%; } }
  .description-section .column .form-block {
    padding: 11px 15px 15px;
    font-size: 12px; }
    @media (min-width: 1024px) {
      .description-section .column .form-block {
        padding: 11px 20px 20px; } }
    .description-section .column .form-block:before {
      position: absolute;
      content: '';
      display: block;
      top: 5px;
      bottom: 5px;
      left: 5px;
      right: 5px;
      z-index: -1;
      background-color: #f0f0f0;
      border-radius: 11px/22px; }
    .description-section .column .form-block h2 {
      font-weight: normal;
      color: #030303;
      margin-bottom: 0; }
      @media (min-width: 1024px) {
        .description-section .column .form-block h2 {
          font-size: 24px; } }
    .description-section .column .form-block h3, .description-section .column .form-block .started-block .icons-block:first-child .sub-title, .description-section .started-block .icons-block:first-child .column .form-block .sub-title {
      font-weight: normal;
      color: #030303;
      font-size: 14px;
      margin-bottom: 9px; }
      @media (min-width: 1024px) {
        .description-section .column .form-block h3, .description-section .column .form-block .started-block .icons-block:first-child .sub-title, .description-section .started-block .icons-block:first-child .column .form-block .sub-title {
          font-size: 16px; } }
  .description-section .column .text-block {
    width: 100%; }
    @media (min-width: 1024px) {
      .description-section .column .text-block {
        padding: 30px 20px 30px 42px; } }
    .description-section .column .text-block:before {
      background-color: #020731;
      position: absolute;
      content: '';
      display: block;
      top: 5px;
      bottom: 5px;
      left: 5px;
      right: 5px;
      z-index: -1; }
    .description-section .column .text-block h2 {
      margin-bottom: 10px; }
  @media (min-width: 768px) {
    .description-section .column .bg-block {
      position: absolute;
      top: 5px;
      bottom: 5px;
      left: 5px;
      right: 5px; } }
  .description-section .column .form-block {
    margin-bottom: 0;
    min-height: 100%; }
    .description-section .column .form-block .sub-title {
      display: inline-block;
      vertical-align: middle;
      font-size: 12px;
      margin-bottom: 15px; }
  .description-section .column .btn {
    font-size: 16px;
    border: none; }
.description-section h3, .description-section .started-block .icons-block:first-child .sub-title {
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .description-section h3, .description-section .started-block .icons-block:first-child .sub-title {
      margin-bottom: 26px; } }

.testimonials-section {
  text-align: center;
  padding: 25px 0; }
  @media (min-width: 768px) {
    .testimonials-section .testimonials-list {
      display: flex;
      flex-wrap: wrap;
      text-align: left; } }
  .testimonials-section .testimonials-list li {
    display: inline-block;
    vertical-align: middle;
    border-bottom: 2px solid #284789; }
    @media (min-width: 768px) {
      .testimonials-section .testimonials-list li {
        width: 33.332%;
        border-bottom: none;
        border-right: 2px solid #284789; } }
    .testimonials-section .testimonials-list li:last-child {
      border: none; }
  .testimonials-section h2 {
    margin-bottom: 25px;
    font-size: 25px; }
    @media (min-width: 1024px) {
      .testimonials-section h2 {
        font-size: 30px; } }

.form-section {
  padding: 20px 0 0; }
  @media (min-width: 768px) {
    .form-section {
      padding: 30px 0 0; } }
  .form-section p {
    margin-bottom: 20px; }

.form-block {
  background-color: #f0f0f0;
  text-align: center;
  font-size: 18px;
  margin: 0 auto 50px;
  padding: 15px;
  border-radius: 18px/34px; }
  @media (min-width: 768px) {
    .form-block {
      max-width: 600px;
      font-size: 20px; } }
  @media (min-width: 1024px) {
    .form-block {
      font-size: 24px;
      padding: 14px 30px 30px; } }
  .form-block .form-control {
    text-align: left;
    max-width: 340px;
    margin: 0 auto 20px; }
  .form-block .sub-label {
    font-size: 13px;
    color: #9b9b9b;
    display: block;
    margin-bottom: 4px; }
  .form-block .select-row {
    padding: 6px 0 0; }
    .form-block .select-row .fake-select {
      position: relative;
      display: block;
      width: 100%;
      margin-bottom: 10px; }
    .form-block .select-row select::-ms-expand {
      display: none; }
    .form-block .select-row select {
      display: block;
      padding: 2px 40px 2px 5px;
      margin: 0;
      font: inherit;
      outline: none;
      background: #fff;
      font-weight: bold;
      appearance: none;
      border-radius: 6px;
      font-size: 14px;
      width: 100%;
      position: relative;
      box-shadow: 0 1px 1px 0 #d4d4d4;
      border: 1px solid #dddddd; }
    .form-block .select-row .fake-select:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 18px;
      background: linear-gradient(to bottom, #b1b1b6 0%, #929298 100%);
      pointer-events: none;
      border-radius: 0 6px 6px 0;
      z-index: 1; }
    .form-block .select-row .fake-select:after {
      position: absolute;
      content: '\e906';
      position: absolute;
      top: 50%;
      right: 4px;
      font-size: 11px;
      transform: translateY(-50%) rotate(90deg);
      z-index: 1;
      color: #fff;
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1; }
  .form-block .radio-row {
    padding: 5px 0; }
    .form-block .radio-row .radio-title {
      display: block; }
    .form-block .radio-row [type="radio"] {
      position: fixed;
      left: 0;
      top: 0;
      opacity: 0;
      z-index: -1; }
    .form-block .radio-row textarea {
      font-size: 15px;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      margin-top: 5px;
      border: none; }
      .form-block .radio-row textarea::-webkit-input-placeholder {
        color: #9b9b9b; }
      .form-block .radio-row textarea::-moz-placeholder {
        opacity: 1;
        color: #9b9b9b; }
      .form-block .radio-row textarea:-moz-placeholder {
        color: #9b9b9b; }
      .form-block .radio-row textarea:-ms-input-placeholder {
        color: #9b9b9b; }
      .form-block .radio-row textarea.placeholder {
        color: #9b9b9b; }
    .form-block .radio-row .fake-input {
      display: inline-block;
      width: 20px;
      height: 20px;
      border: 1px solid #bababa;
      background: #fff;
      vertical-align: middle;
      position: relative;
      box-shadow: inset 0.5px 1px 2px 0 #bababa; }
    .form-block .radio-row [type=radio] + .fake-input {
      border-radius: 5px; }
    .form-block .radio-row [type="radio"] + .fake-input:before {
      content: '\f00c';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
      font-size: 15px;
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1; }
    .form-block .radio-row [type="radio"]:checked + .fake-input:before {
      opacity: 1; }
    .form-block .radio-row input:disabled + .fake-input,
    .form-block .radio-row input:disabled ~ .fake-label {
      opacity: .5; }
    .form-block .radio-row .fake-label {
      font-size: 13px;
      color: #9b9b9b; }
  .form-block .button-row {
    width: 100%;
    text-align: center; }
  .form-block .custom-radio {
    margin-right: 45px; }
  .form-block input {
    width: 100%;
    border: none;
    font-size: 13px;
    margin-bottom: 6px;
    padding: 7px;
    height: 32px;
    outline: none; }
    .form-block input::-webkit-input-placeholder {
      color: #9b9b9b; }
    .form-block input::-moz-placeholder {
      opacity: 1;
      color: #9b9b9b; }
    .form-block input:-moz-placeholder {
      color: #9b9b9b; }
    .form-block input:-ms-input-placeholder {
      color: #9b9b9b; }
    .form-block input.placeholder {
      color: #9b9b9b; }
  .form-block .btn {
    max-width: 214px;
    padding: 11px;
    height: auto; }
  .form-block h2 {
    text-transform: uppercase;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .form-block h2 {
        font-size: 30px; } }
  .form-block h3, .form-block .description-section .started-block .icons-block:first-child .sub-title, .description-section .started-block .icons-block:first-child .form-block .sub-title {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
    text-transform: none; }
    @media (min-width: 1024px) {
      .form-block h3, .form-block .description-section .started-block .icons-block:first-child .sub-title, .description-section .started-block .icons-block:first-child .form-block .sub-title {
        font-size: 24px; } }
  .form-block .sub-title {
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px; }
    @media (min-width: 768px) {
      .form-block .sub-title {
        margin-bottom: 20px;
        font-size: 18px; } }

#header {
  position: relative;
  border-bottom: 2px solid #020731;
  padding: 20px 0; }
  @media (min-width: 1024px) {
    #header {
      padding: 40px 0 0; } }
  #header .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    #header .container:after {
      display: none; }

.logo {
  width: 200px; }
  @media (min-width: 768px) {
    .logo {
      width: 300px; } }
  @media (min-width: 1024px) {
    .logo {
      width: 540px; } }
  @media (min-width: 1306px) {
    .logo {
      margin: 0 auto 21px; } }

@media (min-width: 1024px) {
  #nav {
    width: 100%; } }
@media (min-width: 1306px) {
  #nav {
    width: auto; } }

.nav-menu {
  padding: 0 15px; }
  @media (max-width: 1023px) {
    .nav-menu {
      padding: 15px; } }
  @media (min-width: 1024px) {
    .nav-menu {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 100%; } }
  @media (min-width: 1306px) {
    .nav-menu {
      width: auto; } }
  @media (min-width: 1024px) {
    .nav-menu li {
      display: inline-block;
      vertical-align: middle;
      padding: 15px 15px 0; } }
  @media (min-width: 1306px) {
    .nav-menu li {
      padding: 0 15px; } }
  .nav-menu li.active a:after {
    opacity: 1;
    visibility: visible; }
  .nav-menu li a {
    text-transform: uppercase;
    color: #020731;
    display: inline-block;
    vertical-align: middle;
    padding: 8px 0 15px;
    position: relative; }
    .nav-menu li a:after {
      transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
      position: absolute;
      content: '';
      display: block;
      left: 0;
      right: 0;
      bottom: 0;
      border-bottom: 7px solid #256bbb;
      opacity: 0;
      visibility: hidden; }
    .nav-menu li a:hover:after {
      opacity: 1;
      visibility: visible; }

.menu {
  transition: max-height 0.3s ease-in-out, box-shadow 0.3s ease-in-out; }
  @media (max-width: 1023px) {
    .menu {
      max-height: 0;
      overflow: hidden;
      width: 100%;
      z-index: 2;
      position: absolute;
      background-color: #fff;
      top: 100%;
      left: 0;
      text-align: center; } }
  @media (min-width: 1024px) {
    .menu {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  @media (max-width: 1023px) {
    .nav-active .menu {
      max-height: 600px;
      box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.12); } }
  .menu .contacts-list {
    padding: 15px; }
    @media (min-width: 1024px) {
      .menu .contacts-list {
        position: absolute;
        top: 0;
        right: 0; } }
    @media (min-width: 1306px) {
      .menu .contacts-list {
        position: relative;
        padding: 0 15px; } }
    @media (min-width: 1024px) {
      .menu .contacts-list li {
        padding: 0 15px; } }
    @media (min-width: 1306px) {
      .menu .contacts-list li {
        display: inline-block;
        vertical-align: middle; } }
    .menu .contacts-list a {
      color: #020731;
      display: inline-block;
      vertical-align: middle;
      padding: 8px 0 15px 30px;
      position: relative; }
      .menu .contacts-list a:hover {
        color: #256bbb; }
    .menu .contacts-list i {
      position: absolute;
      top: 43%;
      transform: translateY(-50%);
      left: 0;
      font-size: 28px; }

.nav-opener {
  transition: all 0.3s ease-in-out;
  width: 24px;
  height: 18px;
  position: relative;
  z-index: 999;
  display: block;
  margin-right: 6px; }
  @media (min-width: 1024px) {
    .nav-opener {
      display: none; } }
  .nav-active .nav-opener:before, .nav-active .nav-opener:after {
    transform: rotate(45deg);
    top: 50%;
    left: 15%;
    right: 15%;
    width: 24px;
    background-color: #000; }
  .nav-active .nav-opener:after {
    transform: rotate(-45deg); }
  .nav-active .nav-opener span {
    opacity: 0; }
  .nav-opener span, .nav-opener:before, .nav-opener:after {
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 44%;
    left: 0;
    right: 0;
    height: 2px;
    background: #020731; }
  .nav-opener:before, .nav-opener:after {
    content: '';
    top: 0; }
  .nav-opener:after {
    top: 90%; }

#footer {
  background-color: #020731;
  padding: 12px 0; }
  #footer a {
    color: #fff;
    text-transform: uppercase; }
    #footer a:hover {
      color: #256bbb; }

.footer-legal {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 5px; }
  .footer-legal a {
    text-transform: none !important; }

.copyright {
  text-align: center;
  color: white; }

.uhc {
  text-align: center;
  font-size: 80%;
  color: white; }

.footer-list {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 195px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .footer-list {
      max-width: 100%;
      justify-content: space-between; } }
  .footer-list li {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 15px;
    padding: 0 15px; }
    @media (min-width: 768px) {
      .footer-list li {
        width: 33.332%;
        margin-bottom: 0;
        text-align: center; } }
    .footer-list li a {
      display: flex;
      align-items: center; }
      .footer-list li a strong {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 90px);
        text-align: left; }
        @media (min-width: 1024px) {
          .footer-list li a strong {
            font-size: 24px; } }
      .footer-list li a:hover .icon-holder {
        background-color: #256bbb;
        color: #fff; }
    .footer-list li .icon-holder {
      transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
      border-radius: 50%;
      background-color: #fff;
      color: #cc0000;
      position: relative;
      height: 80px;
      width: 80px;
      margin-right: 10px;
      font-size: 50px; }
      .footer-list li .icon-holder i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }

/*# sourceMappingURL=main.css.map */
