﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@import url(font-awesome.css);
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Rufina&display=swap");
html {
  min-height: 100%; }

body {
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.04em; }

@media (max-width: 576px) {
  .container {
    padding-right: 25px;
    padding-left: 25px; } }

p {
  max-width: 980px;
  margin: 1rem auto 1.5rem;
  letter-spacing: 0.04em; }

.btn-primary {
  background: #005a9a;
  padding: 7px 18px;
  color: #fefefe !important;
  border-radius: 20px;
  text-transform: uppercase;
  text-decoration: none; }

.btn-outline-primary {
  border: 1px solid #005a9a;
  border-radius: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: #005a9a !important;
  font-weight: 600;
  padding: 7px 18px;
  cursor: pointer; }
  .btn-outline-primary:hover {
    background: #f4f4f4;
    border: 1px solid #005a9a;
    color: #005a9a !important; }

.btn-secondary {
  background: #fbb900;
  padding: 7px 18px;
  font-weight: bold;
  color: #595858 !important;
  border-radius: 20px;
  text-transform: uppercase;
  text-decoration: none; }
  .btn-secondary:hover {
    background: #fbb900;
    border: 1px solid #fbb900;
    color: #595858 !important; }

.spacer-10 {
  height: 10px; }

.spacer-20 {
  height: 20px; }

.spacer-40 {
  height: 40px; }

a {
  color: #005a9a;
  text-decoration: underline; }

.anchor-yellow {
  color: #fbb900;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  transition: all 0.3s; }

.navbar {
  padding: 0 16px; }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
    margin-top: 0; }
  .navbar .navbar-nav {
    padding-bottom: 8px; }
    .navbar .navbar-nav .dropdown-menu {
      padding: 0.5rem;
      min-width: 8rem; }
      .navbar .navbar-nav .dropdown-menu .dropdown-item {
        position: relative;
        background-color: transparent;
        text-decoration: none;
        font-size: 13px;
        padding: 0.25rem 0.5rem; }
        .navbar .navbar-nav .dropdown-menu .dropdown-item:active {
          color: inherit; }
        .navbar .navbar-nav .dropdown-menu .dropdown-item:before {
          content: '';
          position: absolute;
          height: 2px;
          bottom: 0;
          left: 0;
          background: #fbb900;
          width: 0;
          transition: all 0.3s; }
        .navbar .navbar-nav .dropdown-menu .dropdown-item:hover:before {
          width: 100%; }
      @media (max-width: 992px) {
        .navbar .navbar-nav .dropdown-menu {
          background-color: transparent;
          border: none;
          padding: 0 0.5rem; }
          .navbar .navbar-nav .dropdown-menu .dropdown-item {
            color: #fefefe;
            font-size: 20px; } }
  .navbar.navbar-light .navbar-toggler {
    width: 35px;
    color: #005a9a;
    border-color: transparent;
    position: relative;
    z-index: 1; }
    .navbar.navbar-light .navbar-toggler:focus {
      outline: none; }
    .navbar.navbar-light .navbar-toggler span {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      background: #005a9a;
      border-radius: 5px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
      .navbar.navbar-light .navbar-toggler span:nth-child(1) {
        top: 0; }
      .navbar.navbar-light .navbar-toggler span:nth-child(2), .navbar.navbar-light .navbar-toggler span:nth-child(3) {
        top: 10px; }
      .navbar.navbar-light .navbar-toggler span:nth-child(4) {
        top: 20px; }
    .navbar.navbar-light .navbar-toggler:not(.collapsed) span {
      background: #fefefe; }
      .navbar.navbar-light .navbar-toggler:not(.collapsed) span:nth-child(1) {
        top: 12px;
        width: 0%;
        left: 50%; }
      .navbar.navbar-light .navbar-toggler:not(.collapsed) span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        transform-origin: 50% 50%; }
      .navbar.navbar-light .navbar-toggler:not(.collapsed) span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transform-origin: 50% 50%; }
      .navbar.navbar-light .navbar-toggler:not(.collapsed) span:nth-child(4) {
        top: 12px;
        width: 0%;
        left: 50%; }
  .navbar .navbar-brand img {
    width: 115px; }
  .navbar .nav-item {
    text-transform: uppercase;
    position: relative; }
    .navbar .nav-item .nav-link, .navbar .nav-item .menu-selected {
      font-size: 13px;
      text-decoration: none;
      letter-spacing: 0.065em;
      color: #595858;
      transition: color 0.3s;
      padding: 0.25rem 0.5rem;
      position: relative; }
      @media (max-width: 992px) {
        .navbar .nav-item .nav-link, .navbar .nav-item .menu-selected {
          color: #fefefe !important;
          letter-spacing: 0.05em;
          font-size: 24px;
          padding: 1rem; } }
      @media (max-width: 576px) {
        .navbar .nav-item .nav-link, .navbar .nav-item .menu-selected {
          padding: 0.7rem; } }
      .navbar .nav-item .nav-link:before, .navbar .nav-item .menu-selected:before {
        content: '';
        position: absolute;
        height: 2px;
        bottom: 0;
        left: 0.5rem;
        background: #fbb900;
        width: 0;
        transition: all 0.3s; }
      .navbar .nav-item .nav-link:hover:before, .navbar .nav-item .menu-selected:hover:before {
        width: calc(100% - 1rem); }
    .navbar .nav-item .menu-selected {
      display: block; }
      .navbar .nav-item .menu-selected:before {
        width: calc(100% - 1rem) !important; }
    .navbar .nav-item .nav-social {
      width: 24px;
      height: 24px;
      background: #595858;
      line-height: 1.6em;
      border-radius: 50%;
      margin: auto 0 auto 20px;
      padding: 2px 7px;
      text-align: center;
      transition: all 0.3s; }
      @media (max-width: 992px) {
        .navbar .nav-item .nav-social {
          background: #fefefe;
          width: 35px;
          height: 35px;
          line-height: 1.3em;
          padding: 0;
          margin: 1rem 0.5rem; } }
      .navbar .nav-item .nav-social:hover {
        background: #fbb900; }
      .navbar .nav-item .nav-social .fa, .navbar .nav-item .nav-social .fab {
        color: #fefefe;
        font-size: 12px; }
        @media (max-width: 992px) {
          .navbar .nav-item .nav-social .fa, .navbar .nav-item .nav-social .fab {
            font-size: 18px;
            color: #72808A; } }
  @media (max-width: 992px) {
    .navbar .navbar-collapse {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 1;
      background: #72808A;
      transition: opacity 0.35s ease; }
      .navbar .navbar-collapse:not(.show) {
        display: block;
        visibility: hidden;
        opacity: 0; }
      .navbar .navbar-collapse .navbar-nav {
        height: 100%; } }

.title {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.065em; }
  @media (max-width: 576px) {
    .title {
      font-size: 30px; } }
  @media (max-width: 400px) {
    .title {
      font-size: 24px; } }
  .title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150px;
    border-bottom-width: 2px;
    border-bottom-color: #005a9a;
    border-bottom-style: solid; }
  .title.light {
    color: #fefefe; }
    .title.light:after {
      border-bottom-color: #fefefe; }
  .title.title-center {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 30px; }
    .title.title-center:after {
      left: 50%;
      margin-left: -75px; }

.subtitle {
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
  padding-top: 20px;
  margin: 30px auto 20px;
  max-width: 330px; }
  @media (max-width: 576px) {
    .subtitle {
      font-size: 22px; } }
  .subtitle.topline:after {
    content: '';
    position: absolute;
    top: 30px;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    border-top-width: 2px;
    border-top-color: #fbb900;
    border-top-style: solid; }

.hero {
  padding: 210px 0 140px;
  color: #fefefe;
  background-size: cover; }
  .hero.hero-home {
    padding: 210px 0;
    background-image: url("../images/home-hero-desktop.jpg");
    background-position: 70%; }
    @media (max-width: 768px) {
      .hero.hero-home {
        background-image: url("../images/home-hero-mobile.jpg");
        background-position: 0; }
        .hero.hero-home .title {
          text-align: center;
          padding-bottom: 15px;
          margin-bottom: 30px; }
          .hero.hero-home .title:after {
            left: 50%;
            margin-left: -75px; } }
    @media (max-width: 400px) {
      .hero.hero-home {
        padding: 150px 0; } }
    .hero.hero-home .title {
      font-size: 48px; }
      @media (max-width: 576px) {
        .hero.hero-home .title {
          font-size: 40px; } }
      @media (max-width: 400px) {
        .hero.hero-home .title {
          font-size: 24px; } }
    @media (max-width: 400px) {
      .hero.hero-home h4 {
        font-size: 20px; } }
  .hero.hero-about h1, .hero.hero-services h1, .hero.hero-news h1, .hero.hero-system h1, .hero.hero-office h1 {
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-weight: bold;
    font-size: 36px; }
    @media (max-width: 576px) {
      .hero.hero-about h1, .hero.hero-services h1, .hero.hero-news h1, .hero.hero-system h1, .hero.hero-office h1 {
        font-size: 28px; } }
    @media (max-width: 400px) {
      .hero.hero-about h1, .hero.hero-services h1, .hero.hero-news h1, .hero.hero-system h1, .hero.hero-office h1 {
        font-size: 24px;
        letter-spacing: 0.1em;
        word-break: break-word; } }
  @media (max-width: 400px) {
    .hero.hero-system h1 {
      font-size: 28px; } }
  .hero.hero-about {
    background-image: url("../images/about-us-hero-desktop.jpg"); }
    @media (max-width: 768px) {
      .hero.hero-about {
        background-image: url("../images/about-us-hero-mobile.jpg"); } }
  .hero.hero-services {
    background-image: url("../images/services-hero-desktop.jpg"); }
    @media (max-width: 768px) {
      .hero.hero-services {
        background-image: url("../images/services-hero-mobile.jpg"); } }
  .hero.hero-news {
    background-image: url("../images/news-hero-desktop.jpg"); }
    @media (max-width: 768px) {
      .hero.hero-news {
        background-image: url("../images/news-hero-mobile.jpg"); } }
  .hero.hero-office {
    background-image: url("../images/hero-offices.png"); }

.section {
  padding: 60px 0; }
  .section.section-gray {
    background: #f4f4f4; }
  .section.section-blue {
    background: #005a9a;
    color: #fefefe; }
    .section.section-blue h3 {
      font-size: 1.5rem; }
    .section.section-blue h6 {
      font-size: 20px;
      max-width: 800px; }
    .section.section-blue .title:after {
      border-bottom-color: #fefefe; }
  .section.section-short {
    padding: 30px 0; }
  .section.section-home-services {
    position: relative; }
    .section.section-home-services:before {
      position: absolute;
      content: '';
      width: 480px;
      height: 480px;
      top: -20%;
      right: 85%;
      background: url(../images/circle.png);
      background-size: contain; }
      @media (max-width: 1400px) {
        .section.section-home-services:before {
          right: 80%; } }
      @media (max-width: 992px) {
        .section.section-home-services:before {
          top: -5%; } }
      @media (max-width: 768px) {
        .section.section-home-services:before {
          top: 20%;
          right: 70%;
          width: 350px;
          height: 350px; } }
      @media (max-width: 576px) {
        .section.section-home-services:before {
          width: 300px;
          height: 300px;
          top: 25%;
          right: 65%; } }
    .section.section-home-services p {
      max-width: 70%; }
      @media (max-width: 1400px) {
        .section.section-home-services p {
          max-width: 60%; } }
      @media (max-width: 992px) {
        .section.section-home-services p {
          margin-left: 20%;
          max-width: 80%; } }
      @media (max-width: 768px) {
        .section.section-home-services p {
          margin-left: 40%;
          max-width: 60%;
          margin-top: 40px; } }
  .section.section-products {
    position: relative; }
    @media (max-width: 576px) {
      .section.section-products {
        padding-bottom: 0; } }
    .section.section-products:before {
      content: '';
      position: absolute;
      background: url(../images/circles-bg.png);
      background-size: cover;
      bottom: 80px;
      right: 0;
      width: 300px;
      height: 480px; }
      @media (max-width: 992px) {
        .section.section-products:before {
          width: 255px;
          height: 400px; } }
      @media (max-width: 768px) {
        .section.section-products:before {
          display: none; } }
  .section.section-error {
    min-height: 100%;
    padding: 90px 0;
    background: #f4f4f4; }
    .section.section-error img {
      width: 700px;
      margin: auto;
      max-width: 100%; }
    .section.section-error.section-error-absolute {
      position: absolute;
      width: 100%; }
  .section a {
    color: #fbb900;
    font-weight: bold; }

.expert-card {
  max-width: 980px;
  margin: 3rem auto; }
  .expert-card > div {
    background: #fefefe;
    padding: 2rem; }
    @media (max-width: 768px) {
      .expert-card > div {
        margin-top: -3rem;
        padding-top: 5rem; } }
    .expert-card > div h3 {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 18px; }
  .expert-card img {
    width: 150px;
    height: 150px;
    border: 5px solid #005a9a;
    border-radius: 50%;
    margin: 0 1.5rem; }
    @media (max-width: 768px) {
      .expert-card img {
        position: relative; } }

.blue-color {
  color: #005a9a; }

.h2-big {
  font-size: 44px;
  font-weight: bold;
  max-width: 650px;
  margin: auto; }
  @media (max-width: 992px) {
    .h2-big {
      max-width: 60%;
      font-size: 36px; } }
  @media (max-width: 768px) {
    .h2-big {
      max-width: 70%;
      font-size: 30px; } }
  @media (max-width: 576px) {
    .h2-big {
      font-size: 24px; } }

.headerCookies {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  background: rgba(254, 254, 254, 0.96);
  padding: 1.5em 0;
  position: fixed;
  z-index: 1050;
  display: none; }
  .headerCookies p {
    font-size: 14px;
    line-height: 22px;
    margin: 5px 0; }
  .headerCookies p.h3 {
    font-size: 20px;
    margin-bottom: 10px; }
  .headerCookies a .fa {
    padding-left: 5px; }

.contacts {
  background: #005a9a;
  color: #fefefe;
  padding: 20px 0; }
  .contacts .title {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 10px; }
  .contacts .contact-wrpp {
    padding: 0;
    margin-bottom: 1rem;
    justify-content: space-evenly; }
    @media (max-width: 992px) {
      .contacts .contact-wrpp {
        flex-wrap: wrap; } }
    @media (max-width: 768px) {
      .contacts .contact-wrpp {
        justify-content: flex-start; } }
    .contacts .contact-wrpp .contact-div {
      margin: 1rem; }
      .contacts .contact-wrpp .contact-div .text-wrpp {
        min-width: 125px; }
      .contacts .contact-wrpp .contact-div p {
        margin: 0 0 0.1rem;
        font-size: 14px; }
        .contacts .contact-wrpp .contact-div p a {
          color: inherit; }
          @media (max-width: 400px) {
            .contacts .contact-wrpp .contact-div p a {
              word-break: break-all; } }
        .contacts .contact-wrpp .contact-div p.contact-title {
          text-transform: uppercase;
          font-size: 12px; }
      .contacts .contact-wrpp .contact-div .icon-wrpp {
        min-width: 36px;
        width: 36px;
        height: 36px;
        border: 2px solid #fbb900;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0.5rem; }
        .contacts .contact-wrpp .contact-div .icon-wrpp .fa {
          font-size: 1.1rem;
          color: #fbb900; }
  .contacts .footer-link {
    color: #fefefe;
    padding: 0 10px;
    font-size: 13px; }
    @media (max-width: 400px) {
      .contacts .footer-link {
        display: block;
        padding: 5px 10px; } }
  .contacts .social-wrpp {
    margin-top: 0;
    margin-bottom: 1rem;
    border-top: 1px solid rgba(254, 254, 254, 0.7);
    padding-top: 1.5rem; }
    .contacts .social-wrpp h4 {
      font-size: 1.2rem;
      margin-bottom: 0; }
    .contacts .social-wrpp .social a {
      display: inline-block;
      color: #005a9a;
      background: #fbb900;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      margin-left: 10px;
      text-align: center;
      padding: 5px;
      transition: all 0.3s; }
      .contacts .social-wrpp .social a .fa, .contacts .social-wrpp .social a .fab {
        font-size: 18px; }
      .contacts .social-wrpp .social a:hover {
        background: #fefefe; }
  .contacts .office-contacts p {
    text-align: center; }
    @media (max-width: 768px) {
      .contacts .office-contacts p {
        text-align: left; } }
  .contacts .footer-disclaimer {
    padding-top: 1rem;
    text-align: center; }
    .contacts .footer-disclaimer p {
      font-size: 11px;
      max-width: 100%;
      margin: .5rem auto; }

.about-mission-block {
  width: calc(50% - 30px);
  max-width: 100%;
  text-align: center;
  background: #fefefe;
  margin: 15px;
  padding: 20px 30px; }
  .about-mission-block p {
    margin-bottom: 0; }
  @media (max-width: 768px) {
    .about-mission-block {
      margin: 10px;
      width: 230px;
      padding: 20px 15px; } }
  @media (max-width: 576px) {
    .about-mission-block {
      width: 100%;
      padding: 20px;
      margin: 10px 0; } }

.about-team-countries {
  margin: 40px auto 20px; }

.section-blue-about a {
  text-transform: none;
  font-size: inherit; }
  .section-blue-about a:hover {
    color: #fefefe; }

.team-country {
  padding: 12px 30px;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s; }
  .team-country:hover {
    background: rgba(251, 185, 0, 0.1); }
  .team-country.active {
    background: #fbb900; }
  @media (max-width: 992px) {
    .team-country {
      padding: 12px 15px; } }
  @media (max-width: 768px) {
    .team-country {
      background: #fbb900;
      position: relative;
      margin: 10px 0;
      text-align: center; }
      .team-country:after {
        content: "\f078";
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        position: absolute;
        top: 10px;
        right: 10px;
        transition: all 0.3s;
        font-size: 14px; }
      .team-country:hover {
        background: rgba(251, 185, 0, 0.8); }
      .team-country.active:after {
        transform: rotate(180deg); } }

.team-country-detail .detail {
  opacity: 0;
  visibility: hidden;
  height: 0;
  box-shadow: 0px 2px 8px rgba(60, 60, 60, 0.15);
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  transition: opacity 0.5s; }
  .team-country-detail .detail.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    padding: 30px 50px; }
  .team-country-detail .detail a {
    color: inherit;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s; }
    .team-country-detail .detail a:hover {
      text-decoration: underline;
      color: #005a9a; }

.services-box {
  height: 100%;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .services-box {
      height: auto; } }
  .services-box .box-header {
    background: #005a9a;
    color: #fefefe;
    text-align: center;
    padding: 15px; }
    .services-box .box-header h5 {
      font-weight: bold;
      font-size: 20px;
      line-height: 24px;
      letter-spacing: 0.04em;
      margin: 0;
      padding: 0; }
  .services-box .box-body {
    border: 1px solid #c6c6c6;
    border-top: none;
    padding: 15px 30px;
    height: calc(100% - 55px); }
    .services-box .box-body .box-elem {
      margin: 10px auto; }
      .services-box .box-body .box-elem p {
        margin: 0 0 0 15px; }
  .services-box.box-yellow .box-header {
    background: #fbb900; }

.product-box {
  height: 100%; }
  @media (max-width: 576px) {
    .product-box {
      margin: 0 -15px; } }
  .product-box .prod-hdr {
    display: flex;
    align-items: center;
    position: relative;
    background: #005a9a;
    color: #fefefe;
    padding: 5px 10px 20px;
    height: 100px; }
    .product-box .prod-hdr .prod-icon {
      position: relative;
      background: #005a9a;
      border-radius: 50%; }
    .product-box .prod-hdr h6 {
      font-weight: bold;
      font-size: 18px;
      line-height: 1.2em;
      text-align: left;
      padding: 0 0 0 0.5rem;
      margin: 0;
      width: calc(100% - 70px); }
      @media (max-width: 1200px) {
        .product-box .prod-hdr h6 {
          font-size: 16px; } }
      @media (max-width: 992px) {
        .product-box .prod-hdr h6 {
          font-size: 18px; } }
      @media (max-width: 576px) {
        .product-box .prod-hdr h6 {
          text-align: left;
          padding: 0 10px; } }
  .product-box .prod-body {
    position: relative;
    background: #fefefe;
    padding: 1rem;
    box-shadow: 0px 2px 8px rgba(60, 60, 59, 0.15);
    margin: -25px 10px 30px;
    height: calc(100% - 100px); }
    .product-box .prod-body p {
      font-size: 14px;
      line-height: 22px;
      margin: 0 0 1rem 0; }

.news-thumb-wrpp {
  width: 33%;
  padding: 15px; }
  @media (max-width: 992px) {
    .news-thumb-wrpp {
      width: 50%; } }
  @media (max-width: 576px) {
    .news-thumb-wrpp {
      width: 100%; } }
  @media (max-width: 400px) {
    .news-thumb-wrpp {
      width: calc(100% - 30px); } }

.home-news .news-thumb-wrpp {
  width: 50%; }
  @media (max-width: 992px) {
    .home-news .news-thumb-wrpp {
      width: 50%; } }
  @media (max-width: 576px) {
    .home-news .news-thumb-wrpp {
      width: 100%; } }
  @media (max-width: 400px) {
    .home-news .news-thumb-wrpp {
      width: calc(100% - 30px); } }

.news-thumb {
  display: block;
  height: 100%;
  border: 1px solid #C6C6C6;
  text-decoration: none;
  transition: transform 0.3s; }
  .news-thumb:hover {
    text-decoration: none;
    transform: scale(1.1); }
    @media (max-width: 576px) {
      .news-thumb:hover {
        transform: scale(1.05); } }
    .news-thumb:hover .news-resume {
      text-decoration: underline; }
  .news-thumb .thumb-img {
    width: 100%; }
  .news-thumb .news-thumb-box {
    background: #fefefe;
    padding: 15px 30px; }
    @media (max-width: 768px) {
      .news-thumb .news-thumb-box {
        padding: 15px 25px; } }
    @media (max-width: 576px) {
      .news-thumb .news-thumb-box {
        padding: 15px 30px; } }
  .news-thumb .news-date {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25em;
    color: #005a9a;
    margin: 0; }
  .news-thumb .news-resume {
    margin: 0.5rem 0 0;
    font-family: 'Rufina', serif;
    font-size: 18px;
    line-height: 1.25em;
    font-weight: normal;
    color: #595858; }

.news-detail h2 {
  font-family: Rufina;
  font-size: 36px;
  padding: 40px 0; }
  @media (max-width: 768px) {
    .news-detail h2 {
      font-size: 30px; } }
  @media (max-width: 576px) {
    .news-detail h2 {
      font-size: 22px;
      line-height: 26px; } }

.news-detail h3 {
  font-family: Rufina;
  font-size: 1.6rem; }

.news-detail h4 {
  font-size: 1.2rem;
  line-height: 1.35em;
  font-weight: 500;
  margin: 20px 0; }

.news-detail h5 {
  font-family: Rufina;
  font-size: 1.15rem;
  line-height: 1.4em;
  margin-top: 50px;
  font-weight: 700; }

.news-detail .news-date {
  font-size: 14px;
  margin: 0; }

.news-detail .news-share {
  margin-bottom: 10px; }
  .news-detail .news-share a {
    display: inline-block;
    background: #c6c6c6;
    color: #fefefe;
    margin: 0 0 0 10px;
    padding: 7px 10px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer; }
    .news-detail .news-share a i {
      font-size: 12px; }
    .news-detail .news-share a:hover {
      background: #fbb900;
      color: #fefefe; }
    @media (max-width: 768px) {
      .news-detail .news-share a {
        font-size: 9px;
        margin: 0 0 0 8px;
        padding: 6px 8px; }
        .news-detail .news-share a i {
          font-size: 10px; } }

.news-detail .news-img {
  width: 100%;
  height: 320px;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center; }
  @media (max-width: 992px) {
    .news-detail .news-img {
      height: 250px; } }
  @media (max-width: 768px) {
    .news-detail .news-img {
      height: 200px; } }

.news-detail img, .news-detail video, .news-detail iframe {
  max-width: 100%; }

.news-detail .news-nav {
  margin-top: 60px; }

.news-detail .credits {
  font-style: italic;
  margin-top: 10px 0;
  font-size: 0.85rem; }
  .news-detail .credits h6 {
    display: inline;
    font-weight: 700;
    font-size: inherit; }

.browserBlocker .section:before {
  content: '';
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 270px;
  height: 420px;
  background: url(../images/circles-bg.png);
  background-size: cover;
  z-index: 0; }
  @media (max-width: 992px) {
    .browserBlocker .section:before {
      width: 200px;
      height: 320px; } }

.browserBlocker ul {
  list-style-type: none;
  margin: 30px auto;
  padding: 0;
  position: relative; }
  .browserBlocker ul li {
    margin: 15px;
    display: inline-block;
    width: 180px;
    height: 180px;
    padding: 20px;
    background-color: #fefefe;
    color: #005a9a;
    border: 1px solid #005a9a;
    text-align: center;
    cursor: pointer;
    border-radius: 20px;
    transition: 1s all ease; }
    .browserBlocker ul li:hover {
      background-color: #005a9a;
      color: #fefefe;
      transform: scale(1.1);
      text-decoration: none; }
    .browserBlocker ul li a {
      font-size: 16px;
      text-decoration: none;
      color: inherit; }
      .browserBlocker ul li a i {
        display: block;
        font-size: 100px;
        margin-bottom: 20px; }
    @media (max-width: 768px) {
      .browserBlocker ul li {
        width: 140px;
        height: 180px;
        margin: 8px; }
        .browserBlocker ul li a i {
          font-size: 70px; } }
    @media (max-width: 576px) {
      .browserBlocker ul li {
        width: 100%;
        height: 120px;
        margin: 8px; }
        .browserBlocker ul li a i {
          font-size: 46px;
          margin-bottom: 10px; } }

.system-page .hero-system {
  padding: 140px 0 60px;
  background-image: url("../images/home-hero-desktop.jpg");
  background-position: 70%; }

.system-page .body-system {
  padding: 40px 0; }

.system-page h3 {
  font-size: 1.5rem; }

.system-page h4 {
  font-size: 1.2rem; }

.system-page p {
  max-width: 100%; }

.office-page p {
  max-width: 960px; }

.office-lang-select {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center; }
  .office-lang-select .office-lang {
    padding: 0 1rem;
    border-left: 1px solid #fefefe;
    text-transform: uppercase; }
    .office-lang-select .office-lang:first-child {
      border-left: none; }
    .office-lang-select .office-lang a {
      color: #fefefe;
      text-decoration: none; }
      .office-lang-select .office-lang a:hover {
        text-decoration: underline; }
    .office-lang-select .office-lang .o-lang-selected {
      color: #fbb900;
      font-weight: bold; }

.worldwidesolutions {
  width: 25%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 2rem 0 0; }
  @media (max-width: 992px) {
    .worldwidesolutions {
      width: 50%; } }
  @media (max-width: 576px) {
    .worldwidesolutions {
      width: 100%; } }
  .worldwidesolutions p {
    margin: 0;
    padding: 0 0.5rem; }
