@charset "UTF-8";
@font-face {
  font-family: "Exo2Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Exo2Bold/Exo2Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Exo2Bold/Exo2Bold.woff") format("woff"), url("../fonts/Exo2Bold/Exo2Bold.ttf") format("truetype"); }

@font-face {
  font-family: "OpenSansBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/OpenSansBold/OpenSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansBold/OpenSansBold.woff") format("woff"), url("../fonts/OpenSansBold/OpenSansBold.ttf") format("truetype"); }

@font-face {
  font-family: "OpenSansLight";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/OpenSansLight/OpenSansLight.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansLight/OpenSansLight.woff") format("woff"), url("../fonts/OpenSansLight/OpenSansLight.ttf") format("truetype"); }

@font-face {
  font-family: "OpenSansRegular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/OpenSansRegular/OpenSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"), url("../fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype"); }

@font-face {
  font-family: "OpenSansSemiBold";
  font-style: normal;
  font-weight: normal;
  src: url("..//fonts/OpenSansSemiBold/OpenSansSemiBold.eot?#iefix") format("embedded-opentype"), url("..//fonts/OpenSansSemiBold/OpenSansSemiBold.woff") format("woff"), url("..//fonts/OpenSansSemiBold/OpenSansSemiBold.ttf") format("truetype"); }

@font-face {
  font-family: "RobotoRegular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype"); }

/*$accent: #414EBB*/
.main-transition, .main-mnu > ul > li > a {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.arrow {
  width: 0px;
  height: 0px;
  border: 50px solid transparent;
  border-top-color: red;
  margin: 0;
  padding: 0;
  float: left; }
  .arrow:before {
    content: '';
    width: 0px;
    height: 0px;
    border: 30px solid transparent;
    border-top-color: white;
    display: inline-block;
    -webkit-transform: translate(-30px, -50px); }
  .arrow.left {
    transform: rotate(90deg) translate(0px, 25px);
    -webkit-transform: rotate(90deg) translate(0px, 25px);
    -moz-transform: rotate(90deg) translate(0px, 25px);
    -o-transform: rotate(90deg) translate(0px, 25px);
    -ms-transform: rotate(90deg) translate(0px, 25px); }
  .arrow.down {
    transform: rotate(0deg) translate(0px, 25px);
    -webkit-transform: rotate(0deg) translate(0px, 25px);
    -moz-transform: rotate(0deg) translate(0px, 25px);
    -o-transform: rotate(0deg) translate(0px, 25px);
    -ms-transform: rotate(0deg) translate(0px, 25px); }
  .arrow.up {
    transform: rotate(180deg) translate(0px, 25px);
    -webkit-transform: rotate(180deg) translate(0px, 25px);
    -moz-transform: rotate(180deg) translate(0px, 25px);
    -o-transform: rotate(180deg) translate(0px, 25px);
    -ms-transform: rotate(180deg) translate(0px, 25px) translate(0px, 25px); }
  .arrow.right {
    transform: rotate(270deg) translate(0px, 25px);
    -webkit-transform: rotate(270deg) translate(0px, 25px);
    -moz-transform: rotate(270deg) translate(0px, 25px);
    -o-transform: rotate(270deg) translate(0px, 25px);
    -ms-transform: rotate(270deg) translate(0px, 25px); }

.owl-carousel {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: none;
  width: 100%;
  z-index: 1; }
  .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden; }
    .owl-carousel .owl-stage:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none; }
    .owl-carousel .owl-item img {
      display: block;
      width: 100%; }
  .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }
  .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }
  .owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 10px; }
  .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*=owl-]:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default; }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }
  .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-border-radius: 30px;
    border-radius: 30px; }
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791; }

body {
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  font-family: "OpenSansRegular", sans-serif;
  overflow-x: hidden;
  margin-top: 250px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "OpenSansSemiBold", sans-serif;
  font-weight: normal; }

h1 {
  font-size: 2.5em; }

h2 {
  font-size: 1.8em; }

h3, h4 {
  font-family: "OpenSansSemiBold", sans-serif;
  text-transform: uppercase;
  font-size: 1em; }

a {
  color: #333;
  outline: none !important; }
  a:focus {
    text-decoration: none; }
  a:hover {
    text-decoration: none; }

.hidden {
  display: none; }

section {
  padding: 30px 0px;
  margin-left: 0px;
  margin-right: 0px; }

section.body {
  margin-top: 100px; }

header {
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10000;
  width: 100%; }

div.top-line {
  padding: 20px 0px;
  /*position: fixed*/
  background-color: #fff; }

.logo-wrapper {
  display: block;
  width: 100%;
  text-align: center; }
  .logo-wrapper img {
    height: 100px; }

nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

nav li {
  display: inline-block; }

.main-mnu {
  text-align: center;
  padding-top: 25px; }
  .main-mnu > ul > li > a {
    display: block;
    font-weight: bold;
    padding: 10px 10px;
    color: #337ab7;
    font-size: 1.2em;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .main-mnu > ul > li > a:hover {
      color: #012340;
      text-decoration: none; }
    .main-mnu > ul > li > a.active {
      background-color: #337ab7;
      color: #fff;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -webkit-box-shadow: 0 3px 0 #3502fb;
      box-shadow: 0 3px 0 #3502fb;
      -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
      transform: translateY(2px); }

.phone {
  text-align: center; }
  .phone .phone-wrapper {
    color: #414e5b;
    font-family: "Exo2Bold", sans-serif;
    font-size: 1.25em;
    /*text-align: center*/ }
    .phone .phone-wrapper .fas {
      font-size: 1em;
      color: #ff7400;
      margin-right: 3px; }
  .phone .callback {
    font-size: 1em;
    border-bottom: 1px dashed #414e5b;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
    .phone .callback:hover, .phone .callback:focus, .phone .callback.active {
      text-decoration: none; }

.slideshow-wrapper {
  padding: 20% 0;
  background-image: url(/public/img/bg/bg-top2.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
  min-height: 70vh;
  top: 0px;
  left: 0px;
  height: 100%;
  width: auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative; }

.intro-text1, .intro-text2 {
  font-size: 2em;
  text-align: center;
  color: #fff; }

.intro-title {
  font-size: 2em;
  text-align: center;
  color: #fff;
  /*padding-top: 50px*/
  padding-left: 250px;
  padding-top: 30px; }

.carousel {
  margin-top: 170px;
  min-height: 80vh;
  max-width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: block; }
  .carousel .carousel-inner {
    width: 100%;
    display: block;
    margin: 0 auto; }
  .carousel img {
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat; }

.carousel-caption {
  bottom: 400px; }
  .carousel-caption p {
    font-size: 3em;
    margin: auto 0; }

.button {
  display: inline-block;
  border: none;
  color: #fff;
  font-size: 1em;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 30px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 0 #012340;
  box-shadow: 0 4px 0 #012340;
  background-color: #2a5375;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
  text-align: center;
  margin-bottom: 10px; }
  .button:hover, .button:focus {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease; }
  .button:hover {
    background-color: #4991ce;
    -webkit-box-shadow: 0 4px 0 #e06600;
    box-shadow: 0 4px 0 #e06600; }
  .button.active {
    background-color: #e06600;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px); }

.button-small {
  margin-bottom: 3px;
  padding: 5px 20px;
  font-size: 0.8em; }

.responsive-img {
  max-width: 100px; }

.icon-down-wrapper {
  text-align: center;
  color: #c6c6c6;
  font-size: 5em;
  cursor: pointer; }
  .icon-down-wrapper .fas {
    width: 30px;
    height: 70px;
    opacity: 30; }
  .icon-down-wrapper .move {
    -webkit-animation: slideInDown 3s infinite;
    animation: slideInDown 3s infinite;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-play-state: running;
    animation-play-state: running; }

.toggle-mnu {
  display: block;
  width: 28px;
  height: 28px;
  margin-top: 14px; }
  .toggle-mnu span:after, .toggle-mnu span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px; }
  .toggle-mnu span:after {
    top: 18px; }
  .toggle-mnu span {
    position: relative;
    display: block; }
  .toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
    width: 100%;
    height: 2px;
    background-color: #414e5b;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    border-radius: 2px; }
  .toggle-mnu.on span {
    background-color: transparent; }
  .toggle-mnu.on span:before {
    -webkit-transform: rotate(45deg) translate(-1px, 0px);
    -ms-transform: rotate(45deg) translate(-1px, 0px);
    transform: rotate(45deg) translate(-1px, 0px); }
  .toggle-mnu.on span:after {
    -webkit-transform: rotate(-45deg) translate(6px, -7px);
    -ms-transform: rotate(-45deg) translate(6px, -7px);
    transform: rotate(-45deg) translate(6px, -7px); }

.toggle-mnu {
  position: absolute;
  top: 0px;
  right: 25px; }

.hidden-mnu {
  display: none;
  padding-top: 0;
  position: relative;
  top: 20px; }
  .hidden-mnu li {
    display: block; }

> ul {
  padding: 20px 0px; }
  > ul > li.active a {
    text-decoration: none;
    color: #ff7400; }
  > ul > li > a {
    color: #cfe5f7; }
    > ul > li > a:hover {
      color: #fff;
      background-color: #ff7400;
      text-decoration: none; }

.section-wide {
  padding: 40px 0; }
  .section-wide h2 {
    text-align: center;
    padding-bottom: 30px;
    margin: 0px; }

.section-line {
  background-color: #012340;
  color: #fff; }

.section-experiences-item {
  font-size: 1em;
  font-family: "OpenSansLight", sans-serif;
  color: #c6c6c6;
  line-height: 1.5em;
  margin: 15px 0зч; }
  .section-experiences-item h3 {
    margin: 0;
    font-size: 1.25em;
    color: #fff;
    font-family: "Exo2Bold", sans-serif; }
    .section-experiences-item h3 span {
      font-size: 2em;
      color: #ff7400; }
  .section-experiences-item p {
    margin-top: 10px 0 0 0; }

.table {
  display: table;
  width: 100%; }
  .table .tr {
    display: table-row; }
  .table .td {
    display: table-cell;
    vertical-align: middle; }

.contact-form {
  padding: 30px 25px;
  background-color: #3077b4; }
  .contact-form-head {
    text-align: center; }
    .contact-form-head h4 {
      font-size: 1.2em;
      margin-top: 0px;
      margin-bottom: 10px;
      color: #fff; }
    .contact-form-head p {
      color: #fff;
      opacity: .56;
      font-size: 1em;
      margin-top: 0px; }
  .contact-form .button-wrap {
    text-align: center;
    margin-top: 20px; }

.success {
  color: #fff;
  background-color: #3077b4;
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: -100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .success p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto; }
  .success:active {
    top: 0;
    opacity: 1; }
