/*
Theme Name: ASF
Author: iConcept
Author URI: http://iconcept.lv
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


@font-face {
  font-family: 'Stellar';
  src: url("fonts/Stellar-Bold.eot");
  src: url("fonts/Stellar-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Stellar-Bold.woff2") format("woff2"), url("fonts/Stellar-Bold.woff") format("woff"), url("fonts/Stellar-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}
ol li, ul li {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

textarea {
  overflow: auto;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  outline: none;
}

html, body {
  font-family: "Roboto";
  line-height: 1;
  -webkit-overflow-scrolling: touch;
  /* For safari mobile */
}

input {
  padding: 0;
  background: transparent;
  border: none;
  -moz-appearance: normal;
  -webkit-appearance: normal;
  appearance: normal;
}

textarea {
  appearance: normal;
  border: none;
  padding: 0;
  resize: none;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

.clear {
  clear: both;
}

.con {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

button {
  border: none;
  padding: 0;
  background: transparent;
}

strong, b {
  font-weight: 800;
}

i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

/*
.foo {
  @include placeholder {
    color: green;
  }
}
*/
/* Close buttons */
/* Close bttn check */
/* Prev & Next buttons */
/* Fancy Z-index */
.fancybox-overlay {
  z-index: 8010;
  background-color: rgba(37, 33, 35, 0.95);
}

.fancybox-nav span {
  width: 60px;
  height: 60px;
  z-index: 8040;
}

.fancybox-prev span {
  left: -4px;
  background: url(img/f_left_in.png) no-repeat center;
}
.fancybox-prev span:hover {
  background-image: url(img/f_left_ac.png);
}

.fancybox-next span {
  right: -4px;
  background: url(img/f_right_in.png) no-repeat center;
}
.fancybox-next span:hover {
  background-image: url(img/f_right_ac.png);
}

.fancybox-close {
  top: -4px;
  right: -4px;
  width: 62px;
  height: 62px;
  z-index: 8040;
  background: url(img/close_in.png) no-repeat center;
}
.fancybox-close:hover {
  background: url(img/close-ac.png) no-repeat center;
}

.fancybox-nav span {
  position: absolute;
  cursor: pointer;
  background-size: cover;
  top: 50%;
  transform: translate(0, -50%);
}

.fancybox-prev span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fancybox-next span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fancybox-close {
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fancybox-wrap {
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  padding: 0 !important;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-outer {
  position: relative;
}

.fancybox-inner {
  overflow: hidden !important;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: inherit;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
}

#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050;
}

#fancybox-buttons.top {
  top: 10px;
}

#fancybox-buttons.bottom {
  bottom: 10px;
}

#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -moz-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -o-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -ms-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}

#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: transparent;
  /*background-image: url('../img/fancybox_buttons.png');*/
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8;
}

#fancybox-buttons a:hover {
  opacity: 1;
}

#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px;
}

#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default;
}

#fancybox-thumbs {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
  z-index: 8050;
  margin-right: auto;
  margin-left: auto;
  bottom: 0;
  display: block !Important;
}

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

#fancybox-thumbs ul li {
  display: inline-block;
  padding: 1px;
  overflow: hidden;
  width: 120px !important;
  height: 85px !important;
  margin-top: 3px;
  margin-right: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#fancybox-thumbs ul li.active {
  opacity: 0.4 !important;
}

.fancybox-wrap #fancybox-thumbs {
  display: block !Important;
}

#fancybox-thumbs ul {
  left: 0 !important;
  margin-left: auto;
  margin-right: auto;
  width: 585px !Important;
  overflow: hidden;
  height: 115px;
}

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  outline: none;
  width: 120px !important;
  height: 85px !important;
  background: #000;
}

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
  left: 0px !important;
  opacity: 1 !important;
}

.t-prev {
  background: url(img/prev4.png) no-repeat center;
  width: 14px;
  height: 24px;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
  cursor: pointer;
}

.t-next {
  background: url(img/next4.png) no-repeat center;
  width: 14px;
  height: 24px;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  cursor: pointer;
}

/* Flexslider height & width */
/* Pagination button & button hover icon names */
/* Pagination button width & height */
.flex-direction-nav {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  left: 50%;
}

.flex-control-nav {
  width: initial;
  z-index: 2;
  position: absolute;
  right: initial;
  text-align: center;
  left: 20px;
  bottom: 15px;
}
.flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  *display: inline-block;
  zoom: 1;
}

.flexslider {
  zoom: 1;
  z-index: 1;
}

html[xmlns] .flexslider .slides,
.no-js .flexslider .slides > li:first-child {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.flexslider * {
  transform-style: preserve-3d;
}

.flexslider {
  width: 100%;
  height: 605px;
  padding: 0;
  position: relative;
  zoom: 1;
  z-index: 1;
}
.flexslider .flex-control-nav {
  display: table;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides > li {
  height: 605px;
  display: none;
  -webkit-backface-visibility: hidden;
  background: no-repeat center;
  background-size: cover;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav:after {
  clear: both;
  content: '';
}
.flex-direction-nav li {
  width: 62px;
  height: 62px;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 0;
}
.flex-direction-nav li.flex-nav-prev {
  float: left;
  background: url(img/left-in.png) no-repeat center;
  left: -4px;
  position: relative;
}
.flex-direction-nav li.flex-nav-prev:hover {
  background-image: url(img/left-ac.png);
}
.flex-direction-nav li.flex-nav-next {
  float: right;
  background: url(img/right-in.png) no-repeat center;
  right: -4px;
  position: relative;
}
.flex-direction-nav li.flex-nav-next:hover {
  background-image: url(img/right-ac.png);
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  font-size: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav .flex-disabled {
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=0);
  /* Older than Firefox 0.9 */
  -moz-opacity: 0;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0;
  /* Modern */
  opacity: 0;
  cursor: default;
}

.flex-pauseplay a {
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background: url(img/page-in.png) no-repeat center;
  cursor: pointer;
  text-indent: -9999px;
  font-size: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-control-paging li a:hover {
  background: url(img/page-ac.png) no-repeat center;
}
.flex-control-paging li a.flex-active {
  background: url(img/page-ac.png) no-repeat center;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=70);
  /* Older than Firefox 0.9 */
  -moz-opacity: 0.7;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0.7;
  /* Modern */
  opacity: 0.7;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -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 Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.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;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

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

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

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

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

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

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

.owl-carousel.owl-rtl {
  direction: rtl;
}

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

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

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

/*
 * 	Owl Carousel - Video Plugin
 */
.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: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

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

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

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

input {
  font-family: inherit;
  color: inherit;
}
input::-webkit-input-placeholder {
  font-family: inherit;
  color: inherit;
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=100);
  /* Older than Firefox 0.9 */
  -moz-opacity: 1;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 1;
  /* Modern */
  opacity: 1;
}
input:-moz-placeholder {
  font-family: inherit;
  color: inherit;
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=100);
  /* Older than Firefox 0.9 */
  -moz-opacity: 1;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 1;
  /* Modern */
  opacity: 1;
}
input::-moz-placeholder {
  font-family: inherit;
  color: inherit;
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=100);
  /* Older than Firefox 0.9 */
  -moz-opacity: 1;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 1;
  /* Modern */
  opacity: 1;
}
input:-ms-input-placeholder {
  font-family: inherit;
  color: inherit;
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=100);
  /* Older than Firefox 0.9 */
  -moz-opacity: 1;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 1;
  /* Modern */
  opacity: 1;
}

select {
  font-family: inherit;
}

textarea {
  font-family: inherit;
}

header .header--menu li a, .bttn_1, .proL li .proL--nfo, .sides .innerNews .newsSmall li, .sides .innerNews .newsSmall li a .nfo .title, .reqPop .inner .closePop, .pagi li a, .openNews .leftSide .inner a, .openNews .rightSide .latest li a, .openNews .rightSide .latest li a h3, .thumbs a span, .thumbs a img, .openP .con .leftSide a img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fade {
  opacity: 0;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

[v-cloak] {
  display: none;
}

header {
  height: 100px;
}
header .con {
  height: 100%;
  display: flex;
  align-items: center;
}
header .header--menu {
  margin: 0 auto;
  display: flex;
  align-items: center;
}
header .header--menu li {
  margin: 0 20px;
}
header .header--menu li a {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #6a6a6a;
}
header .header--menu li a:hover, header .header--menu li a.active {
  color: #216093;
}
header .header--sendReq {
  margin-left: auto;
}

.bttn_1 {
  height: 41px;
  display: flex;
  align-items: center;
  padding: 0 35px;
  box-sizing: border-box;
  border: 2px solid #000;
  text-transform: uppercase;
  color: #000;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.bttn_1.redBttn {
  color: #e31d1a;
  border-color: #e31d1a;
}
.bttn_1.redBttn:hover {
  color: white;
  background-color: #e31d1a;
}
.bttn_1.whiteBttn {
  color: white;
  border-color: white;
}
.bttn_1.whiteBttn:hover {
  color: #e31d1a;
  border-color: #e31d1a;
}
.bttn_1.blueBttn {
  color: #216093;
  border-color: #216093;
}
.bttn_1.blueBttn:hover {
  color: white;
  background-color: #216093;
}

.flex--wrapper {
  background-color: #fbfbfb;
  padding-bottom: 70px;
}

.flexslider .slides li {
  display: flex !important;
  align-items: flex-end;
}
.flexslider .flex--inner {
  background: url(img/flex_bg.png) no-repeat center/cover;
  margin-bottom: 40px;
  width: 720px;
  box-sizing: border-box;
  padding: 30px;
}
.flexslider .flex--inner h2 {
  font-family: "Stellar";
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 48px;
  color: white;
  margin-bottom: 10px;
}
.flexslider .flex--inner .flex--bottom {
  display: flex;
  align-items: center;
  width: 100%;
}
.flexslider .flex--inner .flex--bottom p {
  width: 430px;
  display: block;
  font-weight: 300;
  font-size: 14px;
  color: white;
  letter-spacing: 0.05em;
  line-height: 24px;
}
.flexslider .flex--inner .flex--bottom .bttn_1 {
  margin-left: auto;
}

.projSC {
  padding-bottom: 75px;
}
.projSC .projSC--top {
  padding: 55px 0;
  display: flex;
  align-items: center;
}
.projSC .projSC--top h2 {
  font-family: "Stellar";
  text-transform: uppercase;
  color: #216093;
  letter-spacing: 0.05em;
  font-size: 36px;
  margin-top: -5px;
}
.projSC .projSC--top p {
  display: block;
  margin-left: 100px;
  width: 375px;
  font-weight: 300;
  font-size: 12px;
  color: #787879;
  line-height: 18px;
  letter-spacing: 0.05em;
}
.projSC .projSC--top .bttn_1 {
  margin-left: auto;
}

.proL {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.proL li {
  width: 390px;
  height: 300px;
  position: relative;
}
.proL li:hover .proL--nfo {
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=100);
  /* Older than Firefox 0.9 */
  -moz-opacity: 1;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 1;
  /* Modern */
  opacity: 1;
}
.proL li img {
  display: block;
  width: 100%;
  height: 300px;
}
.proL li a {
  display: block;
}
.proL li .proL--nfo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(245, 246, 248, 0.97);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=0);
  /* Older than Firefox 0.9 */
  -moz-opacity: 0;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0;
  /* Modern */
  opacity: 0;
}
.proL li .proL--nfo .proL--title {
  font-family: "Stellar";
  text-transform: uppercase;
  color: #216093;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
}
.proL li .proL--nfo .proL--desc {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #b4b4b4;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  width: 100%;
  margin-bottom: 40px;
}
.proL li .proL--nfo .bttn_1 {
  cursor: pointer;
}

.logoL {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
}
.logoL li {
  margin: 0 50px;
}

.sides {
  display: flex;
}
.sides .side {
  width: 50%;
}
.sides .side.leftS {
  display: flex;
  justify-content: flex-end;
  background-color: #fbfbfb;
}
.sides .innerBout {
  width: 600px;
  padding: 60px 65px 70px 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.sides .innerBout h2 {
  text-transform: uppercase;
  font-family: "Stellar";
  margin-top: -5px;
  font-size: 36px;
  color: #216093;
  letter-spacing: 0.05em;
  margin-bottom: 45px;
  width: 100%;
}
.sides .innerBout p {
  display: block;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #787879;
  margin-bottom: 55px;
  width: 100%;
}
.sides .innerNews {
  width: 550px;
  margin-left: 25px;
}
.sides .innerNews .sideTop {
  padding: 50px 0 35px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.sides .innerNews .sideTop h2 {
  font-family: "Stellar";
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #216093;
  margin-top: -5px;
}
.sides .innerNews .newsSmall li {
  padding: 15px 0;
  border-bottom: 1px solid #f4f4f4;
}
.sides .innerNews .newsSmall li:hover {
  border-color: #e31d1a;
}
.sides .innerNews .newsSmall li:hover a .nfo .title {
  color: #e31d1a;
}
.sides .innerNews .newsSmall li:last-of-type {
  border: none;
}
.sides .innerNews .newsSmall li a {
  display: flex;
  align-items: center;
}
.sides .innerNews .newsSmall li a img {
  width: 185px;
  display: block;
  height: 115px;
}
.sides .innerNews .newsSmall li a .nfo {
  width: 345px;
  margin-left: 20px;
}
.sides .innerNews .newsSmall li a .nfo .title {
  font-family: "Stellar";
  font-size: 16px;
  text-transform: uppercae;
  letter-spacing: 0.05em;
  color: #216093;
  margin-bottom: 15px;
  margin-top: -5px;
  display: block;
}
.sides .innerNews .newsSmall li a .nfo .desc {
  display: block;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #787879;
}

.upCase {
  text-transform: uppercase;
}

footer {
  display: flex;
  flex-wrap: wrap;
}
footer .fTop {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #216093;
  padding: 40px 0;
}
footer .fTop span {
  margin: 0 20px;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.1em;
  padding-left: 35px;
  height: 27px;
  display: flex;
  align-items: center;
  background: no-repeat left center;
}
footer .fTop span a {
  display: flex;
  align-items: center;
}
footer .fTop span.map {
  background-image: url(img/map.png);
}
footer .fTop span.tel {
  background-image: url(img/tel.png);
}
footer .fTop span.mail {
  background-image: url(img/mail.png);
}
footer .fTop span.fb {
  padding: 0;
  height: 30px;
  width: 30px;
  background-image: url(img/fb.png);
}
footer .fTop span a {
  display: flex;
  height: 100%;
  width: 100%;
}
footer .fBottom {
  /* height: 57px; */
  display: flex;
  background: #205c8d;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
}
footer .fBottom span {
  display: block;
  margin: 0 22px;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.05em;
  color: white;
}

.flexbox2 ,
.flexbox {
  display: none;
  position: relative;
  z-index: 4;
}

.reqPop {
  background: rgba(33, 96, 147, 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 3;
}
.reqPop .inner {
  background: #fff;
  width: 850px;
  padding: 50px 25px 0 25px;
  box-sizing: border-box;
  position: relative;
}
.reqPop .inner .closePop {
  width: 54px;
  height: 54px;
  display: block;
  background: url(img/close_in.jpg) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.reqPop .inner .closePop:hover {
  background-image: url(img/close_ac.jpg);
}
.reqPop .inner h2 {
  font-family: "Stellar";
  text-align: center;
  font-size: 24px;
  color: #216093;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: -5px;
  margin-bottom: 35px;
}
.reqPop .inner p {
  display: block;
  text-align: center;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 18px;
  color: #787879;
  margin-bottom: 35px;
}
.reqPop .form .fTop {
  display: flex;
  flex-wrap: wrap;
}
.reqPop .form .fTop input {
  width: 240px;
  display: block;
  height: 40px;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding-left: 20px;
  box-sizing: border-box;
  margin: 0 18.5px 26px 7.5px;
  font-weight: 300;
  font-size: 14px;
  color: #787879;
  letter-spacing: 0.05em;
}
.reqPop .form .fTop textarea {
  width: 100%;
  display: block;
  margin-left: 7.5px;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding-left: 20px;
  box-sizing: border-box;
  padding-top: 20px;
  font-weight: 300;
  font-size: 14px;
  color: #787879;
  height: 100px;
  letter-spacing: 0.05em;
  margin-right: 19px;
}
.reqPop .form .fTop textarea::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 14px;
  color: #787879;
  letter-spacing: 0.05em;
  font: inherit;
}
.reqPop .form .fTop textarea:-moz-placeholder {
  font-weight: 300;
  font-size: 14px;
  color: #787879;
  letter-spacing: 0.05em;
  font: inherit;
}
.reqPop .form .fTop textarea::-moz-placeholder {
  font-weight: 300;
  font-size: 14px;
  color: #787879;
  letter-spacing: 0.05em;
  font: inherit;
}
.reqPop .form .fTop textarea:-ms-input-placeholder {
  font-weight: 300;
  font-size: 14px;
  color: #787879;
  letter-spacing: 0.05em;
  font: inherit;
}
.reqPop .form .fTop .bttn_1 {
  margin: 30px auto;
}

.smuk {
  background: no-repeat center / cover;
  height: 330px;
}

.boutTxt {
  padding: 70px 0 90px 0;
}
.boutTxt h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  letter-spacing: 0.05em;
  font-family: "Stellar";
  color: #216093;
  margin-bottom: 55px;
}
.boutTxt p {
  width: 900px;
  text-align: left;
  margin: 0 auto;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 24px;
    margin-bottom:20px;
  color: #787879;
}

.com {
  padding: 55px 0;
  background-color: #fbfbfb;
}
.com h2 {
  text-align: center;
  font-family: "Stellar";
  text-transform: uppercase;
  font-size: 36px;
  color: #216093;
  letter-spacing: 0.05em;
}
.com .comL {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 70px;
}
.com .comL li.active, 
.com .comL li:hover {
	border-color: #216093;
}
.com .comL li {
  width: 250px;
  text-align: center;
  padding: 25px 0;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.com .comL li img {
  margin: 0 auto 25px auto;
  display: block;
}
.com .comL li .title {
  display: block;
  text-transform: uppercase;
  font-family: "Stellar";
  color: #216093;
  letter-spacing: 0.05em;
  font-size: 18px;
  margin-bottom: 20px;
}
.com .comL li .desc {
  display: block;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 18px;
  color: #787879;
}

.team .con {
  display: flex;
}
.team .teamLS {
  width: 50%;
  background: no-repeat center / cover;
}
.team .teamRS {
  width: 50%;
  padding-top: 55px;
  box-sizing: border-box;
}
.team h2 {
  text-transform: uppercase;
  font-family: "Stellar";
  letter-spacing: 0.05em;
  font-size: 36px;
  margin-bottom: 40px;
  color: #216093;
  margin-top: -5px;
  margin-left: 35px;
}
.team p {
  display: block;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
  margin-left: 35px;
  margin-right: 20px;
}
.team .team--nfo {
  display: flex;
  background-color: #f9f9f9;
  flex-wrap: wrap;
  padding: 35px 0;
}
.team .team--nfo h3 {
  font-family: "Stellar";
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 18px;
  color: #e31d1a;
  margin-bottom: 19px;
  width: 100%;
  margin-left: 35px;
}
.team .team--nfo p {
  width: 100%;
  margin-bottom: 25px;
  margin-left: 35px;
  margin-right: 20px;
  font-size: 12px;
}
.team .team--nfo .bttn_1 {
  margin-left: 35px;
}

.newsL {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  background: linear-gradient(#eeeeee, #eeeeee) no-repeat top 115px center/1px 100%;
}
.newsL .newsL--ls, .newsL .newsL--rs {
  width: 50%;
}
.newsL .newsL--rs {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding-top: 145px;
}
.newsL .newsL--rs .item:after {
  right: initial;
  left: -81px;
}
.newsL .newsL--rs .item:before {
  left: -84px;
  right: initial;
}
.newsL .title {
  display: block;
  font-family: "Stellar";
  font-size: 16px;
  text-transform: uppercase;
  color: #216093;
  letter-spacing: 0.05em;
  line-height: 24px;
  margin: 30px 0;
}
.newsL .desc {
  display: block;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #787879;
}
.newsL h2 {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: "Stellar";
  margin-bottom: 60px;
  letter-spacing: 0.05em;
  color: #216093;
  font-size: 36px;
}
.newsL .item {
  width: 420px;
  display: block;
  margin-bottom: 80px;
  position: relative;
}
.newsL .item:after {
  content: ' ';
  width: 81px;
  height: 1px;
  right: -81px;
  top: 125px;
  background-color: #eeeeee;
  display: block;
  position: absolute;
}
.newsL .item:before {
  content: ' ';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #eeeeee;
  right: -84px;
  top: 121px;
  display: block;
  position: absolute;
}
.newsL .item img {
  max-width: 100%;
}

.pagi {
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagi li a {
  display: flex;
  width: 41px;
  height: 41px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 2px solid transparent;
  font-weight: 300;
  font-size: 13px;
  color: #216093;
}
.pagi li a.active, .pagi li a:hover {
  border-color: #216093;
}

.openNews {
  display: flex;
  justify-content: center;
}
.openNews .leftSide {
  display: flex;
  justify-content: flex-end;
}
.openNews .leftSide .inner {
  width: 780px;
}
.openNews .leftSide .inner > img {
  max-width: 100%;
  display: block;
  margin-bottom: 35px;
}
.openNews .leftSide .inner h2 {
  font-family: "Stellar";
  font-size: 36px;
  text-transform: uppercase;
  color: #216093;
  margin-bottom: 30px;
  margin-top: -5px;
}
.openNews .leftSide .inner p {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #787879;
  margin-bottom: 30px;
  display: block;
}
.openNews .leftSide .inner a {
  color: #216093;
}
.openNews .leftSide .inner a:hover {
  color: inherit;
}
.openNews .rightSide {
  width: 425px;
  flex-wrap: wrap;
  padding-top: 35px;
  padding-left: 40px;
  box-sizing: border-box;
}
.openNews .rightSide .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 30px;
}
.openNews .rightSide .top h2 {
  text-transform: uppercase;
  font-size: 36px;
  font-family: "Stellar";
  color: #216093;
  letter-spacing: 0.05em;
}
.openNews .rightSide .latest li a {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #f4f4f4;
}
.openNews .rightSide .latest li a:hover {
  border-color: #e31d1a;
}
.openNews .rightSide .latest li a:hover h3 {
  color: #e31d1a;
}
.openNews .rightSide .latest li a img {
  width: 170px;
  height: 110px;
  display: block;
}
.openNews .rightSide .latest li a h3 {
  width: 215px;
  margin-left: 15px;
  font-family: "Stellar";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #216093;
}

.thumbs {
  display: flex;
  flex-wrap: wrap;
}
.thumbs a {
  margin: 0 7px 14px 7px;
  position: relative;
  display: block;
  background: #216093 url(img/mag.png) no-repeat top 30px center;
}
.thumbs a:hover span {
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=100);
  /* Older than Firefox 0.9 */
  -moz-opacity: 1;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 1;
  /* Modern */
  opacity: 1;
}
.thumbs a:hover img {
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=20);
  /* Older than Firefox 0.9 */
  -moz-opacity: 0.2;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0.2;
  /* Modern */
  opacity: 0.2;
}
.thumbs a span {
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=0);
  /* Older than Firefox 0.9 */
  -moz-opacity: 0;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0;
  /* Modern */
  opacity: 0;
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  font-weight: 300;
  font-size: 10px;
  color: white;
  text-transform: uppercase;
}
.thumbs a img {
  display: block;
  max-width: 100%;
  width: 142px;
  height: 95px;
}

.serviceList {
  background-color: #fbfbfb;
}
.serviceList .con {
  display: flex;
  flex-wrap: wrap;
}
.serviceList .con .item {
  display: flex;
  width: 100%;
  position: relative;
}
.serviceList .con .item:nth-child(even) {
  flex-direction: row-reverse;
}
.serviceList .con .item:nth-child(even) .inner {
  margin-right: 40px;
}
.serviceList .con .item .dec {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  background-color: #216093;
  display: flex;
  justify-content: center;
  align-items: center;
}
.serviceList .con .item .dec img {
  width: auto;
  height: auto;
}
.serviceList .con .item img {
  display: block;
  width: 50%;
}
.serviceList .con .item .nfo {
  width: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.serviceList .con .item .nfo .inner {
  width: 385px;
}
.serviceList .con .item .nfo .inner h2 {
  font-family: "Stellar";
  font-size: 36px;
  letter-spacing: 0.05em;
  color: #216093;
  text-transform: uppercase;
  margin-top: -5px;
  margin-bottom: 30px;
}
.serviceList .con .item .nfo .inner p {
  font-weight: 300;
  font-size: 14px;
  color: #787879;
  letter-spacing: 0.05em;
  line-height: 24px;
}

.allPorj {
  padding-top: 50px;
}
.allPorj h2 {
  text-align: center;
  margin-bottom: 40px;
  margin-top: -5px;
  font-size: 36px;
  color: #216093;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: "Stellar";
}
.allPorj p {
  text-align: center;
  font-weight: 300;
  font-size: 12px;
  color: #787879;
  letter-spacing: 0.05em;
  line-height: 18px;
  margin-bottom: 50px;
}
.allPorj .proL {
  justify-content: space-between;
}
.allPorj .proL li {
  width: 390px;
  height: 285px;
  margin-bottom: 20px;
}
.allPorj .proL li img {
  height: 282px;
}

.openP {
  padding-bottom: 85px;
}
.openP .con {
  display: flex;
}
.openP .con .leftSide {
  width: 50%;
}
.openP .con .leftSide a {
  display: block;
  background: #111;
}
.openP .con .leftSide a img {
  display: block;
}
.openP .con .leftSide a img:hover {
  /* For IE 5,6,7,8,9 */
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$ie_opacity);
  filter: alpha(opacity=70);
  /* Older than Firefox 0.9 */
  -moz-opacity: 0.7;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0.7;
  /* Modern */
  opacity: 0.7;
}
.openP .con .leftSide .bigImg {
  width: 100%;
  position: relative;
}
.openP .con .leftSide .bigImg span {
  width: 30px;
  height: 30px;
  display: block;
  background: url(img/mag_2.png) no-repeat center;
  position: absolute;
  bottom: 12px;
  right: 12px;
}
.openP .con .leftSide .thumbsv2 {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.openP .con .leftSide .thumbsv2 a {
  width: 136px;
    margin-bottom:15px;
margin-left:3px;
margin-right:3px;
}
.openP .con .leftSide .thumbsv2 a img {
  width: 100%;
  display: block;
}
.openP .con .rightSide {
  width: 50%;
  padding-left: 45px;
  padding-top: 55px;
}
.openP .con .rightSide h2 {
  font-family: "Stellar";
  font-size: 36px;
  color: #216093;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  display: block;
}
.openP .con .rightSide p {
  font-weight: 300;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #787879;
  margin-bottom: 40px;
}
.openP .con .rightSide .sep {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f4f4f4;
  margin-bottom: 35px;
}
.openP .con .rightSide table {
  width: 100%;
  border-top: 1px solid #f4f4f4;
}
.openP .con .rightSide table tr td {
  padding: 18px 0;
  font-weight: 300;
  font-size: 14px;
  color: #787879;
  border-bottom: 1px solid #f4f4f4;
}

.conts {
  display: flex;
  height: 540px;
}
.conts .leftSide {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  padding-top: 50px;
}
.conts .leftSide .inner {
  width: 600px;
}
.conts .leftSide h2 {
  text-align: center;
  font-family: "Stellar";
  font-size: 18px;
  color: #216093;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 38px;
}
.conts .leftSide span {
  display: table;
  margin: 0 auto 25px auto;
  padding-left: 33px;
  background: no-repeat left top;
  min-height: 26px;
  line-height: 18px;
  letter-spacing: 0.05em;
  font-size: 14px;
  padding-top: 4px;
  color: #6a6a6a;
  font-weight: 300;
  text-align: center;
}
.conts .leftSide span.map {
  background-image: url(img/map.png);
}
.conts .leftSide span.mail {
  background-image: url(img/mail.png);
}
.conts .leftSide span.tel {
  background-image: url(img/tel.png);
}
.conts .leftSide span.fb {
  background-image: url(img/fb.png);
  padding: 0;
  height: 30px;
  width: 30px;
}
.conts .leftSide span.fb a {
  display: block;
  height: 100%;
  width: 100%;
}
.conts .rightSide {
  width: 50%;
  display: flex;
  padding-top: 50px;
  background-color: #fbfbfb;
  flex-wrap: wrap;
  padding-left: 40px;
}
.conts .rightSide .inner {
  width: 600px;
}
.conts .rightSide h2 {
  font-family: "Stellar";
  font-size: 24px;
  color: #216093;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 45px;
}
.conts .rightSide .formData .inputs {
  display: flex;
  flex-wrap: wrap;
}
.conts .rightSide .inp_1 {
  width: 280px;
  box-sizing: border-box;
  height: 40px;
  background-color: white;
  border: 1px solid #e5e5e5;
  padding-left: 20px;
  font-weight: 300;
  font-size: 14px;
  color: #787879;
  letter-spacing: 0.05em;
  margin: 0 10px 20px 10px;
}
.conts .rightSide .text_1 {
  width: 580px;
  margin: 0 10px;
  box-sizing: border-box;
  height: 40px;
  background-color: white;
  border: 1px solid #e5e5e5;
  padding-left: 20px;
  font-weight: 300;
  font-size: 14px;
  color: #787879;
  letter-spacing: 0.05em;
  padding-top: 10px;
  height: 100px;
}
.conts .bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.conts .bottom .bttn_1 {
  padding: 0 60px;
}
#googleMap {
  background: url(img/dummy.jpg) no-repeat center/cover;
  height: 480px;
}
.ham_butt{
    display: none;
    width: 40px;
    height: 40px;
    float: right;
    margin-right: 20px;
    margin-top: 30px;
    cursor: pointer;
    background: url(img/ham_bg.png) no-repeat center;
    border: solid 2px #216093;
    background-size: 24px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.ham_butt img{
    margin-top: 8px;
    margin-left: 8px;
    opacity: 0;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.ham_butt:hover{
    background-color: #216093;
}
.ham_butt:hover img{
    opacity: 1;
}
.ham_cont{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.97);
    display: block;
    text-align: center;
    z-index: 2;
    top: 0;
    overflow: hidden;
}
.ham_close{
    display: block;
    width: 40px;
    height: 40px;
    float: right;
    cursor: pointer;
    background: url(img/ham_bg_close.png) no-repeat center;
    border: solid 2px #216093;
    background-size: 24px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    position: absolute;
    top: 30px;
    right: 37px;
}
.ham_cont .header--logo{
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0;
}
.ham_cont .header--menu li a{
    font-size: 24px;
    margin: 15px 0;
    text-transform: uppercase;
    display: inline-block;
    color: #216093;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.ham_cont .header--menu li a:hover{
    color: #e31d1a;
}
.ham_close img{
    opacity: 0;
    margin-top: 8px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.ham_close:hover img{
    opacity: 1;
}
.ham_close:hover{
    background-color: #216093;
}
 .ham_cont_inner{
        overflow: auto;
        padding-right: 17px;
        height: 100%;
        position: absolute;
        width: 100%;
    }
    
    
    
    

@media screen and (max-width: 1200px) {
	footer .fTop span {
		text-align: center;
	}
    .con{
        width: 100%;
    }        
    .logoL {
        width: 100%;
        display: block;
        text-align: center;
    }
    .flex-direction-nav {
        width: 100%;
    }
    .flex-direction-nav li.flex-nav-next {
        right: 10px;
    }
    .logoL li {
        margin: 0;
        display: inline-block;
    }
    .header--logo{
        margin-left: 20px;
    }
    header .header--sendReq {
        margin-right: 20px;
    }
    .flex-direction-nav li.flex-nav-prev {
        left: 10px;
    }
    .projSC .projSC--top h2 {
        margin-left: 20px;
    }
    .projSC .projSC--top p {
        margin-left: 30px;
    }
    .projSC .projSC--top .bttn_1 {
        margin-right: 20px;
    }
    .sides .innerBout {
        padding: 60px 65px 70px 0px;
    }
    .sides {
        display: block;
    }
    .sides .side.leftS {
        display: block;
    }
    .sides .side {
        width: calc(100% - 60px);
        display: block;
        padding: 0 30px;
    }
    .sides .innerBout {
        width: 100%;
    }
    .sides .innerNews {
        width: 100%;
        margin-left: 0px; 
    }
    .sides .innerNews .newsSmall li a .nfo {
        width: 100%;
    }
    .com .comL {
        display: block;
        text-align: center;
    }
    .com .comL li {
        display: inline-block;
        margin: 0 20px;
    }
    .newsL .item {
        float: right;
        margin-right: 81px;
    }
    .newsL--rs .item{
        margin-right: 0;
        margin-left: 0;
    }
    .newsL .newsL--rs .item:before {
        left: -88px;
    }
    .proL {
        display: block;
        text-align: center;
    }
    .allPorj .proL li {
        display: inline-block;
        margin: 10px;
    }
    .conts {
        display: block;
        height: auto;
    }
    .conts .leftSide {
        width: 100%;
        display: block;
    }
    .conts .leftSide .inner {
        width: 100%;
    }
    .conts .rightSide {
        width: 100%;
        display: block;
        padding-left: 0;
        padding-bottom: 30px;
    }
    .conts .rightSide .inner {
        width: 100%;
        text-align: center;
    }
    .conts .rightSide .formData .inputs {
        display: block;
    }
    .conts .leftSide {
        padding-top: 0px;
    }
    .openNews {
        display: block;
    }
    .openNews .leftSide .inner > img {
        width: 100%;
    }


    

    
}

@media screen and (max-width: 1024px) {

    .serviceList .con .item .nfo .inner {
        width: 300px;
    }
    .openP .con .rightSide {
        width: 30%;
    }
    .openP .con .leftSide {
        width: 59%;
    }
    .openNews .leftSide .inner h2 {
        font-size: 26px;
    }
    .openNews .leftSide .inner {
        margin-left: 20px;
    }
    .openNews .rightSide {
        padding-top: 0px;
    }
    
    .openNews .rightSide .latest li a h3 {
        font-size: 14px;
    }

    
    
    
    
    
    
    
    
    
        
    
    
}
@media screen and (max-width: 768px) {
    header .header--menu {
        display: none;
    }
    .flexslider .flex--inner {
        width: 100%;
    }
    .bttn_1 {
        width: 200px;
        text-align: center;
        display: block;
        line-height: 40px;
        margin: 0 auto;
    }
    .projSC .projSC--top {
        display: block;
        align-items: center;
    }
    .projSC .projSC--top h2 {
        margin-left: 0px;
        text-align: center;
        margin-bottom: 30px;
    }
    .projSC .projSC--top p {
        margin-left: 0px;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .projSC .projSC--top .bttn_1 {
        margin-right: 20px;
        width: 200px;
        margin: 0 auto;
        text-align: center;
        display: block;
        line-height: 40px;
    }
    .sides .innerBout {
        padding: 60px 0px 60px 0px;
    }
    .sides .innerBout h2 {
        text-align: center;
    }
    .sides .innerNews .sideTop {
        display: block;
        width: 100%;
    }
    .sides .innerNews .sideTop h2 {
        text-align: center;
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    footer .fTop {
        width: 100%;
        display: block;
        text-align: center;
        padding-bottom: 0;
    }
    footer .fTop span {
        display: block;
        margin-bottom: 20px;
        padding-left: 0;
        background: no-repeat top center;
        padding-top: 40px;
    }
    footer .fTop span:first-of-type{
        padding-top: 00px;
    }
    .flexslider .flex--inner h2 {
        text-align: center;
    }
    .flexslider .flex--inner .flex--bottom p {
        width: 100%;
        text-align: center;
    }
    .proL li {
        width: 50%;
		display: inline-block;
    }
    header .header--sendReq {
        margin: 29px 0 0 40px;
        display: inline-block;
        vertical-align: top;
    }
    .ham_butt{
        display: block;
    }
    header .con {
        display: block;
    }
    .header--logo {
        display: inline-block;
        vertical-align: top;
        margin-top: 15px;
    }

    .bttn_1.redBttn {
        display: none;
    }
    .ham_cont .redBttn{
        display: block;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .boutTxt p {
        width: calc(100% - 40px);
        padding: 0 20px;
    }
    .com .comL li {
        margin-bottom: 40px;
    }
    .boutTxt {
        padding: 50px 0 50px 0;
    }
    .team--nfo .bttn_1.redBttn {
        display: block;
    }
    .newsL .item {
        float: none;
        margin-right: 0;
        width: 100%;
        margin-bottom: 40px;
    }
    .newsL .item:after {
        display: none;
    }
    .newsL {
        padding-top: 0;
        background: none;
    }
    .newsL .newsL--ls, .newsL .newsL--rs {
        width: 100%;
    }
    .newsL .item img {
        max-width: 100%;
        width: 100%;
    }
    .newsL .item:before {
        display: none;
    }
    .newsL .title {
        width: calc(100% - 40px);
        padding: 0 20px;
    }
    .serviceList .con .item {
        display: block;
        width: 100%;
    }
    .serviceList .con .item img {
        display: block;
        width: 100%;
    }
    .serviceList .con .item .nfo {
        width: 100%;
        display: block;
    }
    .serviceList .con .item .nfo .inner {
        width: calc(100% - 40px);
        text-align: center;
        padding: 30px 20px;
    }
    .serviceList .con .item .dec {
        top: 473px;
    }
    .allPorj {
        padding-top: 0px;
    }
    .openP .con {
        display: block;
    }
    .openP .con .leftSide {
        width: 100%;
    }
    .openP .con .leftSide a img {
        display: block;
        width: 100%;
    }
    .openP .con .rightSide {
        width: calc(100% - 40px);
        padding: 20px;
    }
    .openP .con .rightSide p {
        margin-bottom: 20px;
    }
    .openP .con .rightSide .sep {
        margin-bottom: 20px;
    }
    .openP {
        padding-bottom: 30px;
    }
    .conts .bottom .bttn_1 {
        display: block;
    }
    .reqPop .form .fTop .bttn_1 {
        display: block;
    }
    .openNews .leftSide {
        display: block;
    }
    .openNews .leftSide .inner {
        margin-left: 0px;
    }
    .openNews .rightSide {
        width: calc(100% - 40px);
        padding: 0 20px;
    }
    .openNews .leftSide .inner h2 {
        margin-left: 20px;
        width: calc(100% - 40px);
    }
    .openNews .rightSide .latest li a h3 {
        width: auto;
    }

    .openNews .leftSide .inner {
        width: 100%;
    }
    .proL li .proL--nfo {
        opacity: 0.95;
        height: auto;
        padding: 10px 0;
    }
    .proL li .proL--nfo .bttn_1 {
		display: none;
	}
	.proL li .proL--nfo .proL--desc {
		margin-bottom: 10px;
	}
    .conts .rightSide .formData .inputs {
		max-width: 580px;
		margin: 0 auto;
	}
	.conts .rightSide .inp_1 {
		width: 100%;
		margin-left: 0;
	}
	.formData {
		padding: 0 20px;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 500px) {
    .flex-direction-nav {
        top: 10%;
    }
    .flexslider .flex--inner {
        margin-bottom: 0px;
        width: 100%;
    }
    .proL li {
        width: 100%;
    }
    .flex--wrapper {
        padding-bottom: 0px;
    }
    .projSC {
        padding-bottom: 0px;
    }
    .sides .innerBout p {
        text-align: center;
    }
    .sides .innerNews .newsSmall li a img {
        width: 145px;
        height: auto;
    }
    footer {
        display: none;
    }
    .ham_cont footer{
        display: block;
    }
    .ham_cont footer .fTop {
        padding-bottom: 1px;
        margin-top: 40px;
    }
    .flexslider .flex--inner h2 {
        font-size: 26px;
        line-height: 38px;
    }
    .flexslider .slides > li {
        height: 540px;
    }
    .flexslider {
        height: 540px;
    }
    .projSC .projSC--top p {
        width: calc(100% - 40px);
        padding: 0 20px;
    }
    .sides .innerNews .newsSmall li a .nfo .title {
        font-size: 14px;
    }
    .team .con {
        display: block;
    }
    .team .teamLS {
        width: 100%;
        display: block;
        height: 250px;
    }
    .team .teamRS {
        width: 100%;
    }
    .newsL h2 {
        margin-bottom: 40px;
    }
    .serviceList .con .item .dec {
        top: 65px;
    }
    .allPorj .proL li {
        margin: 0 0 -5px 0;
        width: 100%;
    }
    .conts .rightSide .text_1 {
        width: 280px;
        height: 170px;
    }
    .conts .leftSide h2 {
        margin-top: 30px;
    }
    .conts .rightSide h2 {
        padding: 0 20px;
    }
    .reqPop .form .fTop input {
        width: 100%;
    }
    .openNews .rightSide .top {
        display: block;
        text-align: center;
    }
    .openNews .rightSide {
        width: calc(100% - 20px);
        padding: 0 20px;
        margin-right: 0;
        padding-right: 0;
    }
    .openNews .rightSide .top h2 {
        margin-bottom: 30px;
    }
    footer .fTop span {
        line-height: 20px;
        height: auto;
    }
    .logoL {
        display: none;
    }
    footer .fTop span.fb {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .com .comL {
        padding-top: 50px;
    }
    .com .comL li {
        margin-bottom: 0px;
        width: 90%;
        padding: 0;
        margin: 0;
        line-height: 40px;
    }
    .com .comL li img {
        display: none;
    }
    .com .comL li .title {
        margin-bottom: 0;
    }
    .com .comL li .desc {
        display: none;
    }
    .com {
        padding: 40px 0;
    }
    .allPorj h2 {
        margin-top: 20px;
    }
    .proL li .proL--nfo {
        opacity: 0.95;
        height: auto;
        padding: 10px 0;
    }
    .proL li .proL--nfo .proL--desc {
        margin-bottom: 10px;
    }
    .proL li .proL--nfo .bttn_1 {
        display: none;
    }

    
    
    
    
    
}


@media screen and (max-width: 375px) {

    .openNews .rightSide .latest li a img {
        width: 140px;
        height: 90px;
    }
    
    
    
}

.error {
	border-color: red !Important;
}
div[data-id]{
	display: none;
}
div[data-id='0']{
	display: block;
}







