html, body {
  font-size: 16px;
  font-family: 'Ubuntu', sans-serif; }

.menu-opened {
  overflow: hidden; }

h1, h2, h3, h4, h5, h6, input, textarea {
  font-family: 'Ubuntu', sans-serif; }

.row {
  max-width: 81.25em; }

nav {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  color: #333; }
  nav .logo {
    max-height: 2.625em; }
  nav a {
    color: #333; }
  nav ul {
    padding-top: 0.625em;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    margin-left: 5em; }
    nav ul li {
      display: inline-block;
      vertical-align: top;
      list-style: none;
      font-size: 1em;
      font-weight: bold;
      margin: 0 1.66667em; }
  nav .menu-wrapper {
    display: inline; }
  nav .nav-right-section {
    display: inline-block;
    float: right;
    padding-top: 0.625em; }
    nav .nav-right-section p {
      display: inline-block;
      margin: 0;
      font-weight: bold; }
      nav .nav-right-section p a {
        color: #3399cc; }
        nav .nav-right-section p a:hover {
          color: #286a96; }
      nav .nav-right-section p i {
        font-weight: normal;
        display: inline-block;
        color: #333;
        font-family: 'Georgia', serif;
        margin: 0 1em; }
    nav .nav-right-section .lang-selection-wrapper {
      display: inline-block;
      width: 34px;
      height: 24px;
      position: relative;
      margin-left: 1.875em;
      vertical-align: bottom; }
      nav .nav-right-section .lang-selection-wrapper.open .lang-selection {
        height: auto;
        top: 0;
        left: 0;
        z-index: 10; }
    nav .nav-right-section .lang-selection {
      padding-top: 0;
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      margin-left: 0;
      width: 34px;
      height: 21px; }
      nav .nav-right-section .lang-selection:hover li {
        display: block; }
      nav .nav-right-section .lang-selection li {
        margin: 0;
        padding: 0.3125em 0.625em;
        border: 1px solid #e5e5e5;
        display: none;
        line-height: 0px;
        background: #fff; }
        nav .nav-right-section .lang-selection li.active {
          display: block; }

.hero-text-wrapper {
  height: 71.875em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .hero-text-wrapper h1 {
    margin-top: 2.16667em;
    color: #fff;
    font-size: 3.75em;
    font-weight: bold;
    line-height: 1.23333em;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.24); }
  .hero-text-wrapper .hero-links {
    display: inline-block;
    margin-top: 1.25em;
    position: relative; }
    .hero-text-wrapper .hero-links a {
      display: inline-block;
      vertical-align: top;
      font-size: 1.3125em;
      color: #fff;
      padding: 0.95238em 2.38095em;
      background: #3399cc;
      transition: 0.3s; }
      .hero-text-wrapper .hero-links a:first-of-type {
        border-radius: 12px 0 0 12px; }
      .hero-text-wrapper .hero-links a:last-of-type {
        border-radius: 0 12px 12px 0;
        background: #2e89b7; }
      .hero-text-wrapper .hero-links a:hover {
        background: #38708C; }
    .hero-text-wrapper .hero-links i {
      width: 0px;
      height: 100%; }
    .hero-text-wrapper .hero-links .divider {
      width: 0px;
      display: inline-block; }
      .hero-text-wrapper .hero-links .divider i {
        position: absolute;
        display: inline-block;
        top: 50%;
        background: #2e89b7;
        color: #fff;
        border-radius: 50%;
        width: 1.875em;
        height: 1.875em;
        margin-top: -1.4375em;
        margin-left: -1.4375em;
        line-height: 1.875em;
        border: 0.5625em solid #3399cc;
        box-sizing: content-box;
        font-family: 'Georgia', serif;
        pointer-events: none; }

.our-clients {
  padding: 4.375em 0; }
  .our-clients h2 {
    color: #286a96;
    font-weight: bold;
    display: inline-block;
    font-size: 1.75em;
    margin: 0;
    margin-bottom: 0.5em; }
  .our-clients .clients-link {
    color: #fff;
    font-size: 1.3125em;
    text-align: center;
    display: inline-block;
    line-height: 3.52381em;
    margin-left: 0.95238em;
    position: relative;
    padding: 0 1.90476em;
    border-radius: 5px;
    background: #286a96; }
    .our-clients .clients-link:hover {
      opacity: 0.8; }

.text-section {
  background: #f8fafb;
  padding: 4.375em 0; }
  .text-section h2 {
    color: #286a96;
    font-weight: bold;
    font-size: 1.75em;
    margin: 0;
    margin-bottom: 0.53571em; }
  .text-section p {
    font-size: 0.9375em;
    color: #747c81;
    line-height: 1.93333em;
    margin: 1em 0; }
  .text-section li {
    padding: 0 2.5em; }

footer {
  padding: 1.5625em 0; }
  footer img {
    max-height: 1.875em; }
  footer ul {
    margin: 0;
    display: inline-block; }
    footer ul li {
      display: inline-block;
      vertical-align: middle; }
      footer ul li a {
        color: #747c81;
        font-size: 0.8125em;
        margin: 0 1.92308em; }
  footer .copyright {
    float: right;
    color: #747c81;
    font-size: 0.8125em;
    padding-top: 0.3125em; }

.popup-login {
  width: 25em;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #efefef;
  padding: 0.625em;
  z-index: 20; }

  .popup-login .form-opener-button {
    width: 50%;
    text-align: center;
    padding: 0.8125em 0;
    padding-bottom: 1.25em;
    background: #efefef;
    color: #999999;
    font-weight: bold;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
    border: 1px solid #e3e3e3; }
    .popup-login .form-opener-button:first-of-type {
      border-right: 0px; }
    .popup-login .form-opener-button.active {
      color: #2d86b3;
      background: #fff;
      padding: 1.25em 0;
      border-bottom: 0; }
  .popup-login h2 {
    font-size: 1.3125em;
    margin: 0;
    color: #2d86b3;
    font-weight: bold;
    padding: 0.71429em 0; }
  .popup-login input {
    max-width: 23.07692em;
    display: block;
    margin: 0 auto;
    font-size: 0.8125em;
    padding: 1em;
    border: 1px solid #e5e5e5;
    margin-bottom: 1.92308em;
    box-shadow: 0px 0px; }
  .popup-login .forms-wrapper {
    padding-top: 1.875em;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-top: 0;
    height: 14.375em; }
  .popup-login .login-tab.hidden {
    display: none; }
  .popup-login .login-tab ul {
    text-align: center;
    padding: 0 1.25em 1.25em 1.25em;
    margin: 0; }
    .popup-login .login-tab ul li {
      display: inline-block;
      vertical-align: top;
      list-style: none;
      border: 1px solid #cccccc;
      margin: 0.625em; }
  .popup-login .popup-message {
    color: #000000;
    opacity: 0.5;
    font-size: 0.8125em;
    line-height: 1.61538em;
    margin: 0;
    margin-top: 1.53846em;
    margin-bottom: 0.76923em; }
  .popup-login .form-submit {
    font-size: 0.9375em;
    margin-bottom: 1.66667em; }
  .popup-login.hidden {
    display: none; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 10; }
  .overlay.hidden {
    display: none; }

.responsive-menu-toggler {
  display: none;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 21;
  cursor: pointer; }
  .responsive-menu-toggler > div {
    width: 100%;
    height: 3px;
    margin-bottom: 5px;
    background-color: #3399cc;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .responsive-menu-toggler.active > div:first-of-type {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: 13px; }
  .responsive-menu-toggler.active > div:nth-of-type(2) {
    display: none; }
  .responsive-menu-toggler.active > div:last-of-type {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 5px; }

.default-button {
  font-size: 0.9375em;
  padding: 1em 1.86667em;
  font-weight: bold;
  border-radius: 6px;
  background: #286a96;
  background: -webkit-linear-gradient(#44B1D7, #3B8FBA);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#44B1D7, #3B8FBA);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#44B1D7, #3B8FBA);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#44B1D7, #3B8FBA);
  /* Standard syntax */
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15); }

.inner-page {
  padding: 3.125em 0; }
  .inner-page.blue {
    background: #f8fafb; }

.inner-page-header {
  text-align: center;
  background: #82858a;
  background: url(../Images/Site/inner-page-header-bg.png) center no-repeat;
  background-size: cover;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.24); }
  .inner-page-header h1 {
    margin: 0;
    line-height: 1em;
    font-size: 2.8125em;
    padding: 1.11111em 0;
    font-weight: bold;
    color: #fff; }

.inner-page-sidebar {
  padding-left: 3.125em; }

.sidebar-help {
  background: #3398cc;
  padding: 3.125em 1.25em;
  margin-bottom: 3.125em; }
  .sidebar-help h2 {
    color: #fff;
    font-size: 1.75em;
    margin: 0;
    line-height: 1em; }
  .sidebar-help p {
    color: #aedcf5;
    font-size: 0.9375em;
    line-height: 1.93333em;
    padding: 1.33333em;
    margin: 1.33333em;
    position: relative; }
    .sidebar-help p:before, .sidebar-help p:after {
      content: "";
      display: block;
      margin: 0 auto;
      height: 1px;
      width: 4.93333em;
      background: #aedcf5;
      position: absolute;
      left: 50%;
      margin-left: -2.46667em; }
    .sidebar-help p:before {
      top: 0; }
    .sidebar-help p:after {
      bottom: 0; }
  .sidebar-help a {
    color: #ffffff;
    display: block;
    font-size: 0.9375em;
    margin: 0.33333em 0; }

.sidebar-link {
  padding: 3.125em 1.25em;
  border: 1px solid #ddd;
  margin-bottom: 3.125em; }
  .sidebar-link h2 {
    color: #3399cc;
    font-size: 1.75em;
    margin-bottom: 0.71429em;
    padding-bottom: 0.71429em;
    position: relative;
    line-height: 1em; }
    .sidebar-link h2:after {
      content: "";
      display: block;
      margin: 0 auto;
      height: 1px;
      width: 4.93333em;
      background: #ebedee;
      position: absolute;
      left: 50%;
      margin-left: -2.46667em;
      bottom: 0; }
  .sidebar-link p {
    color: #666666;
    font-size: 0.9375em;
    line-height: 1.8125em;
    margin-bottom: 3em; }
  .sidebar-link .default-button {
    color: #fff;
    font-size: 1.3125em; }

.content-holder {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 0; }
  .content-holder h2 {
    color: #286a96;
    font-weight: bold;
    font-size: 1.75em;
    margin: 0;
    line-height: 1em;
    margin: 1.07143em 0;
    padding-left: 1.78571em;
    padding-right: 1.78571em; }
  .content-holder .divider {
    margin-top: 1.75em;
    height: 1px;
    background: #e5e5e5; }

.clients-logo-grid {
  margin: 0;
  padding-left: 3.125em;
  padding-right: 3.125em; }
  .clients-logo-grid li {
    position: relative;
    padding-left: 0; }
    .clients-logo-grid li:before {
      content: "";
      display: block;
      padding-top: 100%; }
    .clients-logo-grid li > div {
      border: 1px solid #e5e5e5;
      position: absolute;
      top: 0;
      left: 0%;
      width: 90%;
      height: 90%; }
      .clients-logo-grid li > div img {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: 100%;
        max-height: 30%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

.clients-simple-grid {
  margin: 0;
  color: #888888;
  padding-left: 3.125em;
  padding-right: 3.125em; }
  .clients-simple-grid li {
    padding: 0;
    font-size: 0.9375em;
    padding: 0 0 1em 1.875em;
    position: relative; }
    .clients-simple-grid li:before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      position: absolute;
      left: 4px;
      top: 0.46667em;
      border: 1px solid #bbbbbb; }

.news-link {
  padding-bottom: 2.5em;
  display: block;
  border-bottom: 1px solid #ebedee;
  margin-top: 2.5em; }
  .news-link img {
    float: left;
    margin: 0 1.875em 0 0; }
  .news-link h2 {
    color: #286a96;
    font-size: 1.75em;
    font-weight: bold;
    margin: 0;
    line-height: 1em;
    text-decoration: underline; }
  .news-link .time-posted {
    color: #000;
    opacity: 0.25;
    font-size: 0.8125em;
    margin: 0.38462em 0 1.53846em 0; }
  .news-link p {
    margin: 0;
    font-size: 0.9375em;
    line-height: 1.93333em;
    color: #333; }
  .news-link .news-link_content-wrapper {
    overflow: hidden; }

.news-archive-link {
  color: #000;
  color: rgba(0, 0, 0, 0.25);
  font-size: 0.9375em;
  margin-top: 2em;
  position: relative;
  padding-left: 1.66667em;
  display: inline-block; }
  .news-archive-link:before {
    content: "";
    width: 0.73333em;
    height: 0.73333em;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.46667em;
    background: url(../img/news-archive-arrow.png) center center no-repeat;
    background-size: contain; }
  .news-archive-link:hover {
    color: rgba(0, 0, 0, 0.5); }

h2, h1 {
  color: #286a96;
  font-weight: bold;
  font-size: 1.75em;
  margin: 0;
  line-height: normal; }

.contacts-page h2 {
  margin-bottom: 1.78571em; }
.contacts-page p {
  color: #333333;
  font-size: 0.9375em;
  line-height: 1.93333em; }
  .contacts-page p a {
    color: inherit; }
.contacts-page input, .contacts-page textarea, .contacts-page select {
  background-color: #fff;
  border: 1px solid #dfe1e2;
  box-shadow: 0 0;
  font-size: 0.9375em;
  color: #838485;
  font-size: 0.9375em;
  color: #838485;
  height: auto;
  line-height: 20px; }
.contacts-page select {
  -moz-appearance: none; }
.contacts-page textarea {
  resize: none;
  height: 13.125em; }
  .contacts-page textarea:focus {
    outline: 0; }
.contacts-page textarea:focus {
  background: #fafafa;
  border-color: #999;
  outline: none; }
.contacts-page input::-webkit-input-placeholder, .contacts-page textarea::-webkit-input-placeholder {
  color: #838485; }
.contacts-page input:-moz-placeholder, .contacts-page textarea:-moz-placeholder {
  color: #838485;
  opacity: 1; }
.contacts-page input::-moz-placeholder, .contacts-page textarea::-moz-placeholder {
  color: #838485;
  opacity: 1; }
.contacts-page input:-ms-input-placeholder, .contacts-page textarea:-ms-input-placeholder {
  color: #838485; }
.contacts-page label {
  color: #86949d;
  float: left;
  font-size: 0.9375em;
  margin-top: 0.66667em; }
  .contacts-page label input {
    margin-right: 1.33333em; }
.contacts-page .submit-button {
  float: right;
  font-size: 15px; }

.single-feature {
  font-size: 0.9375em;
  line-height: 1.93333em;
  padding: 2em 0;
  color: #333333;
  max-width: 46.66667em;
  padding-left: 8em;
  position: relative;
  left: -2.46667em; }
  .single-feature:before {
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 50%;
    margin-top: -17px;
    border: 6px solid #eff1f2;
    background: #f8fafb;
    z-index: 2; }
  .single-feature:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 6px;
    background: #eff1f2;
    left: 15px;
    z-index: 1; }
  .single-feature:first-of-type:after {
    top: auto;
    bottom: 0;
    height: 50%; }
  .single-feature.last-item:before {
    top: auto;
    bottom: 0; }
  .single-feature strong {
    color: #286a96;
    font-weight: bold; }

.features-images-grid {
  max-width: 25em;
  margin-left: auto; }
  .features-images-grid li {
    padding: 2.5em 0; }

.features_become-our-client-section {
  margin-top: 3.125em; }
  .features_become-our-client-section p {
    color: #333333;
    font-size: 0.9375em;
    line-height: 1.93333em;
    margin: 1.66667em 0; }
  .features_become-our-client-section .default-button {
    color: #fff;
    display: inline-block; }

.menu-wraper_mobile-additional {
  display: none; }

.text-page .content {
  color: #666666;
  font-size: 0.9375em; }
  .text-page .content h1, .text-page .content h2, .text-page .content h3 {
    font-size: 1.86667em;
    margin-bottom: 1.78571em; }
  .text-page .content p, .text-page .content a {
    color: #666666;
    line-height: 1.93333em; }
  .text-page .content a {
    text-decoration: underline; }
  .text-page .content img {
    margin: 10px 0;
    width: 100%; }

.overlay {
  z-index: 30; }

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 10;
  display: none; }
  .menu-overlay.hidden {
    display: none; }

.popup-login {
  z-index: 40; }


