/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
 *  Owl Carousel - Core
 */
.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;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.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);
  transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -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 {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.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 {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  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: 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 - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  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;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: 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;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Magnific Popup CSS */
/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog,
.my-mfp-zoom-in.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog,
.my-mfp-zoom-in.mfp-removing .mfp-iframe-scaler {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
html {
  font-size: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  overflow-x: hidden;
}
body.disable-scroll, html.disable-scroll {
  overflow: hidden;
}

.wrapper {
  width: calc(100% - 180px);
  max-width: 1070px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1440px) {
  .wrapper {
    width: calc(100% - 120px);
  }
}
@media (max-width: 1280px) {
  .wrapper {
    width: calc(100% - 90px);
  }
}
@media (max-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
  }
}
@media (max-width: 480px) {
  .wrapper {
    width: calc(100% - 40px);
  }
}

.fs-14, footer .wrapper .wrap .credentials p, footer .wrapper .wrap .contacts .text p, .responsive-menu .wrap .lang .wpml-ls-legacy-list-horizontal ul li a span, .responsive-menu .wrap .nav ul li a, header .wrapper .right .lang .wpml-ls-legacy-list-horizontal ul li a span, header .wrapper .right .nav ul li a {
  font-size: 14px;
  font-size: 0.875rem;
}

.fs-18, footer .wrapper .wrap .contacts .phone-email p, body, p, ul, ol, table {
  font-size: 18px;
  font-size: 1.125rem;
}

.fs-40, main.page-contacts .news-events-top-section .wrapper .wrap .heading-top-wrapper h1, main.page-home .flexstart-header-section .wrapper .wrap .heading-top-wrapper h1, .main-heading {
  font-size: 40px;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .fs-40, main.page-contacts .news-events-top-section .wrapper .wrap .heading-top-wrapper h1, main.page-home .flexstart-header-section .wrapper .wrap .heading-top-wrapper h1, .main-heading {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

body, p, ul, ol, table {
  font-family: "nexa", sans-serif;
  color: #33627d;
  font-weight: 400;
  line-height: 1.44;
}

*:focus {
  outline: none;
}

.text > *:nth-child(1) {
  margin-top: 0;
}
.text > *:last-child {
  margin-bottom: 0;
}
.text ul {
  padding-left: 20px;
}

b, strong {
  font-weight: 700;
}

.bg-photo {
  background-position: center;
  background-repeat: no-repeat;
}

.main-heading {
  color: #003b5c;
  font-weight: 700;
  position: relative;
  margin-top: 25px;
}
.main-heading:before {
  content: "";
  background: url("../images/header-helper-line.png") no-repeat;
  width: 41px;
  height: 8px;
  position: absolute;
  top: -25px;
  left: 0px;
}

.flex-side-item {
  background: #f2f5f7;
  padding: 25px;
  position: relative;
  margin-bottom: 10px;
  display: block;
  text-align: left;
  overflow: hidden;
  text-decoration: none;
}
.flex-side-item .flex-number {
  position: absolute;
  right: -23px;
  bottom: 0px;
  font-size: 341px;
  line-height: 220px;
  color: #ccd8de;
  font-weight: 900;
  text-align: center;
  z-index: 0;
  opacity: 0.2;
}
.flex-side-item .flex-side-texter {
  position: relative;
  z-index: 1;
}
.flex-side-item .flex-side-texter .flex-title {
  margin-bottom: 15px;
}
.flex-side-item .flex-side-texter .flex-title img {
  max-height: 20px;
}
.mfp-content figcaption {
  display: none;
}

.otgs-development-site-front-end {
  display: none !important;
}

header {
  padding: 24px 0;
  background: #ffffff;
}
header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .wrapper .logo {
  display: block;
  text-decoration: none;
}
header .wrapper .logo img {
  height: 36px;
  width: auto;
  display: block;
}
header .wrapper .right {
  display: flex;
  align-items: center;
  grid-gap: 64px;
}
@media (max-width: 1024px) {
  header .wrapper .right .nav {
    display: none;
  }
}
header .wrapper .right .nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  grid-gap: 32px;
}
header .wrapper .right .nav ul li a {
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  color: #003b5d;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
header .wrapper .right .nav ul li a:hover {
  color: #fdb827;
}
@media (max-width: 1024px) {
  header .wrapper .right .lang {
    display: none;
  }
}
header .wrapper .right .lang .wpml-ls-legacy-list-horizontal {
  border: none;
  padding: 0;
}
header .wrapper .right .lang .wpml-ls-legacy-list-horizontal ul {
  display: flex;
  grid-gap: 8px;
}
header .wrapper .right .lang .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a {
  background: #003b5d;
}
header .wrapper .right .lang .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a span {
  color: #ffffff;
}
header .wrapper .right .lang .wpml-ls-legacy-list-horizontal ul li a {
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .wrapper .right .lang .wpml-ls-legacy-list-horizontal ul li a span {
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  color: #003b5d;
}
header .wrapper .right .responsive-btn {
  display: none;
  cursor: pointer;
  position: relative;
  width: 25px;
  height: 15px;
}
@media (max-width: 1024px) {
  header .wrapper .right .responsive-btn {
    display: block;
  }
}
header .wrapper .right .responsive-btn:hover span {
  background: #fdb827;
}
header .wrapper .right .responsive-btn.active span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 6px;
}
header .wrapper .right .responsive-btn.active span:nth-of-type(2) {
  opacity: 0;
}
header .wrapper .right .responsive-btn.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  bottom: 6px;
}
header .wrapper .right .responsive-btn span {
  width: 25px;
  height: 3px;
  background: #003b5d;
  display: block;
  margin: 0 0 3px;
  opacity: 1;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .wrapper .right .responsive-btn span:nth-of-type(1) {
  top: 0;
  left: 0;
}
header .wrapper .right .responsive-btn span:nth-of-type(2) {
  top: 6px;
  left: 0;
}
header .wrapper .right .responsive-btn span:nth-of-type(3) {
  bottom: 0;
  left: 0;
}
header .wrapper .right .responsive-btn span:last-of-type {
  margin: 0;
}

.responsive-menu {
  display: none;
}
@media (max-width: 1024px) {
  .responsive-menu {
    display: block;
    overflow: auto;
    width: 100%;
    max-width: 480px;
    right: -100vw;
    position: fixed;
    top: 84px;
    background: #fdb827;
    height: calc(100dvh - 84px);
    z-index: 49;
    -webkit-transition: right 0.2s ease-in-out;
    -moz-transition: right 0.2s ease-in-out;
    -ms-transition: right 0.2s ease-in-out;
    -o-transition: right 0.2s ease-in-out;
    transition: right 0.2s ease-in-out;
  }
}
@media (max-width: 480px) {
  .responsive-menu {
    width: 100%;
  }
}
.responsive-menu .wrap {
  height: 100%;
  padding: 32px 32px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
}
.responsive-menu .wrap .nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
  justify-content: center;
  align-items: center;
}
.responsive-menu .wrap .nav ul li a {
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  color: #003b5d;
}
.responsive-menu .wrap .lang {
  margin: 40px 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.responsive-menu .wrap .lang .wpml-ls-legacy-list-horizontal {
  border: none;
  padding: 0;
}
.responsive-menu .wrap .lang .wpml-ls-legacy-list-horizontal ul {
  display: flex;
  grid-gap: 8px;
}
.responsive-menu .wrap .lang .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a {
  background: #003b5d;
}
.responsive-menu .wrap .lang .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a span {
  color: #ffffff;
}
.responsive-menu .wrap .lang .wpml-ls-legacy-list-horizontal ul li a {
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.responsive-menu .wrap .lang .wpml-ls-legacy-list-horizontal ul li a span {
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  color: #003b5d;
}
.responsive-menu.active {
  right: 0;
}

footer {
  padding: 64px 0;
  background: #003b5c;
}
footer .wrapper .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  grid-gap: 32px;
}
@media (max-width: 1024px) {
  footer .wrapper .wrap {
    grid-gap: 24px;
  }
}
@media (max-width: 768px) {
  footer .wrapper .wrap {
    flex-direction: column;
    grid-gap: 32px;
  }
}
footer .wrapper .wrap .logo {
  height: 90px;
  width: auto;
  display: block;
}
@media (max-width: 768px) {
  footer .wrapper .wrap .logo {
    height: 70px;
  }
}
footer .wrapper .wrap .contacts .phone-email {
  display: flex;
  flex-direction: column;
  grid-gap: 0px;
}
footer .wrapper .wrap .contacts .phone-email p {
  font-weight: 700;
  color: #fdb827;
  margin: 0;
}
footer .wrapper .wrap .contacts .phone-email p a {
  text-decoration: none;
  color: #fdb827;
}
footer .wrapper .wrap .contacts .text {
  margin: 16px 0 0;
}
footer .wrapper .wrap .contacts .text p {
  color: #ffffff;
}
footer .wrapper .wrap .credentials {
  max-width: 320px;
}
footer .wrapper .wrap .credentials p {
  margin: 0;
  color: #ffffff;
}
footer .wrapper .wrap .social {
  display: flex;
  grid-gap: 16px;
}
footer .wrapper .wrap .social a {
  text-decoration: none;
}
footer .wrapper .wrap .social a.youtube {
  width: 50px;
  height: 29px;
  background: url("../images/social-youtube.png") no-repeat top 2px left 0px;
  background-size: 90px;
  position: relative;
  top: 2px;
}
footer .wrapper .wrap .social a.youtube:hover {
  background-position: -52px 2px;
}
footer .wrapper .wrap .social a.linkedin {
  width: 29px;
  height: 28px;
  background: url("../images/social-linkedin.png") no-repeat;
}
footer .wrapper .wrap .social a.linkedin:hover {
  background-position: -51px 0px;
}

main.page-home .flexstart-header-section {
  padding: 0;
  height: 306px;
  display: flex;
  align-items: center;
  background-size: cover;
}
main.page-home .flexstart-header-section .wrapper .wrap .heading-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
main.page-home .flexstart-header-section .wrapper .wrap .heading-top-wrapper h1 {
  font-weight: 900;
  line-height: 1;
  margin: 0;
  text-align: center;
  color: #fdb827;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
main.page-home .flexstart-description {
  padding: 70px 0 30px;
  background: #003b5d;
}
main.page-home .flexstart-description .wrapper .wrap h2 {
  margin-bottom: 40px;
  color: #ffffff;
}
main.page-home .flexstart-description .wrapper .wrap .text * {
  color: #b3c4ce;
}
main.page-home .flexstart-links {
  margin: 0;
  padding: 0 0 100px;
  background: #003b5d;
}
main.page-home .flexstart-links .wrapper .wrap .wrap-links {
  display: grid;
  grid-gap: 36px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 768px) {
  main.page-home .flexstart-links .wrapper .wrap .wrap-links {
    grid-gap: 15px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
main.page-home .flexstart-links .wrapper .wrap .wrap-links .flex-side-item {
  background: #4d768d;
  transition: background 0.2s ease-in-out;
}
main.page-home .flexstart-links .wrapper .wrap .wrap-links .flex-side-item:hover {
  background: #fdb827;
}
main.page-home .flexstart-links .wrapper .wrap .wrap-links .flex-side-item * {
  color: #ffffff;
}
main.page-home .flexstart-links .wrapper .wrap .wrap-links .flex-side-item .flex-title img {
  filter: brightness(0) invert(1);
}
main.page-home .flexstart-features {
  padding: 70px 0 100px;
}
main.page-home .flexstart-features .wrapper .wrap h2 {
  margin-bottom: 50px;
}
main.page-home .flexstart-features .wrapper .wrap .features {
  display: grid;
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 768px) {
  main.page-home .flexstart-features .wrapper .wrap .features {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  main.page-home .flexstart-features .wrapper .wrap .features {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
main.page-home .flexstart-features .wrapper .wrap .features .single .icon-wrap {
  height: 140px;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  main.page-home .flexstart-features .wrapper .wrap .features .single .icon-wrap {
    height: 100px;
    width: 100px;
  }
}
main.page-home .flexstart-features .wrapper .wrap .features .single .icon-wrap img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
main.page-home .flexstart-features .wrapper .wrap .features .single .title {
  display: block;
  font-weight: 700;
  color: #00395a;
  font-size: 25px;
  line-height: 1.3;
  margin: 36px 0 16px;
}
@media (max-width: 480px) {
  main.page-home .flexstart-features .wrapper .wrap .features .single .title {
    margin: 20px 0 16px;
  }
}
main.page-home .flexstart-features .wrapper .wrap .features .single p {
  color: #33627d;
  line-height: 1.45;
}
main.page-home .flexstart-image .photo {
  height: 410px;
  width: 100%;
  max-width: 2048px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  main.page-home .flexstart-image .photo {
    height: 350px;
  }
}
@media (max-width: 768px) {
  main.page-home .flexstart-image .photo {
    height: 290px;
  }
}
main.page-home .flexstart-video video {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
main.page-home .flexstart-logos {
  padding: 70px 0 100px;
}
main.page-home .flexstart-logos .wrapper .wrap h2 {
  margin-bottom: 24px;
}
main.page-home .flexstart-logos .wrapper .wrap .logos {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  main.page-home .flexstart-logos .wrapper .wrap .logos {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  main.page-home .flexstart-logos .wrapper .wrap .logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  main.page-home .flexstart-logos .wrapper .wrap .logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
main.page-home .flexstart-logos .wrapper .wrap .logos .single {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 16px;
}
main.page-home .flexstart-logos .wrapper .wrap .logos .single.text-single span {
  font-weight: 700;
}
main.page-home .flexstart-logos .wrapper .wrap .logos .single img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
main.page-home .flexstart-cta-2 {
  background: #fdb827;
}
main.page-home .flexstart-cta-2 .wrapper .wrap .wrap-info {
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  main.page-home .flexstart-cta-2 .wrapper .wrap .wrap-info {
    flex-direction: column;
    grid-gap: 24px;
    align-items: center;
    justify-content: center;
  }
}
main.page-home .flexstart-cta-2 .wrapper .wrap .wrap-info h2 {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  main.page-home .flexstart-cta-2 .wrapper .wrap .wrap-info h2 {
    text-align: center;
  }
}
main.page-home .flexstart-cta-2 .wrapper .wrap .wrap-info h2:before {
  display: none;
}
main.page-home .flexstart-cta-2 .wrapper .wrap .wrap-info .btn {
  background: #003b5c;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 900;
  border: 0px solid #003b5c !important;
  border-radius: 100px;
  padding: 22px 48px;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  float: right;
  margin: 0;
  color: #ffffff;
  text-align: center;
  line-height: 1.2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
main.page-home .flexstart-cta-2 .wrapper .wrap .wrap-info .btn:hover {
  background: #ffffff;
  color: #003b5c;
}

main.page-flex-inner .news-events-top-section {
  padding: 0;
  height: 306px;
  display: flex;
  align-items: center;
}
main.page-flex-inner .news-events-top-section .wrapper .wrap .heading-top-wrapper h1 {
  margin: 0;
}
main.page-flex-inner .news-events-top-section .wrapper .wrap .heading-top-wrapper h1 .flex-title {
  display: block;
  text-align: center;
}
main.page-flex-inner .news-events-top-section .wrapper .wrap .heading-top-wrapper h1 .flex-title img {
  height: 90px;
  width: auto;
  display: block;
  margin: 0 auto;
  filter: brightness(0) invert(1);
}
main.page-flex-inner .flexstart-inner-about {
  background: #003b5d;
  padding: 70px 0 100px;
}
main.page-flex-inner .flexstart-inner-about .wrapper .wrap .main-heading {
  margin-bottom: 30px;
  color: #ffffff;
}
main.page-flex-inner .flexstart-inner-about .wrapper .wrap .text * {
  color: #b3c4ce;
}
main.page-flex-inner .flexstart-inner-description {
  background: #ffffff;
  padding: 70px 0 0;
}
main.page-flex-inner .flexstart-inner-description .wrapper .wrap.row-1 .main-heading {
  margin-bottom: 30px;
}
main.page-flex-inner .flexstart-inner-description .wrapper .wrap.row-1 .text * {
  color: #33627d;
}
main.page-flex-inner .flexstart-inner-description .wrapper .wrap.row-2 {
  margin-top: 60px;
}
main.page-flex-inner .flexstart-inner-description .wrapper .wrap.row-2 .wrap-info {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
}
@media (max-width: 768px) {
  main.page-flex-inner .flexstart-inner-description .wrapper .wrap.row-2 .wrap-info {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
main.page-flex-inner .flexstart-inner-description .wrapper .wrap.row-2 .wrap-info .single {
  padding: 32px 32px;
  background: #f2f5f7;
}
main.page-flex-inner .flexstart-inner-description .wrapper .wrap.row-2 .wrap-info .single h3 {
  font-size: 25px;
  color: #003b5d;
  line-height: 1.2;
  margin: 0;
}
main.page-flex-inner .flexstart-inner-description .wrapper .wrap.row-2 .wrap-info .single .text {
  margin: 30px 0 0;
}
main.page-flex-inner .flexstart-inner-description .wrapper .wrap.row-2 .wrap-info .single .text * {
  color: #33627d;
}
main.page-flex-inner .flexstart-inner-description .wrapper .wrap.row-2 .wrap-info .single .text ul {
  list-style-type: none;
  padding: 0;
}
main.page-flex-inner .flexstart-inner-description .wrapper .wrap.row-2 .wrap-info .single .text ul li {
  position: relative;
  padding: 0 0 0 32px;
}
main.page-flex-inner .flexstart-inner-description .wrapper .wrap.row-2 .wrap-info .single .text ul li:before {
  content: "";
  display: block;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  background: #fdb827;
  position: absolute;
  top: 9px;
  left: 13px;
}
main.page-flex-inner .flexstart-inner-description .wrapper .wrap.row-2 .wrap-info .single .text b, main.page-flex-inner .flexstart-inner-description .wrapper .wrap.row-2 .wrap-info .single .text strong {
  font-weight: 700;
}
main.page-flex-inner .flexstart-inner-description .wrapper .wrap.row-3 {
  margin-top: 60px;
}
main.page-flex-inner .flexstart-inner-description .wrapper .wrap.row-3 h3 {
  font-size: 25px;
  color: #003b5d;
  line-height: 1.2;
  margin: 0 0 30px;
}
main.page-flex-inner .flexstart-inner-description .wrapper .wrap.row-3 .list {
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}
main.page-flex-inner .flexstart-inner-description .wrapper .wrap.row-3 .list .single h4 {
  margin: 0;
  font-size: 20px;
  color: #003b5d;
}
main.page-flex-inner .flexstart-inner-description .wrapper .wrap.row-3 .list .single .text * {
  color: #33627d;
}
main.page-flex-inner .flexstart-inner-activity {
  padding: 70px 0 0;
}
main.page-flex-inner .flexstart-inner-activity .wrapper .wrap .main-heading {
  margin-bottom: 30px;
}
main.page-flex-inner .flexstart-inner-activity .wrapper .wrap h3 {
  font-size: 25px;
  color: #003b5d;
  line-height: 1.2;
  margin: 0 0 30px;
}
main.page-flex-inner .flexstart-inner-activity .wrapper .wrap .text * {
  color: #33627d;
}
main.page-flex-inner .flexstart-inner-activity .wrapper .wrap .text ul {
  list-style-type: none;
  padding: 0;
}
main.page-flex-inner .flexstart-inner-activity .wrapper .wrap .text ul li {
  position: relative;
  padding: 0 0 0 32px;
}
main.page-flex-inner .flexstart-inner-activity .wrapper .wrap .text ul li:before {
  content: "";
  display: block;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  background: #fdb827;
  position: absolute;
  top: 9px;
  left: 13px;
}
main.page-flex-inner .flexstart-inner-activity .wrapper .wrap .text b, main.page-flex-inner .flexstart-inner-activity .wrapper .wrap .text strong {
  font-weight: 700;
}
main.page-flex-inner .flexstart-inner-gallery {
  padding: 70px 0 70px;
}
main.page-flex-inner .flexstart-inner-gallery .wrapper .wrap .wrap-info {
  display: flex;
  justify-content: space-between;
  height: 515px;
}
@media (max-width: 480px) {
  main.page-flex-inner .flexstart-inner-gallery .wrapper .wrap .wrap-info {
    height: auto;
    flex-direction: column;
    grid-gap: 40px;
  }
}
main.page-flex-inner .flexstart-inner-gallery .wrapper .wrap .wrap-info .main-photo {
  width: calc(66.6666666667% - 15px);
  flex: none;
  height: 100%;
}
@media (max-width: 768px) {
  main.page-flex-inner .flexstart-inner-gallery .wrapper .wrap .wrap-info .main-photo {
    width: calc(66.6666666667% - 10px);
  }
}
@media (max-width: 480px) {
  main.page-flex-inner .flexstart-inner-gallery .wrapper .wrap .wrap-info .main-photo {
    width: 100%;
    height: 200px;
  }
}
main.page-flex-inner .flexstart-inner-gallery .wrapper .wrap .wrap-info .main-photo .photo {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
main.page-flex-inner .flexstart-inner-gallery .wrapper .wrap .wrap-info .gallery {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(33.3333333333% - 15px);
  flex: none;
}
@media (max-width: 768px) {
  main.page-flex-inner .flexstart-inner-gallery .wrapper .wrap .wrap-info .gallery {
    width: calc(33.3333333333% - 10px);
  }
}
@media (max-width: 480px) {
  main.page-flex-inner .flexstart-inner-gallery .wrapper .wrap .wrap-info .gallery {
    width: 100%;
    height: 200px;
  }
}
main.page-flex-inner .flexstart-inner-gallery .wrapper .wrap .wrap-info .gallery .v-carousel-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
main.page-flex-inner .flexstart-inner-gallery .wrapper .wrap .wrap-info .gallery .v-carousel-wrapper .vertical-owl {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
main.page-flex-inner .flexstart-inner-gallery .wrapper .wrap .wrap-info .gallery .v-carousel-wrapper .vertical-owl .v-carousel-track {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
main.page-flex-inner .flexstart-inner-gallery .wrapper .wrap .wrap-info .gallery .v-carousel-wrapper .vertical-owl .v-carousel-track > * {
  flex-shrink: 0;
  margin-bottom: 10px;
  width: 100%;
  height: calc(33.3333333333% - 6.66px);
}
@media (max-width: 480px) {
  main.page-flex-inner .flexstart-inner-gallery .wrapper .wrap .wrap-info .gallery .v-carousel-wrapper .vertical-owl .v-carousel-track > * {
    height: 100%;
  }
}
main.page-flex-inner .flexstart-inner-gallery .wrapper .wrap .wrap-info .gallery .v-carousel-wrapper .vertical-owl .v-carousel-track a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
main.page-flex-inner .flexstart-inner-gallery .wrapper .wrap .wrap-info .gallery .v-carousel-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background: none;
  border: none;
  width: auto;
  height: auto;
  cursor: pointer;
  transition: all 0.3s;
}
main.page-flex-inner .flexstart-inner-gallery .wrapper .wrap .wrap-info .gallery .v-carousel-prev {
  font-size: 50px;
  color: #333;
  transform: rotate(90deg);
  left: 0;
  right: 0;
  top: -45px;
  width: 30px;
  margin: 0 auto;
}
main.page-flex-inner .flexstart-inner-gallery .wrapper .wrap .wrap-info .gallery .v-carousel-next {
  font-size: 50px;
  color: #333;
  transform: rotate(90deg);
  left: 0;
  right: 0;
  bottom: -45px;
  width: 30px;
  margin: 0 auto;
}
main.page-flex-inner .flexstart-inner-back {
  margin: 0 0 60px;
}
main.page-flex-inner .flexstart-inner-back .single-footer {
  margin-top: 0;
}

main.page-contacts .news-events-top-section {
  padding: 0;
  height: 306px;
  display: flex;
  align-items: center;
}
main.page-contacts .news-events-top-section .wrapper .wrap .heading-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
main.page-contacts .news-events-top-section .wrapper .wrap .heading-top-wrapper h1 {
  font-weight: 900;
  line-height: 1;
  margin: 0;
  text-align: center;
  color: #fdb827;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
main.page-contacts .form-map-section {
  padding: 100px 0;
}
@media (max-width: 768px) {
  main.page-contacts .form-map-section {
    padding: 70px 0;
  }
}
main.page-contacts .form-map-section .wrapper .wrap {
  display: flex;
  grid-gap: 30px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  main.page-contacts .form-map-section .wrapper .wrap {
    flex-direction: column;
  }
}
main.page-contacts .form-map-section .wrapper .wrap .form-side {
  width: calc(58% - 15px);
}
@media (max-width: 768px) {
  main.page-contacts .form-map-section .wrapper .wrap .form-side {
    width: 100%;
  }
}
main.page-contacts .form-map-section .wrapper .wrap .form-side h2 {
  margin-bottom: 25px;
}
main.page-contacts .form-map-section .wrapper .wrap .form-side .form-wrap {
  padding: 25px;
  background: #f2f2f2;
}
main.page-contacts .form-map-section .wrapper .wrap .form-side .form-wrap label {
  margin: 0 0 10px;
  font-size: 16px;
}
main.page-contacts .form-map-section .wrapper .wrap .form-side .form-wrap .wpcf7-form-control-wrap {
  margin-bottom: 20px;
  display: block;
}
main.page-contacts .form-map-section .wrapper .wrap .form-side .form-wrap .wpcf7-form-control-wrap input,
main.page-contacts .form-map-section .wrapper .wrap .form-side .form-wrap .wpcf7-form-control-wrap textarea,
main.page-contacts .form-map-section .wrapper .wrap .form-side .form-wrap .wpcf7-form-control-wrap select {
  height: 39px;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #003b5c;
  background: none;
  width: 100%;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main.page-contacts .form-map-section .wrapper .wrap .form-side .form-wrap .wpcf7-form-control-wrap input.placeholder,
main.page-contacts .form-map-section .wrapper .wrap .form-side .form-wrap .wpcf7-form-control-wrap textarea.placeholder,
main.page-contacts .form-map-section .wrapper .wrap .form-side .form-wrap .wpcf7-form-control-wrap select.placeholder {
  color: #989090;
}
main.page-contacts .form-map-section .wrapper .wrap .form-side .form-wrap .wpcf7-form-control-wrap input:-moz-placeholder,
main.page-contacts .form-map-section .wrapper .wrap .form-side .form-wrap .wpcf7-form-control-wrap textarea:-moz-placeholder,
main.page-contacts .form-map-section .wrapper .wrap .form-side .form-wrap .wpcf7-form-control-wrap select:-moz-placeholder {
  color: #989090;
}
main.page-contacts .form-map-section .wrapper .wrap .form-side .form-wrap .wpcf7-form-control-wrap input::-moz-placeholder,
main.page-contacts .form-map-section .wrapper .wrap .form-side .form-wrap .wpcf7-form-control-wrap textarea::-moz-placeholder,
main.page-contacts .form-map-section .wrapper .wrap .form-side .form-wrap .wpcf7-form-control-wrap select::-moz-placeholder {
  color: #989090;
}
main.page-contacts .form-map-section .wrapper .wrap .form-side .form-wrap .wpcf7-form-control-wrap input:-ms-input-placeholder,
main.page-contacts .form-map-section .wrapper .wrap .form-side .form-wrap .wpcf7-form-control-wrap textarea:-ms-input-placeholder,
main.page-contacts .form-map-section .wrapper .wrap .form-side .form-wrap .wpcf7-form-control-wrap select:-ms-input-placeholder {
  color: #989090;
}
main.page-contacts .form-map-section .wrapper .wrap .form-side .form-wrap .wpcf7-form-control-wrap input::-webkit-input-placeholder,
main.page-contacts .form-map-section .wrapper .wrap .form-side .form-wrap .wpcf7-form-control-wrap textarea::-webkit-input-placeholder,
main.page-contacts .form-map-section .wrapper .wrap .form-side .form-wrap .wpcf7-form-control-wrap select::-webkit-input-placeholder {
  color: #989090;
}
main.page-contacts .form-map-section .wrapper .wrap .form-side .form-wrap .wpcf7-form-control-wrap textarea {
  height: 150px;
}
main.page-contacts .form-map-section .wrapper .wrap .form-side .form-wrap .wpcf7-form-control-wrap select {
  color: #989090;
}
main.page-contacts .form-map-section .wrapper .wrap .form-side .form-wrap .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 12px;
  position: relative;
  top: 5px;
  left: 2px;
}
main.page-contacts .form-map-section .wrapper .wrap .form-side .form-wrap .center-btn {
  text-align: center;
}
main.page-contacts .form-map-section .wrapper .wrap .form-side .form-wrap .wpcf7-spinner {
  display: none !important;
}
main.page-contacts .form-map-section .wrapper .wrap .form-side .form-wrap .wpcf7-submit {
  font-size: 16px;
  font-weight: 900;
  border: 0px solid #003b5c !important;
  border-radius: 100px;
  padding: 10px 30px 10px 30px;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  margin: 18px 15px 0px 0;
  background: #fdb827;
  color: #003b5c;
  cursor: pointer;
}
main.page-contacts .form-map-section .wrapper .wrap .map-side {
  display: flex;
  flex-direction: column;
  grid-gap: 25px;
  width: calc(42% - 15px);
}
@media (max-width: 768px) {
  main.page-contacts .form-map-section .wrapper .wrap .map-side {
    width: 100%;
  }
}
main.page-contacts .form-map-section .wrapper .wrap .map-side .map {
  padding: 0 0 52%;
  position: relative;
}
main.page-contacts .form-map-section .wrapper .wrap .map-side .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
}
main.page-contacts .form-map-section .wrapper .wrap .map-side .contacts {
  padding: 30px;
  background: #f2f2f2;
}
main.page-contacts .form-map-section .wrapper .wrap .map-side .contacts .title {
  display: block;
  font-size: 18px;
  color: #003b5c;
  margin-bottom: 15px;
  font-weight: 700;
}
main.page-contacts .form-map-section .wrapper .wrap .map-side .contacts .text * {
  color: #4d768d;
}
main.page-contacts .form-map-section .wrapper .wrap .map-side .contacts .text .ct-phone {
  display: block;
  color: #4d768d;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 5px;
}
main.page-contacts .form-map-section .wrapper .wrap .map-side .contacts .text .ct-phone a {
  color: #4d768d;
  text-decoration: none;
}
main.page-contacts .form-map-section .wrapper .wrap .map-side .contacts .text .ct-email {
  display: block;
  color: #fdb827;
  font-size: 18px;
}
main.page-contacts .form-map-section .wrapper .wrap .map-side .contacts .text .ct-email a {
  color: #fdb827;
  text-decoration: none;
}

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