/* ------------------------------------------------------------ *\
	Variables
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Mixins
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
*:before, *:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block; }
template {
  display: none; }
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }
img,
iframe,
video,
audio,
object {
  max-width: 100%; }
img,
iframe {
  border: 0 none; }
img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }
b,
strong {
  font-weight: bold; }
address {
  font-style: normal; }
svg:not(:root) {
  overflow: hidden; }
a,
button,
input[type='submit'],
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='image'],
label[for] {
  cursor: pointer; }
a[href^='tel'],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }
input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='color'],
textarea,
a[href^='tel'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
button,
select {
  text-transform: none; }
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
nav ul,
nav ol {
  list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  line-height: 1.37;
  color: #231f20;
  /* Mobile */ }
@media (max-width: 767px) {
    body {
      font-size: 16px; } }
a {
  color: #004e7d;
  text-decoration: none; }
a:hover {
    color: #004e7d;
    text-decoration: underline; }
a[href^="tel"] {
    color: inherit;
    text-decoration: none; }
img {
  max-width: 100%;
  height: auto; }
figure {
  display: block;
  margin: 0; }
ul,
ol,
dl {
  padding: 0 0 0 20px; }
ul,
ol,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: .6em; }
ul:last-child,
  ol:last-child,
  dl:last-child,
  h1:last-child,
  h2:last-child,
  h3:last-child,
  h4:last-child,
  h5:last-child,
  h6:last-child,
  p:last-child {
    margin-bottom: 0; }
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  line-height: 1.25; }
h1 {
  font-size: 44px;
  font-weight: normal;
  /* Tablet Portrait */
  /* Mobile */ }
@media (max-width: 991px) {
    h1 {
      font-size: 34px; } }
@media (max-width: 767px) {
    h1 {
      font-size: 26px;
      line-height: 1.27; } }
h2 {
  font-size: 30px;
  line-height: 1.27;
  /* Tablet Portrait */
  /* Mobile */ }
@media (max-width: 991px) {
    h2 {
      font-size: 28px; } }
@media (max-width: 767px) {
    h2 {
      font-size: 23px;
      line-height: 1.43; } }
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: '';
  display: block;
  clear: both; }
/*  Notext  */
.notext {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }
/*  No Wrap  */
.no-wrap {
  white-space: nowrap; }
/*  Hidden  */
[hidden],
.hidden {
  display: none !important; }
/*  Alignleft  */
.alignleft {
  float: left; }
/*  Alignright  */
.alignright {
  float: right; }
/*  Disabled  */
[disabled],
.disabled {
  cursor: default; }
/*  Grid  */
.col {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1; }
.cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
.col--1of2 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; } }
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  min-height: 100vh;
  overflow: hidden; }
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: 1220px;
  padding-right: 10px;
  padding-left: 10px;
  margin: auto; }
.shell--fluid {
    max-width: none; }
/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
.container {
  /* Small Desktop */ }
@media (max-width: 1499px) {
    .container {
      padding-left: 28px;
      padding-right: 28px; } }
/* ------------------------------------------------------------ *\
	Container Fluid
\* ------------------------------------------------------------ */
.container-fluid.no-gutters {
  padding: 0; }
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 150;
  background-color: transparent; }
.header .header__logo {
    padding: 39px 0 31px;
    padding-right: 3px;
    background: #fff;
    /* Tablet Portrait */
    /* Mobile */ }
@media (max-width: 991px) {
      .header .header__logo {
        padding: 26px 0; } }
@media (max-width: 767px) {
      .header .header__logo {
        padding: 38px 0; } }
.header .header__content {
    /* Mobile */ }
@media (max-width: 767px) {
      .header .header__content {
        position: absolute;
        top: 64px;
        left: 0;
        width: 100%; } }
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main {
  padding-top: 182px;
  /* Tablet Landscape */
  /* Mobile */ }
@media (max-width: 1199px) {
    .main {
      padding-top: 142px; } }
@media (max-width: 767px) {
    .main {
      padding-top: 210px; } }
.main--inner {
    padding-top: 290px;
    /* Tablet Portrait */
    /* Mobile */ }
@media (max-width: 991px) {
      .main--inner {
        padding-top: 203px; } }
@media (max-width: 767px) {
      .main--inner {
        padding-top: 210px; } }
/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  background: #f1f1f1;
  /* Mobile */
  /* Mobile Small */ }
@media (max-width: 767px) {
    .footer {
      text-align: center; }
      .footer .btn-phone {
        min-width: auto;
        color: #fff;
        max-width: 85%;
        padding: 21px 15px;
        margin: -5px auto 0;
        font-family: "Roboto", sans-serif; } }
@media (max-width: 374px) {
    .footer .btn-phone {
      max-width: 100%; } }
.footer ul {
    list-style: none; }
.footer .logo {
    margin-bottom: 49px;
    width: 280px;
    height: 123px;
    /* Mobile */ }
@media (max-width: 767px) {
      .footer .logo {
        margin-bottom: 48px;
        width: 226px;
        height: 100px; } }
.footer .footer__inner {
    padding: 30px 20px 35px 30px;
    max-width: 953px;
    margin-left: auto;
    /* Tablet Portrait */
    /* Mobile */ }
@media (max-width: 991px) {
      .footer .footer__inner {
        padding-bottom: 15px; } }
@media (max-width: 767px) {
      .footer .footer__inner {
        padding: 23px 28px 45px; } }
.footer .footer__contacts {
    padding-left: 89px; }
@media (max-width: 1850px) {
      .footer .footer__contacts {
        padding-left: 0; } }
.footer .footer__bar {
    padding: 28px 22px;
    background: #231f20;
    color: #fff;
    /* Tablet Landscape */
    /* Mobile */ }
@media (max-width: 1199px) {
      .footer .footer__bar {
        padding-left: 0;
        padding-right: 0; } }
@media (max-width: 767px) {
      .footer .footer__bar {
        padding: 22px 0 17px; } }
.footer .footer__links {
    padding-right: 12px;
    /* Mobile */ }
@media (max-width: 767px) {
      .footer .footer__links {
        padding-right: 0; } }
.footer .footer__links ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      font-size: 13px;
      font-weight: 300;
      /* Tablet Landscape */
      /* Tablet Portrait */
      /* Mobile */ }
@media (max-width: 1199px) {
        .footer .footer__links ul {
          font-size: 12px; } }
@media (max-width: 991px) {
        .footer .footer__links ul {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
@media (max-width: 767px) {
        .footer .footer__links ul {
          padding: 0 0 0 6px;
          padding: 0;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
.footer .footer__links li {
      /* Mobile */ }
.footer .footer__links li + li {
        margin-left: 20px;
        /* Mobile */ }
@media (max-width: 767px) {
          .footer .footer__links li + li {
            margin-left: 0; } }
@media (max-width: 767px) {
        .footer .footer__links li {
          position: relative;
          margin-right: 20px;
          margin-bottom: 5px; }
          .footer .footer__links li:before {
            content: '';
            position: absolute;
            top: 3px;
            right: -10px;
            display: inline-block;
            background: #fff;
            height: 12px;
            width: 1px; }
          .footer .footer__links li:last-child {
            margin-right: 0; }
            .footer .footer__links li:last-child:before {
              display: none; } }
.footer .footer__links a {
      color: inherit; }
.footer .footer__nav {
    padding: 4px 0;
    /* Mobile */ }
@media (max-width: 767px) {
      .footer .footer__nav {
        display: none; } }
.footer .footer__nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-family: "Montserrat", sans-serif;
      font-size: 10px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: .18em;
      /* Tablet Portrait */ }
@media (max-width: 991px) {
        .footer .footer__nav ul {
          padding-bottom: 10px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
.footer .footer__nav li {
      margin-right: 24px;
      /* Tablet Portrait */ }
@media (max-width: 991px) {
        .footer .footer__nav li {
          margin-right: 15px; } }
.footer .footer__nav li:last-child {
        margin-right: 0; }
.footer .footer__nav a {
      color: inherit; }
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
.btn--block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
.btn-location {
  height: 60px;
  line-height: 60px;
  border: 0;
  padding: 0 20px;
  min-width: 211px;
  background: rgba(51, 51, 51, 0.29);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .14em;
  /* Tablet Landscape */
  /* Tablet Portrait */ }
@media (max-width: 1199px) {
    .btn-location {
      min-width: auto; } }
@media (max-width: 991px) {
    .btn-location {
      padding: 0 14px;
      font-size: 11px; } }
.btn-location:hover {
    background: rgba(51, 51, 51, 0.5);
    color: #fff; }
.btn-location i {
    margin-left: 8px;
    margin-right: 2px; }
.btn-location--alt {
    padding: 0 12px;
    min-width: 92px;
    text-transform: uppercase;
    font-size: 11px; }
.btn-location--alt i {
      position: relative;
      top: -1px;
      margin-left: 0px; }
.btn-primary {
  background: #004e7d;
  border-color: #004e7d;
  color: #fff; }
.btn-primary--darker {
    background: #043e5b;
    border-color: #043e5b; }
.btn-primary:hover {
    background: #01649f;
    border-color: #01649f; }
.btn-primary:focus, .btn-primary:active {
    background: #01649f !important;
    border-color: #01649f !important; }
.btn-primary span {
    padding-left: 6px;
    padding-right: 2px;
    font-weight: 300;
    font-size: 17px;
    font-style: italic;
    color: #cbcbcb;
    /* Mobile */ }
@media (max-width: 767px) {
      .btn-primary span {
        font-size: 15px; } }
.btn-success {
  background: #96ce8a;
  border-color: #96ce8a;
  color: #fff; }
.btn-success:hover {
    background: #7ab56d;
    border-color: #7ab56d; }
.btn-success:focus, .btn-success:active {
    background: #7ab56d !important;
    border-color: #7ab56d !important; }
.btn-light {
  padding: 20px 16px;
  min-width: 182px;
  background: rgba(255, 255, 255, 0.71);
  border-color: rgba(255, 255, 255, 0.71);
  color: #606060;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: .19em;
  text-transform: uppercase; }
.btn-light:hover {
    background: white;
    border-color: white; }
.btn-light:focus, .btn-light:active {
    background: white !important;
    border-color: white !important; }
.btn-phone {
  padding: 9px 20px 16px;
  /* Tablet Portrait */
  /* Mobile */ }
.btn-phone strong {
    position: relative;
    top: 4px;
    padding-left: 8px;
    white-space: nowrap;
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -.03em;
    /* Tablet Portrait */
    /* Mobile */ }
@media (max-width: 991px) {
      .btn-phone strong {
        top: auto;
        padding: 0 10px; } }
@media (max-width: 767px) {
      .btn-phone strong {
        padding: 0 0 0 8px;
        font-size: 19px; } }
@media (max-width: 991px) {
    .btn-phone {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 13px 16px; } }
@media (max-width: 767px) {
    .btn-phone {
      width: 100%;
      padding: 17px 16px;
      font-size: 15px; } }
/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-moz-placeholder {
  color: inherit;
  opacity: 1; }
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::placeholder {
  color: inherit;
  opacity: 1; }
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::placeholder {
  color: inherit;
  opacity: 1; }
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form {
  /*  Fields  */
  /*  From Labels  */ }
.form .form-group {
    position: relative;
    width: 100%;
    margin-bottom: 7px;
    /* Mobile */ }
@media (max-width: 767px) {
      .form .form-group {
        margin-bottom: 0; } }
.form .form-group--md-6:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      left: 21px;
      margin-top: 1px;
      width: 1px;
      height: 15px;
      background: #fff;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      /* Mobile */ }
@media (max-width: 767px) {
        .form .form-group--md-6:before {
          display: none; } }
.form .form-row {
    margin: 0;
    display: block; }
.form .form-control {
    width: 100%;
    height: 40px;
    padding: 0 20px 0 0;
    outline: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #cfcfcf;
    background: transparent;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -.01em;
    text-transform: none;
    /* Mobile */ }
.form .form-control::-webkit-input-placeholder {
      color: #fff;
      opacity: 1; }
.form .form-control::-moz-placeholder {
      color: #fff;
      opacity: 1; }
.form .form-control::-ms-input-placeholder {
      color: #fff;
      opacity: 1; }
.form .form-control::placeholder {
      color: #fff;
      opacity: 1; }
.form .form-control:focus {
      border-bottom-color: #155a83;
      -webkit-box-shadow: none;
              box-shadow: none; }
.form .form-control--md-6 {
      padding-left: 34px; }
@media (max-width: 767px) {
      .form .form-control {
        padding: 0 20px;
        height: 58px;
        text-align: center; } }
.form .form-label,
  .form .form-group label {
    display: none; }
.form .form-select {
    position: relative; }
.form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none; }
.form select.form-control:not([size]):not([multiple]) {
    width: 100%;
    height: 40px; }
.form select.form-control::-ms-expand {
    display: none; }
.form .form__btn {
    padding: 10px 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: transparent;
    border-color: transparent;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    letter-spacing: .19em;
    /* Mobile */ }
@media (max-width: 767px) {
      .form .form__btn {
        padding: 0 20px;
        height: 90px;
        border: 0;
        background: #043e5b;
        line-height: 90px;
        font-size: 15px;
        width: 100%; } }
.form .form__btn:hover {
      border-bottom-color: #004e7d; }
.form .form__actions {
    text-align: right;
    /* Mobile */ }
@media (max-width: 767px) {
      .form .form__actions {
        position: relative;
        margin-top: -2px;
        text-align: center; } }
/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^="list-"] {
  margin: 0;
  padding: 0;
  list-style: none outside none; }
/* ------------------------------------------------------------ *\
	List Buttons Inline
\* ------------------------------------------------------------ */
.list-buttons-inline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.list-buttons-inline--blocks {
    width: 100%; }
.list-buttons-inline--blocks li {
      max-width: 50%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      /* Mobile */ }
@media (max-width: 767px) {
        .list-buttons-inline--blocks li {
          max-width: 100%;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%; } }
.list-buttons-inline--blocks li:nth-child(2n) .btn {
        border-left: 1px solid #fff;
        /* Mobile */ }
@media (max-width: 767px) {
          .list-buttons-inline--blocks li:nth-child(2n) .btn {
            border: 0; } }
.list-buttons-inline--blocks .btn {
      padding: 34px 25px;
      /* Tablet Portrait */
      /* Mobile */ }
@media (max-width: 991px) {
        .list-buttons-inline--blocks .btn {
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
@media (max-width: 767px) {
        .list-buttons-inline--blocks .btn {
          height: auto;
          height: 92px;
          padding: 0 25px;
          font-size: 16px; } }
/* ------------------------------------------------------------ *\
	List Buttons
\* ------------------------------------------------------------ */
.list-buttons .btn {
  height: 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 13px 20px 10px;
  font-size: 17px;
  /* Tablet Portrait */ }
.list-buttons .btn span {
    font-size: 16px; }
@media (max-width: 991px) {
    .list-buttons .btn {
      height: auto;
      min-height: 98px;
      font-size: 16px; }
      .list-buttons .btn span {
        font-size: 15px; } }
/* ------------------------------------------------------------ *\
	List Certificates
\* ------------------------------------------------------------ */
.list-certificates {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* Mobile */ }
@media (max-width: 767px) {
    .list-certificates {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
.list-certificates figure {
    display: block; }
.list-certificates img {
    width: 100%;
    max-width: none; }
.list-certificates li {
    padding: 10px; }
.list-certificates .ico-certificate-1 {
    width: 144px;
    height: 130px;
    /* Mobile */ }
@media (max-width: 767px) {
      .list-certificates .ico-certificate-1 {
        width: 80px;
        height: 70px; } }
.list-certificates .ico-certificate-2 {
    width: 387px;
    height: 100px;
    /* Mobile */ }
@media (max-width: 767px) {
      .list-certificates .ico-certificate-2 {
        width: 206px;
        height: 55px; } }
/* ------------------------------------------------------------ *\
	List Contacts
\* ------------------------------------------------------------ */
.list-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /* Mobile */ }
@media (max-width: 1850px) {
    .list-contacts {
      margin: 0 -20px; } }
@media (max-width: 767px) {
    .list-contacts {
      margin: 0;
      display: block; } }
.list-contacts > li {
    position: relative;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 0 30px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    /* Small Desktop */
    /* Mobile */ }
@media (max-width: 1499px) {
      .list-contacts > li {
        padding-bottom: 10px; } }
@media (max-width: 767px) {
      .list-contacts > li {
        padding: 0 0 20px;
        max-width: 100%;
        text-align: center; } }
.list-contacts > li .contact {
      max-width: 50%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      padding-right: 20px;
      /* Small Desktop */
      /* Mobile */ }
@media (max-width: 1499px) {
        .list-contacts > li .contact {
          max-width: 100%;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          padding-bottom: 32px; } }
@media (max-width: 767px) {
        .list-contacts > li .contact {
          padding: 0 0 18px; }
          .list-contacts > li .contact + .contact p {
            margin-bottom: 5px; } }
.list-contacts > li .contact--size2 {
      padding-left: 13px;
      /* Small Desktop */ }
@media (max-width: 1499px) {
        .list-contacts > li .contact--size2 {
          padding-left: 0; } }
.list-contacts > li:nth-child(2n):before {
      content: '';
      position: absolute;
      top: 0;
      left: -4px;
      height: 85%;
      width: 1px;
      background: #b3b3b3;
      pointer-events: none;
      /* Mobile */ }
@media (max-width: 767px) {
        .list-contacts > li:nth-child(2n):before {
          display: none; } }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
  width: 431px;
  height: 190px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../img/logo@2x.png);
  text-decoration: none;
  vertical-align: middle;
  /* Small Desktop */
  /* Tablet Portrait */
  /* Mobile */ }
@media (max-width: 1499px) {
    .logo {
      width: 326px;
      height: 144px; } }
@media (max-width: 991px) {
    .logo {
      width: 246px;
      height: 108px; } }
/* ------------------------------------------------------------ *\
	Navbar
\* ------------------------------------------------------------ */
.navbar {
  padding: 0 0 0 99px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(139, 146, 154, 0.7)), to(rgba(139, 146, 154, 0.7)));
  background: -o-linear-gradient(top, rgba(139, 146, 154, 0.7) 0%, rgba(139, 146, 154, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(139, 146, 154, 0.7) 0%, rgba(139, 146, 154, 0.7) 100%);
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: .14em;
  color: #fff;
  /* Small Desktop */
  /* Tablet Landscape */
  /* Tablet Portrait */
  /* Mobile */ }
@media (max-width: 1499px) {
    .navbar {
      padding-left: 30px; } }
@media (max-width: 1199px) {
    .navbar {
      padding-left: 20px;
      font-size: 12px; } }
@media (max-width: 991px) {
    .navbar {
      font-size: 10px; } }
@media (max-width: 767px) {
    .navbar {
      padding: 0;
      background: transparent;
      color: #231f20;
      text-align: center; }
      .navbar .navbar-collapse {
        position: relative;
        background: #fff; }
        .navbar .navbar-collapse ul {
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          -webkit-transition: opacity .3s, visibility .3s;
          -o-transition: opacity .3s, visibility .3s;
          transition: opacity .3s, visibility .3s;
          opacity: 0;
          visibility: hidden; }
        .navbar .navbar-collapse.show ul {
          opacity: 1;
          visibility: visible; }
          .navbar .navbar-collapse.show ul:before {
            opacity: 1;
            visibility: visible; }
        .navbar .navbar-collapse ul:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: inline-block;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
          top: auto;
          left: 50%;
          margin-bottom: -2px;
          bottom: 100%;
          width: 100%;
          height: 100%;
          height: 47px;
          background: #fff;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          -webkit-transition: opacity .3s, visibility .3s;
          -o-transition: opacity .3s, visibility .3s;
          transition: opacity .3s, visibility .3s;
          opacity: 0;
          visibility: hidden; }
      .navbar .navbar-toggler {
        position: relative;
        z-index: 5;
        margin-top: 11px;
        margin-right: 9px;
        border: 0;
        width: 56px;
        height: 45px;
        max-width: 56px;
        margin-left: auto; }
        .navbar .navbar-toggler .navbar-toggler-icon {
          background: none;
          width: 33px;
          height: 14px; }
          .navbar .navbar-toggler .navbar-toggler-icon em {
            display: block;
            width: 100%;
            height: 1px;
            background: #b9bdc2;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s; }
            .navbar .navbar-toggler .navbar-toggler-icon em + em {
              margin-top: 4px; }
        .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon em:nth-child(1) {
          -webkit-transform: translate(0px, 6px) rotate(135deg);
              -ms-transform: translate(0px, 6px) rotate(135deg);
                  transform: translate(0px, 6px) rotate(135deg); }
        .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon em:nth-child(2) {
          opacity: 0;
          visibility: hidden; }
        .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon em:nth-child(3) {
          -webkit-transform: translate(0px, -4px) rotate(45deg);
              -ms-transform: translate(0px, -4px) rotate(45deg);
                  transform: translate(0px, -4px) rotate(45deg); } }
.navbar .nav-item + .nav-item {
    margin-left: 81px;
    /* Small Desktop */
    /* Tablet Landscape */
    /* Tablet Portrait */
    /* Mobile */ }

    .dropdown-menu .nav-item + .nav-item {
      margin-left: 0;
    }
@media (max-width: 1499px) {
      .navbar .nav-item + .nav-item {
        margin-left: 40px; } }
@media (max-width: 1199px) {
      .navbar .nav-item + .nav-item {
        margin-left: 15px; } }
@media (max-width: 991px) {
      .navbar .nav-item + .nav-item {
        margin-left: 5px; } }
@media (max-width: 767px) {
      .navbar .nav-item + .nav-item {
        margin: 0; } }
.navbar .nav-item.active .nav-link {
    color: #fff;
    /* Mobile */ }
@media (max-width: 767px) {
      .navbar .nav-item.active .nav-link {
        color: #231f20; } }
.navbar .navbar-nav {
    padding-bottom: 2px;
    /* Mobile */ }
@media (max-width: 767px) {
      .navbar .navbar-nav {
        padding-bottom: 20px; } }
.navbar .navbar-nav .nav-link {
    color: #fff;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    /* Mobile */ }
@media (max-width: 767px) {
      .navbar .navbar-nav .nav-link {
        color: #231f20; } }
.navbar .btn-location {
    /* Mobile */ }
@media (max-width: 767px) {
      .navbar .btn-location {
        border-right: 1px solid #fff;
        background: rgba(51, 51, 51, 0.5); } }
.navbar .btn-secondary {
    height: 60px;
    line-height: 60px;
    border: 0;
    padding: 0 20px;
    background-color: transparent;
    min-width: 114px;
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0em;
    /* Tablet Landscape */
    /* Mobile */ }
.navbar .btn-secondary:hover {
      background: rgba(51, 51, 51, 0.5); }
@media (max-width: 1199px) {
      .navbar .btn-secondary {
        min-width: auto;
        padding: 0 14px; } }
@media (max-width: 767px) {
      .navbar .btn-secondary {
        background: rgba(51, 51, 51, 0.5); } }
.navbar .list-buttons-inline {
    /* Mobile */ }
@media (max-width: 767px) {
      .navbar .list-buttons-inline {
        padding-bottom: 30px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
.navbar .list-buttons-inline li:last-child .btn-secondary {
    border-left: 1px solid #fff; }
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Section About
\* ------------------------------------------------------------ */
.section-about h2 {
  margin-bottom: 36px;
  font-size: 26px;
  line-height: 1.62;
  font-weight: 500;
  letter-spacing: -.01em;
  /* Small Desktop */
  /* Mobile */ }
@media (max-width: 1499px) {
    .section-about h2 {
      font-size: 24px; } }
@media (max-width: 767px) {
    .section-about h2 {
      margin-bottom: 26px;
      font-size: 18px;
      line-height: 1.78; } }
.section-about h2 a {
    font-weight: bold;
    font-style: italic; }
.section-about .logo {
  margin-bottom: 40px;
  width: 300px;
  height: 132px;
  /* Mobile */ }
@media (max-width: 767px) {
    .section-about .logo {
      margin-bottom: 31px;
      width: 200px;
      height: 88px; } }
.section-about .section__head {
  padding: 110px 0;
  background: #f1f1f1;
  /* Small Desktop */
  /* Mobile */ }
@media (max-width: 1499px) {
    .section-about .section__head {
      padding: 80px 0; } }
@media (max-width: 767px) {
    .section-about .section__head {
      padding: 64px 0 25px; } }
.section-about .section__head p {
    margin-bottom: 26px;
    letter-spacing: -.04em;
    font-weight: normal;
    /* Mobile */ }
@media (max-width: 767px) {
      .section-about .section__head p {
        margin-bottom: 25px;
        letter-spacing: -.03em;
        line-height: 1.6; } }
.section-about .section__entry {
  padding: 90px 0 101px;
  background: #004e7d;
  color: #fff;
  font-size: 26px;
  line-height: 1.62;
  font-weight: bold;
  letter-spacing: -.01em;
  /* Tablet Portrait */
  /* Mobile */ }
@media (max-width: 991px) {
    .section-about .section__entry {
      padding: 60px 0 64px;
      font-size: 22px; } }
@media (max-width: 767px) {
    .section-about .section__entry {
      padding: 62px 0 68px;
      font-family: "Raleway", sans-serif;
      font-weight: 500;
      font-size: 18px;
      line-height: 1.78; } }
.section-about .section__entry p {
    padding: 0 5px; }
.section-about .section__image {
  position: relative;
  width: 100%;
  padding-top: 40.6%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* Mobile */ }
@media (max-width: 767px) {
    .section-about .section__image {
      padding-top: 97%; } }
/* ------------------------------------------------------------ *\
	Section Info
\* ------------------------------------------------------------ */
.section-info {
  padding: 117px 0 142px;
  /* Small Desktop */
  /* Mobile */ }
@media (max-width: 1499px) {
    .section-info {
      padding: 80px 0; } }
@media (max-width: 767px) {
    .section-info {
      padding: 37px 0 0;
      text-align: center;
      font-size: 19px; } }
.section-info h2 {
    max-width: 426px;
    margin-bottom: 28px;
    line-height: 1.57;
    /* Mobile */ }
@media (max-width: 767px) {
      .section-info h2 {
        margin-bottom: 23px; } }
.section-info h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: -.01em;
    line-height: 1.45;
    font-family: "Roboto", sans-serif; }
.section-info p {
    letter-spacing: -.034em;
    /* Mobile */ }
@media (max-width: 767px) {
      .section-info p {
        padding: 0 7px; } }
.section-info .section__image {
    padding-left: 74px;
    padding-top: 20px;
    /* Tablet Portrait */
    /* Mobile */ }
@media (max-width: 991px) {
      .section-info .section__image {
        padding: 50px 0 0; } }
@media (max-width: 767px) {
      .section-info .section__image {
        padding-top: 37px; } }
.section-info .section__image img {
      width: 100%; }
.section-info .section__content {
    padding-left: 15px;
    /* Small Desktop */
    /* Tablet Portrait */ }
@media (max-width: 1499px) {
      .section-info .section__content {
        padding-left: 30px; } }
@media (max-width: 991px) {
      .section-info .section__content {
        padding: 0 30px; } }
.section-info .section__entry {
    max-width: 663px;
    padding-right: 151px;
    margin-left: auto;
    /* Small Desktop */
    /* Tablet Portrait */
    /* Mobile */ }
@media (max-width: 1499px) {
      .section-info .section__entry {
        padding-right: 0; } }
@media (max-width: 991px) {
      .section-info .section__entry {
        max-width: 100%;
        padding: 0; } }
@media (max-width: 767px) {
      .section-info .section__entry:first-child h2 {
        max-width: 200px;
        margin-left: auto;
        margin-right: auto; } }
.section-info .section__entry + .section__entry {
    padding-top: 69px;
    /* Tablet Portrait */
    /* Mobile */ }
@media (max-width: 991px) {
      .section-info .section__entry + .section__entry {
        padding-top: 50px; } }
@media (max-width: 767px) {
      .section-info .section__entry + .section__entry {
        padding-top: 44px; } }
.section-info .section__entry + .section__entry h2 {
      margin-bottom: 24px;
      /* Mobile */ }
@media (max-width: 767px) {
        .section-info .section__entry + .section__entry h2 {
          margin-bottom: 40px; } }
.section-info .section__entry + .section__entry--images {
    padding-top: 51px;
    /* Mobile */ }
@media (max-width: 767px) {
      .section-info .section__entry + .section__entry--images {
        padding-top: 17px; } }
.section-info .section__entry--images {
    padding-right: 97px;
    /* Small Desktop */ }
@media (max-width: 1499px) {
      .section-info .section__entry--images {
        padding-right: 0; } }
/* ------------------------------------------------------------ *\
	Section Form
\* ------------------------------------------------------------ */
.section-form {
  position: relative;
  z-index: 2;
  padding: 85px 0 78px;
  border-top: 8px solid #96ce8a;
  /* Mobile */ }
@media (max-width: 767px) {
    .section-form {
      padding: 0;
      border-top-width: 2px; } }
.section-form .container {
    max-width: 1364px;
    /* Mobile */ }
@media (max-width: 767px) {
      .section-form .container {
        padding: 0; } }
.section-form .section__aside {
    padding: 102px 26px 85px 27px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#8b929a), color-stop(26%, #838991), color-stop(29%, #838991), to(rgba(139, 146, 154, 0.41)));
    background: -o-linear-gradient(top, #8b929a 0%, #838991 26%, #838991 29%, rgba(139, 146, 154, 0.41) 100%);
    background: linear-gradient(to bottom, #8b929a 0%, #838991 26%, #838991 29%, rgba(139, 146, 154, 0.41) 100%);
    text-align: center;
    color: #fff;
    /* Small Desktop */
    /* Mobile */ }
@media (max-width: 1499px) {
      .section-form .section__aside {
        padding-left: 30px;
        padding-right: 30px; } }
@media (max-width: 767px) {
      .section-form .section__aside {
        height: auto;
        padding: 43px 0 0;
        background: #004e7d; } }
.section-form .section__aside h2 {
      margin-bottom: 38px;
      font-size: 29px;
      /* Mobile */ }
@media (max-width: 767px) {
        .section-form .section__aside h2 {
          margin-bottom: 21px;
          font-size: 23px; } }
.section-form .section__aside .form {
      max-width: 460px;
      margin: 0 auto;
      /* Mobile */ }
@media (max-width: 767px) {
        .section-form .section__aside .form {
          max-width: 100%; } }
.section-form .section__content {
    padding: 91px 26px 68px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    background: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 1.48;
    /* Small Desktop */
    /* Mobile */ }
@media (max-width: 1499px) {
      .section-form .section__content {
        padding-left: 30px;
        padding-right: 30px; } }
@media (max-width: 767px) {
      .section-form .section__content {
        padding: 47px 24px 50px;
        height: auto;
        display: block;
        font-size: 16px; } }
.section-form .section__content h2 {
      margin-bottom: 43px;
      line-height: 1.55;
      font-size: 29px;
      /* Mobile */ }
@media (max-width: 767px) {
        .section-form .section__content h2 {
          margin-bottom: 31px;
          font-size: 23px;
          line-height: 1.43; } }
.section-form .section__content h3 {
      max-width: 470px;
      margin: 0 auto 57px;
      font-family: "Roboto", sans-serif;
      font-weight: normal;
      font-size: 20px;
      line-height: 1.48;
      letter-spacing: -.01em;
      /* Mobile */ }
@media (max-width: 767px) {
        .section-form .section__content h3 {
          margin-bottom: 33px;
          font-size: 16px;
          line-height: 1.34; } }
.section-form .section__content p {
      letter-spacing: -.01em; }
.section-form .section__images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    z-index: -1; }
.section-form .section__images:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: inline-block;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      background: -webkit-gradient(linear, left top, right top, from(rgba(0, 78, 125, 0.87)), to(rgba(0, 78, 125, 0.87)));
      background: -o-linear-gradient(left, rgba(0, 78, 125, 0.87) 0%, rgba(0, 78, 125, 0.87) 100%);
      background: linear-gradient(to right, rgba(0, 78, 125, 0.87) 0%, rgba(0, 78, 125, 0.87) 100%); }
.section-form .section__images:after {
      content: '';
      z-index: 2;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: inline-block;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      background: #000;
      opacity: .26; }
.section-form .section__images figure {
      max-width: 50%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; }
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Widgets
\* ------------------------------------------------------------ */
.widgets {
  list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */
.intro {
  position: relative; }
.intro h1 {
    margin-bottom: 42px;
    /* Mobile */ }
@media (max-width: 767px) {
      .intro h1 {
        margin-bottom: 27px; } }
.intro h2 {
    margin-bottom: 48px;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: .29em;
    /* Tablet Portrait */
    /* Mobile */ }
@media (max-width: 991px) {
      .intro h2 {
        font-size: 24px; } }
@media (max-width: 767px) {
      .intro h2 {
        margin-bottom: 22px;
        font-size: 16px; } }
.intro .btn-phone {
    min-width: 388px;
    /* Tablet Portrait */ }
@media (max-width: 991px) {
      .intro .btn-phone {
        min-width: auto; } }
.intro .intro__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* Tablet Portrait */
    /* Mobile */ }
@media (max-width: 991px) {
      .intro .intro__image {
        background-position: 70% 50%; } }
@media (max-width: 767px) {
      .intro .intro__image {
        position: relative;
        height: auto;
        padding-top: 35%;
        background-position: top center; } }
.intro .intro__image:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: inline-block;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      width: 30%;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.87)), color-stop(44%, rgba(255, 255, 255, 0.86)), color-stop(76%, rgba(255, 255, 255, 0.8)), color-stop(81%, rgba(255, 255, 255, 0.72)), color-stop(88%, rgba(255, 255, 255, 0.54)), color-stop(95%, rgba(255, 255, 255, 0.28)), to(rgba(255, 255, 255, 0)));
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0.87) 0%, rgba(255, 255, 255, 0.86) 44%, rgba(255, 255, 255, 0.8) 76%, rgba(255, 255, 255, 0.72) 81%, rgba(255, 255, 255, 0.54) 88%, rgba(255, 255, 255, 0.28) 95%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0.87) 0%, rgba(255, 255, 255, 0.86) 44%, rgba(255, 255, 255, 0.8) 76%, rgba(255, 255, 255, 0.72) 81%, rgba(255, 255, 255, 0.54) 88%, rgba(255, 255, 255, 0.28) 95%, rgba(255, 255, 255, 0) 100%);
      /* Tablet Portrait */
      /* Mobile */ }
@media (max-width: 991px) {
        .intro .intro__image:before {
          width: 55%;
          opacity: .8; } }
@media (max-width: 767px) {
        .intro .intro__image:before {
          display: none; } }
.intro .intro__content {
    position: relative;
    z-index: 4;
    max-width: 50%;
    padding: 216px 13px 131px 0;
    text-align: center;
    /* Small Desktop */
    /* Tablet Portrait */
    /* Mobile */ }
@media (max-width: 1499px) {
      .intro .intro__content {
        padding-left: 30px; } }
@media (max-width: 991px) {
      .intro .intro__content {
        padding: 150px 0 100px 30px; } }
@media (max-width: 767px) {
      .intro .intro__content {
        max-width: 100%;
        padding: 3px 20px 30px; } }
.intro .intro__body {
    position: relative;
    min-height: 646px;
    /* Tablet Portrait */ }
@media (max-width: 991px) {
      .intro .intro__body {
        min-height: auto; } }
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
[class^="ico-"] {
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  vertical-align: middle; }
.ico-arrow {
  width: 29px;
  height: 29px;
  background-image: url(../img/ico-arrow@2x.png); }
.ico-arrow-white {
  width: 32px;
  height: 32px;
  background-image: url(../img/ico-arrow-white.svg); }
.ico-veins {
  width: 59px;
  height: 63px; }
.ico-vascular {
  width: 56px;
  height: 55px; }
.ico-ultrasound {
  width: 55px;
  height: 53px; }
.ico-bones {
  width: 52px;
  height: 56px; }
.ico-pediatrics {
  width: 54px;
  height: 53px; }
.ico-xray {
  width: 55px;
  height: 55px; }
.ico-mri {
  width: 53px;
  height: 58px; }
/* ------------------------------------------------------------ *\
	Service
\* ------------------------------------------------------------ */
.service {
  position: relative;
  max-width: 232px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 232px;
          flex: 0 0 232px;
  min-height: 232px;
  text-align: center;
  /* Tablet Portrait */
  /* Mobile */
  /* Mobile */ }
@media (max-width: 991px) {
    .service {
      min-height: 200px; } }
@media (max-width: 767px) {
    .service {
      min-height: auto; } }
.service a {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*height: 100%; */
    width: 200px;
    height: 200px;
    max-width: 200px;
    margin: 0 auto;
    border: 5px solid transparent;
    background-color: transparent;
    border-radius: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: inherit;
    font-size: 20px;
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
.service a:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 240px;
      height: 240px;
      border-radius: 50%;
      z-index: -1;
      background: -webkit-gradient(linear, left top, right top, from(rgba(150, 206, 138, 0.19)), to(rgba(150, 206, 138, 0.19)));
      background: -o-linear-gradient(left, rgba(150, 206, 138, 0.19) 0%, rgba(150, 206, 138, 0.19) 100%);
      background: linear-gradient(to right, rgba(150, 206, 138, 0.19) 0%, rgba(150, 206, 138, 0.19) 100%);
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: opacity .3s, visibility .3s;
      -o-transition: opacity .3s, visibility .3s;
      transition: opacity .3s, visibility .3s;
      opacity: 0;
      visibility: hidden; }
.service a > p {
      margin-bottom: 4px; }
@media (min-width: 1200px) {
    .service:hover a {
      background: #004e7d;
      border-color: #96ce8a;
      color: #fff; }
      .service:hover a:before {
        opacity: 1;
        visibility: visible; }
    .service:hover figure img {
      opacity: 0;
      visibility: hidden; }
    .service:hover figure img + img {
      opacity: 1;
      visibility: visible; } }
.service [class^="ico-"] {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
.service [class^="ico-"] img {
      width: 100%;
      display: block; }
.service figure {
    position: relative;
    height: 63px;
    margin-bottom: 13px; }
.service figure img {
      -webkit-transition: opacity .3s, visibility .3s;
      -o-transition: opacity .3s, visibility .3s;
      transition: opacity .3s, visibility .3s; }
.service figure img + img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 0;
      visibility: hidden; }
.service .tag {
    position: absolute;
    z-index: 4;
    top: 18px;
    right: -14px;
    display: table;
    width: 89px;
    height: 89px;
    border-radius: 50%;
    background: #96ce8a;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    text-transform: uppercase; }
.service .tag span {
      display: table-cell;
      vertical-align: middle; }
@media (max-width: 767px) {
    .service {
      max-width: 50%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; }
      .service:nth-child(2n) {
        background: #e6eaed; }
      .service:nth-child(3n) {
        background: #e6eaed; }
      .service:nth-child(3n + 1) {
        background: #fff; }
      .service:nth-child(4n + 1) {
        background: #fff; }
      .service a {
        font-size: 16px;
        line-height: 1.13;
        width: 100%;
        max-width: 100%;
        height: 151px; }
      .service [class^="ico-"] img {
        -webkit-transform: scale(0.7);
            -ms-transform: scale(0.7);
                transform: scale(0.7); }
      .service figure {
        height: 42px; }
      .service .tag {
        top: 50%;
        right: auto;
        left: 50%;
        margin-left: 29px;
        width: 71px;
        height: 71px;
        font-size: 10px;
        padding-top: 5px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      .service--comming-soon {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        background: #004e7d !important;
        color: #fff; }
        .service--comming-soon a {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding-right: 135px;
          height: 148px;
          max-width: 320px;
          margin: 0 auto;
          padding-top: 15px;
          padding-bottom: 15px;
          padding-right: 164px;
          padding-left: 29px;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .service--comming-soon a:after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 1px;
            background: #fff;
            height: 50%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            opacity: .4; }
        .service--comming-soon figure {
          margin-bottom: 0px;
          position: relative;
          max-width: 64px;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 64px;
                  flex: 0 0 64px; }
          .service--comming-soon figure img {
            opacity: 0;
            visibility: hidden; }
            .service--comming-soon figure img + img {
              opacity: 1;
              visibility: visible; } }
/* ------------------------------------------------------------ *\
	Services
\* ------------------------------------------------------------ */
.services {
  padding: 88px 0 67px;
  /* Small Desktop */
  /* Mobile */ }
@media (max-width: 1499px) {
    .services {
      padding: 40px 0 30px; } }
@media (max-width: 767px) {
    .services {
      padding: 0; }
      .services .container-fluid {
        padding: 0; } }
.services .services__body {
    padding-right: 58px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* Mobile */ }
@media (max-width: 1500px) {
      .services .services__body {
        max-width: 1100px;
        margin: 0 auto;
        padding: 0; } }
@media (max-width: 767px) {
      .services .services__body {
        max-width: 100%; } }
/*  Services Aside  */
.services--aside {
  padding: 0; }
.services--aside .services__body {
    max-width: 100%;
    padding: 0; }
.services--aside .service {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    min-height: auto; }
@media (min-width: 1200px) {
      .services--aside .service:hover a {
        background: #004e7d;
        border-color: #96ce8a;
        color: #fff; }
        .services--aside .service:hover a:before {
          opacity: 1;
          visibility: visible; }
      .services--aside .service:hover figure img {
        opacity: 0;
        visibility: hidden; }
      .services--aside .service:hover figure img + img {
        opacity: 1;
        visibility: visible; } }
.services--aside .service:nth-child(2n) {
      background: #e6eaed; }
.services--aside .service:nth-child(3n) {
      background: #e6eaed; }
.services--aside .service:nth-child(3n + 1) {
      background: #fff; }
.services--aside .service:nth-child(4n + 1) {
      background: #fff; }
.services--aside .service a {
      border-radius: 0;
      font-size: 17px;
      line-height: 1.13;
      width: 100%;
      max-width: 100%;
      height: 165px;
      /* Tablet Portrait */ }
.services--aside .service a:before {
        display: none; }
@media (max-width: 991px) {
        .services--aside .service a {
          font-size: 15px; } }
.services--aside .service [class^="ico-"] img {
      -webkit-transform: scale(0.74);
          -ms-transform: scale(0.74);
              transform: scale(0.74); }
.services--aside .service figure {
      height: 49px; }
.services--aside .service figure + p {
        padding: 0 15px;
        max-width: 100%;
        /* Tablet Portrait */ }
@media (max-width: 991px) {
          .services--aside .service figure + p {
            padding: 0 5px; } }
.services--aside .service .tag {
      top: 50%;
      right: auto;
      left: 50%;
      margin-left: 29px;
      width: 84px;
      height: 84px;
      font-size: 11px;
      padding-top: 5px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      /* Small Desktop */
      /* Tablet Portrait */ }
@media (max-width: 1499px) {
        .services--aside .service .tag {
          margin-left: 40px; } }
@media (max-width: 991px) {
        .services--aside .service .tag {
          width: 70px;
          height: 70px;
          font-size: 10px; } }
.services--aside .service--comming-soon {
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      background: #004e7d !important;
      color: #fff; }
.services--aside .service--comming-soon a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 196px;
        padding-left: 70px;
        height: 160px;
        /* Small Desktop */
        /* Tablet Landscape */
        /* Mobile */ }
@media (max-width: 1499px) {
          .services--aside .service--comming-soon a {
            padding-left: 30px; } }
@media (max-width: 1199px) {
          .services--aside .service--comming-soon a {
            padding-right: 150px;
            padding-left: 16px; } }
@media (max-width: 767px) {
          .services--aside .service--comming-soon a {
            max-width: 320px;
            margin: 0 auto;
            padding-right: 164px; } }
.services--aside .service--comming-soon a:after {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          width: 1px;
          background: #fff;
          height: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          opacity: .4; }
.services--aside .service--comming-soon [class^="ico-"] img {
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8); }
.services--aside .service--comming-soon figure {
        margin-bottom: -2px;
        position: relative;
        max-width: 42px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 42px;
                flex: 0 0 42px; }
.services--aside .service--comming-soon figure img {
          opacity: 0;
          visibility: hidden; }
.services--aside .service--comming-soon figure img + img {
            opacity: 1;
            visibility: visible; }
/* ------------------------------------------------------------ *\
	Callout
\* ------------------------------------------------------------ */
.callout {
  padding: 40px 0;
  background: #f1f1f1;
  /* Mobile */ }
@media (max-width: 767px) {
    .callout {
      padding: 56px 0;
      text-align: center; } }
.callout .container {
    max-width: 1358px; }
.callout .logo {
    position: relative;
    top: -11px;
    left: -6px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    width: 250px;
    height: 110px;
    /* Mobile */ }
@media (max-width: 767px) {
      .callout .logo {
        top: auto;
        left: auto;
        margin-bottom: 38px;
        width: 190px;
        height: 84px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 190px;
                flex: 0 0 190px; } }
.callout .btn {
    padding: 20px 15px;
    min-width: 166px;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .190em;
    /* Tablet Portrait */
    /* Mobile */ }
@media (max-width: 991px) {
      .callout .btn {
        padding: 20px 22px;
        min-width: auto; } }
@media (max-width: 767px) {
      .callout .btn {
        min-width: 220px;
        padding: 23px 22px;
        font-size: 14px;
        letter-spacing: .240em; } }
.callout .callout__content {
    /* Mobile */ }
@media (max-width: 767px) {
      .callout .callout__content {
        display: block !important; } }
.callout .callout__actions {
    /* Mobile */ }
@media (max-width: 767px) {
      .callout .callout__actions {
        text-align: center; } }
.callout .callout__entry {
    position: relative;
    padding-top: 2px;
    padding-left: 58px;
    padding-right: 25px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: -.014em;
    /* Small Desktop */
    /* Tablet Portrait */
    /* Mobile */ }
@media (max-width: 1499px) {
      .callout .callout__entry {
        padding-right: 0; } }
@media (max-width: 991px) {
      .callout .callout__entry {
        font-size: 17px; } }
@media (max-width: 767px) {
      .callout .callout__entry {
        padding: 0 18px 37px;
        font-size: 20px; } }
.callout .callout__entry:before {
      content: '';
      position: absolute;
      top: 5px;
      left: 20px;
      width: 1px;
      height: 94%;
      background: #d1cfd0;
      /* Mobile */ }
@media (max-width: 767px) {
        .callout .callout__entry:before {
          display: none; } }
/* ------------------------------------------------------------ *\
	Map
\* ------------------------------------------------------------ */
.map {
  position: relative;
  height: 100%;
  /* Tablet Portrait */
  /* Mobile */
  /* Mobile */ }
@media (max-width: 991px) {
    .map {
      height: auto;
      padding-top: 50%; } }
@media (max-width: 767px) {
    .map {
      padding-top: 40%; } }
.map .map__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    pointer-events: none; }
.map .map__image:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: inline-block;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(139, 146, 154, 0.63)), to(rgba(139, 146, 154, 0.63)));
      background: -o-linear-gradient(top, rgba(139, 146, 154, 0.63) 0%, rgba(139, 146, 154, 0.63) 100%);
      background: linear-gradient(to bottom, rgba(139, 146, 154, 0.63) 0%, rgba(139, 146, 154, 0.63) 100%); }
.map .map__content {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
.map .list-buttons-inline {
    padding-left: 6px;
    padding-top: 37px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* Tablet Portrait */ }
@media (max-width: 991px) {
      .map .list-buttons-inline {
        padding: 0; } }
.map .list-buttons-inline .btn {
      padding-top: 0;
      padding-bottom: 0;
      height: 58px;
      line-height: 58px; }
.map .list-buttons-inline .btn-primary {
      padding: 0 14px;
      font-size: 13px; }
.map .list-buttons-inline li {
      position: relative; }
.map .list-buttons-inline li:last-child:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      height: 62%;
      width: 1px;
      background: #fff;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      pointer-events: none; }
@media (max-width: 767px) {
    .map .list-buttons-inline {
      padding-top: 4px; }
      .map .list-buttons-inline .btn-directions {
        min-width: 222px;
        height: 70px;
        line-height: 70px;
        font-size: 14px; } }
/* ------------------------------------------------------------ *\
	Contact
\* ------------------------------------------------------------ */
.contact {
  color: #606060;
  font-size: 15px;
  line-height: 1.47;
  /* Mobile */ }
.contact strong {
    color: #000; }
.contact p {
    margin-bottom: 8px; }
.contact a strong {
    color: #004e7d; }
.contact h5 {
    margin-bottom: 15px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #000;
    /* Mobile */ }
@media (max-width: 767px) {
      .contact h5 {
        text-align: center;
        font-size: 15px; } }
@media (max-width: 767px) {
    .contact .no-break-xs br {
      display: none; } }
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.article {
  padding: 107px 0 79px;
  color: #585b5e;
  /* Small Desktop */
  /* Mobile */ }
@media (max-width: 1499px) {
    .article {
      padding: 80px 0 60px; } }
@media (max-width: 767px) {
    .article {
      padding: 0 0 50px;
      text-align: center;
      font-size: 19px; } }
.article .container {
    max-width: 1360px; }
.article .article__image {
    margin-bottom: 33px;
    padding-top: 8px;
    /* Mobile */ }
.article .article__image img {
      width: 100%; }
@media (max-width: 767px) {
      .article .article__image {
        margin: 0 -28px 20px; } }
.article .article__entry h1 {
    margin-top: 34px;
    margin-bottom: 57px;
    color: #231f20;
    /* Small Desktop */
    /* Tablet Portrait */ }
@media (max-width: 1499px) {
      .article .article__entry h1 {
        margin-top: 0; } }
@media (max-width: 991px) {
      .article .article__entry h1 {
        margin-bottom: 30px; } }
.article .article__entry h2 {
    margin-bottom: 32px;
    font-size: 26px;
    line-height: 1.57;
    color: #231f20;
    /* Tablet Portrait */ }
@media (max-width: 991px) {
      .article .article__entry h2 {
        margin-bottom: 23px; } }
.article .article__entry p {
    margin-bottom: 26px;
    letter-spacing: -.034em;
    /* Tablet Portrait */ }
@media (max-width: 991px) {
      .article .article__entry p {
        margin-bottom: 22px; } }
.article .article__entry + .article__entry {
    padding-top: 52px;
    /* Tablet Landscape */ }
@media (max-width: 1199px) {
      .article .article__entry + .article__entry {
        padding-top: 30px; } }
.article .article__content {
    padding-right: 83px;
    padding-bottom: 51px;
    /* Tablet Landscape */
    /* Tablet Portrait */
    /* Mobile */ }
@media (max-width: 1199px) {
      .article .article__content {
        padding-right: 30px; } }
@media (max-width: 991px) {
      .article .article__content {
        padding-bottom: 30px; } }
@media (max-width: 767px) {
      .article .article__content {
        padding: 0; } }
.article .article__aside {
    padding-left: 19px;
    /* Tablet Landscape */
    /* Tablet Portrait */
    /* Mobile */ }
@media (max-width: 1199px) {
      .article .article__aside {
        padding-left: 0; } }
@media (max-width: 991px) {
      .article .article__aside {
        margin-left: -30px; } }
@media (max-width: 767px) {
      .article .article__aside {
        margin: 0 -28px;
        padding-bottom: 44px; } }
.article .article__aside > figure img {
      width: 100%; }
.article .order-xs-first {
    /* Mobile */ }
@media (max-width: 767px) {
      .article .order-xs-first {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1; } }
