/*** font ***/
@font-face {
  font-family: 'Nexa Light Regular';
  font-style: normal;
  font-weight: normal;
  src: local("Nexa Light Regular"), url("../fonts/NexaLight/nexa-light-webfont.woff") format("woff"); }

/*** font ***/
html {
  height: 100%; }

body {
  height: 100%;
  background-color: #ffffff; }

.main {
  min-width: 320px;
  flex: 1 0 auto; }

footer {
  flex: 0 0 auto; }

button, a {
  cursor: pointer;
  text-decoration: none; }
  button:hover:focus, a:hover:focus {
    text-decoration: none; }

button,
a,
input,
textarea,
select {
  outline: none;
  cursor: pointer; }

a:focus, a:hover {
  text-decoration: none; }

.custom-container {
  max-width: 1200px; }

/*** Header ***/
header {
  height: 100%;
  background: url("../img/header-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 20px; }
  header .logo-block {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 110px; }
    header .logo-block .logo-header-img {
      max-width: 457px;
      width: 100%;
      height: 80px; }
  header .header-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 700px;
    position: relative;
    z-index: 1; }
    header .header-container .header-content {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      header .header-container .header-content .header-content-title {
        font-family: "Nexa Light Regular";
        font-weight: normal;
        font-size: 54px;
        color: #062e61;
        margin-left: 190px; }

/*** Header ***/
/*** Services ***/
.services {
  background-color: #ffffff;
  padding-top: 85px;
  padding-bottom: 130px; }
  .services .services-title {
    font-family: "Nexa Light Regular";
    font-size: 48px;
    line-height: 36px;
    font-weight: bold;
    color: #27293d;
    text-align: left;
    margin-bottom: 30px; }
  .services .services-subtitle {
    font-family: "Nexa Light Regular";
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
    text-align: left;
    color: #062e61;
    margin-bottom: 50px; }
  .services .services-article {
    font-family: "Nexa Light Regular";
    font-size: 16px;
    line-height: 30px;
    color: #062e61;
    text-align: left; }

/*** Services ***/
/*** Contact ***/
.contact {
  background: #f6f7f7;
  padding: 80px 0; }
  .contact .contact-title {
    font-family: "Nexa Light Regular";
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    color: #27293d;
    text-align: left;
    margin-bottom: 20px; }
  .contact .contact-subtitle {
    font-family: "Nexa Light Regular";
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    color: #062e61;
    text-align: left;
    margin-bottom: 45px; }
  .contact .contact-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    .contact .contact-block .contact-avatar-block {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: auto;
      max-width: 210px;
      min-height: 210px;
      margin-right: 20px; }
    .contact .contact-block .contact-information-block {
      margin-top: 85px; }
      .contact .contact-block .contact-information-block .name, .contact .contact-block .contact-information-block .role {
        font-family: "Nexa Light Regular";
        font-weight: bold;
        font-size: 24px;
        line-height: 36px;
        color: #062e61;
        text-align: left; }
      .contact .contact-block .contact-information-block .role {
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px; }
      .contact .contact-block .contact-information-block p {
        margin-bottom: 0; }
      .contact .contact-block .contact-information-block .contact-list {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none; }
        .contact .contact-block .contact-information-block .contact-list li {
          position: relative;
          padding-left: 0;
          margin-bottom: 10px; }
          .contact .contact-block .contact-information-block .contact-list li a {
            font-family: "Nexa Light Regular";
            font-weight: normal;
            font-size: 16px;
            line-height: 24px;
            color: #062e61; }
            .contact .contact-block .contact-information-block .contact-list li a i {
              font-size: 18px;
              color: #034798;
              margin-right: 18px; }

/*** Contact ***/
/*** Footer **/
footer {
  padding: 42px 15px;
  background-image: url("../img/bg-footer.svg");
  background-repeat: no-repeat;
  background-size: cover; }
  footer .footer-content {
    display: flex;
    justify-content: center;
    align-content: center; }
    footer .footer-content .logo-footer-container {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 54px;
      margin-right: 30px; }
      footer .footer-content .logo-footer-container img {
        width: 100%;
        height: auto; }
    footer .footer-content .copyright-block {
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: "Nexa Light Regular";
      font-weight: normal;
      font-size: 24px;
      color: #fff; }
      footer .footer-content .copyright-block .company-name {
        font-weight: bold;
        margin-right: 5px; }

/*** Footer **/
/*** Media ***/
@media screen and (min-width: 993px) and (max-width: 1300px) {
  /*** Header ***/
  header {
    min-height: 200px;
    height: 100%;
    background-size: cover;
    background-position-x: left;
    padding-top: 0;
    margin-top: 50px;
    position: relative; }
    header .logo-block {
      position: absolute;
      top: -55px;
      margin-left: 15px; }
      header .logo-block .logo-header-img {
        max-width: 230px; }
    header .header-container {
      height: 600px; }
      header .header-container .header-content .header-content-title {
        font-size: 40px;
        margin-left: 15px; }
  /*** Header ***/ }
footer
 {
   padding: 42px 15px;
   background: #57b3c2;
   background: -moz-linear-gradient(-45deg, #57b3c2 0%, #26519e 50%, #0f268e 100%);
   
background: -webkit-linear-gradient(-45deg, #57b3c2 0%, #26519e 50%, #0f268e 100%);
   
background: linear-gradient(135deg, #57b3c2 0%, #26519e 50%, #0f268e 100%);
   
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#57b3c2', endColorstr='#0f268e', GradientType=1);
}
@media screen and (max-width: 992px) {
  /*** Header ***/
  header {
    min-height: 200px;
    height: 100%;
    background-size: cover;
    background-position-x: left;
    padding-top: 0;
    margin-top: 50px;
    position: relative; }
    header .logo-block {
      position: absolute;
      top: -55px;
      margin-left: 15px; }
      header .logo-block .logo-header-img {
        max-width: 230px; }
    header .header-container {
      height: 450px; }
      header .header-container .header-content .header-content-title {
        font-size: 30px;
        margin-left: 15px; }
  /*** Header ***/
  /*** Services ***/
  .services {
    padding-top: 30px;
    padding-bottom: 50px; }
    .services .services-title {
      font-size: 26px;
      line-height: 28px;
      text-align: center;
      margin-bottom: 15px; }
    .services .services-subtitle {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 20px; }
    .services .services-article {
      font-size: 14px;
      line-height: 22px; }
  /*** Services ***/
  /*** Contact ***/
  .contact {
    padding: 30px 0; }
    .contact .contact-title {
      font-size: 26px;
      line-height: 28px;
      margin-bottom: 10px; }
    .contact .contact-subtitle {
      font-size: 18px;
      line-height: 20px;
      margin-bottom: 20px; }
    .contact .contact-block .contact-avatar-block {
      width: unset; }
      .contact .contact-block .contact-avatar-block img {
        width: 180px;
        height: auto; }
    .contact .contact-block .contact-information-block {
      margin-top: 85px; }
      .contact .contact-block .contact-information-block .name, .contact .contact-block .contact-information-block .role {
        font-size: 18px;
        line-height: 20px; }
      .contact .contact-block .contact-information-block .role {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 14px; }
      .contact .contact-block .contact-information-block .contact-list {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none; }
        .contact .contact-block .contact-information-block .contact-list li {
          position: relative;
          padding-left: 0;
          margin-bottom: 10px; }
          .contact .contact-block .contact-information-block .contact-list li a {
            font-size: 16px;
            line-height: 14px; }
            .contact .contact-block .contact-information-block .contact-list li a i {
              font-size: 18px;
              margin-right: 5px; }
  /*** Contact ***/
  /*** Footer **/
  footer .footer-content .logo-footer-container {
    margin-right: 10px; }
    footer .footer-content .logo-footer-container img {
      width: 100%;
      height: auto; }
  footer .footer-content .copyright-block {
    font-size: 14px; }
  /*** Footer **/ }

@media screen and (max-width: 768px) {
  /*** Header ***/
  header {
    min-height: 200px;
    height: 100%;
    background-size: cover;
    background-position-x: left;
    padding-top: 0;
    margin-top: 50px;
    position: relative; }
    header .logo-block {
      position: absolute;
      top: -55px;
      margin-left: 15px; }
      header .logo-block .logo-header-img {
        max-width: 230px; }
    header .header-container {
      height: 320px; }
      header .header-container .header-content .header-content-title {
        font-size: 30px;
        margin-left: 15px; }
  /*** Header ***/
  /*** Services ***/
  .services {
    padding-top: 30px;
    padding-bottom: 50px; }
    .services .services-title {
      font-size: 26px;
      line-height: 28px;
      text-align: center;
      margin-bottom: 15px; }
    .services .services-subtitle {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 20px; }
    .services .services-article {
      font-size: 14px;
      line-height: 22px; }
  /*** Services ***/
  /*** Contact ***/
  .contact {
    padding: 30px 0; }
    .contact .contact-title {
      font-size: 26px;
      line-height: 28px;
      margin-bottom: 10px; }
    .contact .contact-subtitle {
      font-size: 18px;
      line-height: 20px;
      margin-bottom: 20px; }
    .contact .contact-block .contact-avatar-block {
      width: unset; }
      .contact .contact-block .contact-avatar-block img {
        width: 180px;
        height: auto; }
    .contact .contact-block .contact-information-block {
      margin-top: 85px; }
      .contact .contact-block .contact-information-block .name, .contact .contact-block .contact-information-block .role {
        font-size: 18px;
        line-height: 20px; }
      .contact .contact-block .contact-information-block .role {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 14px; }
      .contact .contact-block .contact-information-block .contact-list {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none; }
        .contact .contact-block .contact-information-block .contact-list li {
          position: relative;
          padding-left: 0;
          margin-bottom: 10px; }
          .contact .contact-block .contact-information-block .contact-list li a {
            font-size: 16px;
            line-height: 14px; }
            .contact .contact-block .contact-information-block .contact-list li a i {
              font-size: 18px;
              margin-right: 5px; }
  /*** Contact ***/
  /*** Footer **/
  footer .footer-content .logo-footer-container {
    margin-right: 10px; }
    footer .footer-content .logo-footer-container img {
      width: 100%;
      height: auto; }
  footer .footer-content .copyright-block {
    font-size: 14px; }
  /*** Footer **/ }

@media screen and (max-width: 480px) {
  /*** Header ***/
  header {
    min-height: 200px;
    height: 100%;
    background-size: cover;
    background-position-x: left;
    padding-top: 0;
    margin-top: 50px;
    position: relative; }
    header .logo-block {
      position: absolute;
      top: -55px;
      margin-left: 15px; }
      header .logo-block .logo-header-img {
        max-width: 200px; }
    header .header-container {
      height: 200px; }
      header .header-container .header-content .header-content-title {
        font-size: 18px;
        margin-left: 15px; }
  /*** Header ***/
  /*** Services ***/
  .services {
    padding-top: 30px;
    padding-bottom: 50px; }
    .services .services-title {
      font-size: 1.2rem;
      line-height: 24px;
      text-align: center;
      margin-bottom: 15px; }
    .services .services-subtitle {
      font-size: 12px;
      line-height: 14px;
      margin-bottom: 20px; }
    .services .services-article {
      font-size: 10px;
      line-height: 18px; }
  /*** Services ***/
  /*** Contact ***/
  .contact {
    padding: 30px 0; }
    .contact .contact-title {
      font-size: 1.2rem;
      line-height: 24px;
      margin-bottom: 10px; }
    .contact .contact-subtitle {
      font-size: 14px;
      line-height: 14px;
      margin-bottom: 20px; }
    .contact .contact-block .contact-avatar-block {
      width: unset; }
      .contact .contact-block .contact-avatar-block img {
        width: 110px;
        height: auto; }
    .contact .contact-block .contact-information-block {
      margin-top: 85px; }
      .contact .contact-block .contact-information-block .name, .contact .contact-block .contact-information-block .role {
        font-size: 14px;
        line-height: 16px; }
      .contact .contact-block .contact-information-block .role {
        font-size: 10px;
        line-height: 14px;
        margin-bottom: 14px; }
      .contact .contact-block .contact-information-block .contact-list {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none; }
        .contact .contact-block .contact-information-block .contact-list li {
          position: relative;
          padding-left: 0;
          margin-bottom: 10px; }
          .contact .contact-block .contact-information-block .contact-list li a {
            font-size: 0.58rem;
            line-height: 14px; }
            .contact .contact-block .contact-information-block .contact-list li a i {
              font-size: 12px;
              margin-right: 5px; }
  /*** Contact ***/
  /*** Footer **/
  footer .footer-content .logo-footer-container {
    width: 40px;
    margin-right: 10px; }
    footer .footer-content .logo-footer-container img {
      width: 100%;
      height: auto; }
  footer .footer-content .copyright-block {
    font-size: 10px; }
  /*** Footer **/ }

@media screen and (max-width: 479px) {
  /*** Header ***/
  header {
    min-height: 200px;
    height: 100%;
    background-size: cover;
    background-position-x: left;
    padding-top: 0;
    margin-top: 50px;
    position: relative; }
    header .logo-block {
      position: absolute;
      top: -55px;
      margin-left: 15px; }
      header .logo-block .logo-header-img {
        max-width: 200px; }
    header .header-container {
      height: 200px; }
      header .header-container .header-content .header-content-title {
        font-size: 18px;
        margin-left: 15px; }
  /*** Header ***/
  /*** Services ***/
  .services {
    padding-top: 30px;
    padding-bottom: 50px; }
    .services .services-title {
      font-size: 1.2rem;
      line-height: 24px;
      text-align: center;
      margin-bottom: 15px; }
    .services .services-subtitle {
      font-size: 12px;
      line-height: 14px;
      margin-bottom: 20px; }
    .services .services-article {
      font-size: 10px;
      line-height: 18px; }
  /*** Services ***/
  /*** Contact ***/
  .contact {
    padding: 30px 0; }
    .contact .contact-block {
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .contact .contact-block .contact-avatar-block {
        margin-right: 0; }
      .contact .contact-block .contact-information-block {
        margin-top: 15px !important; }
        .contact .contact-block .contact-information-block .contact-list {
          padding-left: 0;
          margin-bottom: 0;
          list-style-type: none; }
          .contact .contact-block .contact-information-block .contact-list li {
            position: relative;
            padding-left: 0;
            margin-bottom: 10px; }
            .contact .contact-block .contact-information-block .contact-list li a {
              font-size: 0.58rem;
              line-height: 14px; }
              .contact .contact-block .contact-information-block .contact-list li a i {
                font-size: 12px;
                margin-right: 5px; }
  /*** Contact ***/
  /*** Footer **/
  footer .footer-content .logo-footer-container {
    width: 40px;
    margin-right: 10px; }
    footer .footer-content .logo-footer-container img {
      width: 100%;
      height: auto; }
  footer .footer-content .copyright-block {
    font-size: 10px; }
  /*** Footer **/ }
