@charset "UTF-8";
@import url(bebas.css);
@import "https://fonts.googleapis.com/css?family=Rubik&display=swap";
@import "https://fonts.googleapis.com/css?family=Roboto&display=swap";
.carousel-caption {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%); }
  .carousel-caption h5 {
    font-weight: bold;
    font-size: 2rem; }
  .carousel-caption p {
    font-size: 1.25rem; }

.title_shadow_css {
  width: 100%; }

.parallax {
  position: relative;
  overflow: hidden;
  position: relative; }
  .parallax > .primary_background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -100; }
  .parallax .content {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    color: white;
    display: flex;
    place-items: center; }
    .parallax .content .container em {
      padding-right: 10px;
      filter: brightness(4.5) saturate(4) hue-rotate(180deg);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent; }
  .parallax img {
    backface-visibility: hidden;
    will-change: opacity;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 100% 0 !important; }

body {
  font-family: Rubik, sans-serif;
  padding-top: 90px; }

h1 {
  font-family: Roboto, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  -webkit-text-stroke: 1.5px white;
  letter-spacing: 2px;
  margin: 20px 0 8px 0;
  line-height: 1.3em;
  font-size: 2em; }

@media (max-width: 992px) {
  nav [class*='col'] {
    position: initial; }

  .h-90 {
    align-items: center !important; }

  body .toggler .in {
    fill: #757575;
    width: 32px;
    height: 32px;
    margin-right: 20px; }
    body .toggler .in svg {
      fill: #757575;
      width: 32px;
      height: 32px; }

  .dropdown ul {
    margin-left: -40px;
    margin-right: 0;
    width: calc(100% + 40px) !important; }

  .menu.show {
    display: flex !important;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0; }
    .menu.show ul {
      width: 100%;
      background-color: white; }
      .menu.show ul li {
        display: block; } }
body > nav {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 100;
  box-shadow: -1px -3px 6px black;
  background-color: white;
  color: black; }
  body > nav .container {
    padding: 4px 0;
    width: 100%;
    max-width: 1300px; }
    body > nav .container .h-90 {
      height: 90px; }
  body > nav .logo {
    width: 150px; }
  body > nav a {
    color: black !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    padding: 0; }
  body > nav .dropdown {
    display: inline-block; }
  body > nav .dropdown:hover > .dropdown-menu {
    display: block; }
  body > nav .dropdown-toggle::after {
    display: none; }
  body > nav .dropdown-menu {
    background-color: transparent;
    border: none;
    margin-top: 0;
    border-radius: 0;
    padding: 0; }
    body > nav .dropdown-menu:before, body > nav .dropdown-menu:after {
      position: relative;
      display: block;
      content: "";
      width: 100%;
      height: 10px;
      top: 0;
      background-color: transparent; }
    body > nav .dropdown-menu:after {
      height: 3px;
      background-color: #f6f6f6; }
    body > nav .dropdown-menu li {
      background-color: #f6f6f6;
      padding: 0;
      position: relative;
      border: 1px #d7d7d7 solid;
      border-top: 0px transparent solid; }
      body > nav .dropdown-menu li a {
        text-decoration: none;
        padding: 8px 15px;
        display: inline-block;
        width: 100%; }
      body > nav .dropdown-menu li:hover:after {
        width: 100% !important; }
      body > nav .dropdown-menu li:after {
        content: "";
        position: absolute;
        bottom: -1;
        display: block;
        width: 0;
        height: 1px;
        background: #376db7;
        transition: width 0.3s; }
  body > nav ul.root {
    margin-bottom: 5px; }
    body > nav ul.root > li {
      display: inline-block; }
      body > nav ul.root > li > a {
        text-decoration: none;
        position: relative;
        cursor: pointer; }
        body > nav ul.root > li > a:before {
          position: absolute;
          content: "";
          transition: 0.3s;
          width: 0%;
          height: 2px;
          background: #376db7;
          top: calc(100% + 1px);
          left: 0; }
  body > nav ul, body > nav ul li {
    margin: 0;
    padding-top: 0;
    list-style-type: none; }
  body > nav li {
    padding: 1px 10px;
    display: block; }
  body > nav ul.root > li:last-child a {
    padding-right: 0; }
  body > nav li:hover a:before, body > nav li.active a:before {
    width: 100% !important; }
  body > nav .dropdown > .dropdown-toggle:active {
    pointer-events: none; }

.page-banner {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  color: white;
  background-color: #042a4f;
  background-size: contain;
  background-repeat-x: no-repeat;
  background-position-x: 100%; }
  .page-banner .image {
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 45%; }
    .page-banner .image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .page-banner .image:before {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: linear-gradient(90deg, #042a4f 0%, transparent 100%); }
  .page-banner .page-banner-title {
    margin: 15px 0;
    padding: 0; }
    .page-banner .page-banner-title p {
      font-size: 16px; }
  .page-banner .breadcrumb {
    background: transparent;
    margin: 5px 0;
    padding: 0; }
    .page-banner .breadcrumb li {
      text-transform: uppercase;
      font-size: 16px;
      float: left; }
      .page-banner .breadcrumb li + li:before {
        padding: 0 5px;
        color: #ccc;
        content: "/ "; }
      .page-banner .breadcrumb li:last-child {
        text-overflow: ellipsis; }
      .page-banner .breadcrumb li a {
        color: #fff; }

.article {
  padding-top: 25px;
  padding-bottom: 15px; }
  .article h2 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600; }
  .article p {
    font-size: 16px; }
  .article .side-column {
    top: 115px;
    position: sticky;
    padding: 15px;
    background-color: #f6f6f6;
    margin-top: -60px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }

footer {
  font-family: Rubik, sans-serif;
  color: white;
  background: #222222; }
  footer .wrap {
    columns: 1;
    column-fill: balance;
    column-gap: 0; }
  @media (min-width: 992px) {
    footer .wrap {
      columns: 3; } }
  @media (min-width: 768px) and (max-width: 991px) {
    footer .wrap {
      columns: 2; } }
  footer .logo {
    filter: invert(1) hue-rotate(176deg);
    width: 150px;
    margin-bottom: 2em; }
  footer .folder {
    break-inside: avoid-column;
    margin-bottom: 2em; }
    footer .folder > span {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 100%;
      color: grey; }
  footer span {
    font-size: 90%; }
  footer .copyright {
    font-size: 90%; }
  footer a {
    color: white; }
    footer a:hover {
      color: white; }
  footer .menu-footer {
    padding: 40px 0; }
  footer .sub-footer {
    padding: 10px 0;
    background: black; }
    footer .sub-footer [class*='col'] {
      padding-top: 8px;
      padding-bottom: 8px; }

.feedback-block {
  font-family: Rubik, sans-serif;
  padding: 5% 0;
  background: #F9F9F9; }
  .feedback-block h4 {
    color: #156DB7;
    font-size: 35px;
    font-weight: 600;
    margin: 15px 0; }
  .feedback-block h2 {
    font-size: 24px;
    margin-top: 0;
    line-height: 1.5; }
  .feedback-block h5 {
    margin-bottom: 15px; }
  .feedback-block .hr-devide hr {
    width: 70px;
    border-top: 3px solid #0070C1;
    margin: 1% 0; }
  .feedback-block .form-control {
    color: #555;
    background-color: transparent;
    border: 0px solid transparent;
    border-bottom: 1px solid #DCDCDC;
    border-radius: 0;
    height: 45px;
    margin: 15px 0; }
    .feedback-block .form-control:focus {
      color: #555;
      background-color: transparent;
      border-color: #DCDCDC;
      outline: 0;
      box-shadow: 0 0 0 0 white; }
  .feedback-block .form-group label {
    display: none; }
  .feedback-block .btn {
    cursor: pointer;
    margin-top: 30px;
    border-radius: 0;
    border: none;
    background: #FF6600;
    color: #fff;
    padding: 10px 15px;
    outline: none !important;
    font-size: 16px;
    box-shadow: 0px 1px 3px #a2a2a2; }
    .feedback-block .btn:hover {
      background-color: #286090;
      border-color: #204d74; }
  .feedback-block .social-links a img {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 20px; }

.page-preview {
  padding-top: 3vw;
  padding-bottom: 3vw;
  height: 100%; }
  .page-preview [class*='col'] {
    padding-bottom: 5vw; }
  .page-preview .inside {
    position: relative;
    height: 40vw;
    margin-bottom: 1em; }
  .page-preview img {
    position: absolute;
    box-shadow: 0px 1px 3px #a2a2a2;
    width: calc(100% - 2em);
    height: 100%;
    object-fit: cover; }
  .page-preview h2 {
    display: inline-block;
    text-transform: lowercase; }
    .page-preview h2:first-letter {
      text-transform: uppercase; }
    .page-preview h2:after {
      content: "";
      display: block;
      width: 3em;
      height: 3px;
      margin-top: 0.5em;
      margin-bottom: 0.2em;
      background: #376db7; }
  .page-preview .sub_title {
    font-style: italic;
    color: grey; }
  .page-preview .btn {
    background: #FF6600;
    border-radius: 4px;
    color: #fff;
    box-shadow: 6px 6px 1px #d8d7d799;
    text-transform: uppercase;
    border: 0px;
    margin-right: 20px;
    padding: 8px 12px; }

.g_page > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important; }
.g_page a {
  text-decoration: none;
  color: #156DB7; }
  .g_page a:hover {
    text-decoration: underline; }
.g_page .read_more .body {
  display: none; }
.g_page .read_more .switcher {
  cursor: pointer;
  color: #FF6600;
  position: relative;
  display: inline-block; }
  .g_page .read_more .switcher:after {
    transition-duration: 0.3s;
    position: absolute;
    font-size: 65%;
    right: -1em;
    top: 0.47em;
    content: "❯"; }
  .g_page .read_more .switcher:before {
    content: "Читать дальше"; }
.g_page .read_more .switcher:hover:after {
  right: -1.5em; }
.g_page .read_more.open .switcher:before {
  content: "Меньше"; }
.g_page .read_more.open .body {
  display: block; }

@keyframes slide {
  0% {
    transform: translateX(5em); }
  100% {
    transform: translateX(0); } }
@keyframes slide2 {
  0% {
    transform: translateX(2.5em); }
  100% {
    transform: translateX(0); } }
@keyframes slide3 {
  0% {
    transform: translateX(1.5em); }
  100% {
    transform: translateX(0); } }
.home-banner {
  background-color: #cdd3e0; }
  .home-banner .cards {
    height: calc(100vh - 90px);
    overflow: hidden; }
    .home-banner .cards .slide {
      position: relative;
      height: 100%;
      background-size: cover;
      background-position: center; }
      .home-banner .cards .slide p {
        font-size: 1.2em; }
      .home-banner .cards .slide .container:before {
        left: 0;
        top: 0;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0.83) 50%, transparent 100%); }
  .home-banner .active .slide h1, .home-banner .active .slide p, .home-banner .active .slide .btn {
    animation-duration: 1.5s;
    animation-name: slide;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    position: relative;
    transform: translateX(0); }
  .home-banner .active .slide p {
    animation-name: slide2; }
  .home-banner .active .slide .btn {
    animation-name: slide3; }
  .home-banner .owl-stage-outer, .home-banner .owl-stage, .home-banner .owl-item {
    height: 100%; }
  .home-banner .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    width: 100%; }
    .home-banner .owl-dots button {
      font-size: 0;
      background-color: transparent;
      height: 10px;
      width: 50px;
      border: 0 solid black;
      border-bottom: 4px solid #0070c1;
      margin: 0 10px; }
      .home-banner .owl-dots button.active {
        border-bottom: 4px solid #FF6600; }
      .home-banner .owl-dots button:focus {
        outline: 0px dotted; }
  .home-banner h1, .home-banner h2 {
    color: #0070C1;
    -webkit-text-stroke: 2px #0070C1;
    font-size: 40px; }
  .home-banner .btn {
    cursor: pointer;
    margin-top: 30px;
    border-radius: 0;
    border: none;
    background: #FF6600;
    color: #fff;
    padding: 10px 15px;
    outline: none !important;
    font-size: 16px;
    box-shadow: 0px 1px 3px #a2a2a2; }
    .home-banner .btn:hover {
      background-color: #286090;
      border-color: #204d74; }

.cards-row {
  position: relative; }
  @media (max-width: 576px) {
    .cards-row .owl-nav {
      display: none; } }
  .cards-row .owl-dots, .cards-row .owl-nav span {
    display: none; }
  .cards-row .owl-nav {
    font-size: 0; }
  .cards-row .owl-prev:after, .cards-row .owl-next:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -30px;
    top: calc( 50% - 20px);
    height: 40px;
    width: 20px;
    background-image: url(/images/right-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat; }
  .cards-row .owl-next:after {
    left: auto;
    right: -30px;
    background-image: url(/images/left-arrow.svg); }

.page-card {
  margin: 0 15px;
  margin-bottom: 5px;
  color: #000;
  background: #FFF;
  border: 1px solid #eee;
  box-shadow: 0px 1px 3px #a2a2a2; }
  .page-card a {
    text-decoration: none; }
  .page-card .list-inner {
    padding: 0 15px; }
    .page-card .list-inner h3 {
      text-transform: lowercase;
      color: black;
      font-weight: 600;
      font-size: 17px;
      overflow: hidden;
      margin: 12px 15px 0px 0;
      min-height: 40px; }
      .page-card .list-inner h3:first-letter {
        text-transform: uppercase; }
    .page-card .list-inner p {
      color: black;
      height: 45px;
      font-size: 16px;
      overflow: hidden; }
    .page-card .list-inner .btn {
      padding: 5px 0px 10px;
      color: #f60; }
  .page-card img {
    padding: 0;
    height: 205px;
    object-fit: cover; }

.person-banner .image {
  filter: blur(8px) opacity(0.3); }
.person-banner img {
  height: 200px;
  float: left;
  margin-right: 2em;
  width: 156px;
  object-fit: cover; }
.person-banner h1 {
  text-transform: capitalize;
  -webkit-text-stroke: 0 white; }

.person-card {
  heiht: 327px;
  transition: 0.5s; }
  .person-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 10px 7px rgba(0, 0, 0, 0.5); }
  .person-card .list-inner {
    padding: 15px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #d3d3d3;
    height: 80px; }
  .person-card a {
    text-decoration: none; }
  .person-card h3 {
    font-size: 15px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 7px; }
  .person-card p {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    color: #000; }
  .person-card img {
    width: 100%;
    height: 262px;
    object-fit: cover; }

.side-form h4 {
  font-size: 17px; }
.side-form form {
  display: block; }
.side-form [class*='col'] {
  width: 100% !important;
  max-width: 100% !important; }
.side-form label, .side-form #subject, .side-form #name {
  display: none; }
.side-form #message {
  height: 10em; }
.side-form .btn {
  cursor: pointer;
  margin-top: 30px;
  border-radius: 0;
  border: none;
  background: #FF6600;
  color: #fff;
  padding: 10px 15px;
  outline: none !important;
  font-size: 16px;
  box-shadow: 0px 1px 3px #a2a2a2; }
  .side-form .btn:hover {
    background-color: #286090;
    border-color: #204d74; }

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