@font-face {
  font-family: "regular";
  src: url("../fonts/regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-stretch: normal; }

@font-face {
  font-family: "medium";
  src: url("../fonts/medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-stretch: normal; }

@font-face {
  font-family: "semiBold";
  src: url("../fonts/semiBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-stretch: normal; }

/*! 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; }

/* 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 */
  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; }

.animated {
  animation-duration: 0.7s;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@keyframes slideRight {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50%, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -50%, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-20%, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(20%, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ""; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.glightbox-clean .gslide-media {
  box-shadow: none !important; }

.banner-slider.slick-initialized .slick-slide {
  opacity: 1 !important; }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container-xs,
.container-sm,
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .container-xs,
  .container-sm,
  .container {
    max-width: 540px; }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .container-xs,
  .container-sm,
  .container {
    max-width: 720px; }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 992px) {
  .container-sm,
  .container {
    max-width: 960px;
    padding-right: 15px;
    padding-left: 15px; }
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1536px) {
  .container {
    max-width: 1350px; } }

@media (min-width: 1700px) {
  .container {
    max-width: 1550px; } }

*,
*:after,
*:before {
  box-sizing: border-box; }

::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

::-webkit-scrollbar-track {
  background: #f1f1f1; }

::-webkit-scrollbar-thumb {
  background: #000; }

::-webkit-scrollbar-thumb:hover {
  background: #555; }

html {
  height: 100%;
  width: 100%;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  scrollbar-gutter: stable;
  scroll-behavior: smooth; }

body {
  margin: 0;
  padding: 80px 0 0;
  font-family: "regular", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #111;
  background-color: #fff;
  min-width: 320px; }
  body.index-page {
    padding-top: 0 !important; }

body.fixed,
body.locked {
  overflow: hidden; }

main {
  flex: 1 1 0%; }

a,
button {
  cursor: pointer; }

picture {
  display: flex;
  align-items: center;
  justify-content: center; }

table {
  border-collapse: collapse; }

p {
  margin: 0 0 15px; }

img {
  max-width: 100%; }

iframe {
  display: block;
  max-width: 100%; }

b,
strong {
  font-family: "semiBold", Arial, sans-serif;
  font-weight: normal; }

@media (min-width: 1200px) {
  body {
    font-size: 15px; } }

@media (min-width: 1420px) {
  body {
    padding: 88px 0 0; } }

@media (min-width: 1536px) {
  body {
    font-size: 16px; } }

@media (min-width: 1700px) {
  body {
    padding-top: 94px; } }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.3;
  color: inherit;
  font-family: "semiBold", Arial, sans-serif;
  font-weight: normal; }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0;
  margin-bottom: 12px; }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h1,
.h1 {
  font-size: 32px; }

h2,
.h2 {
  font-size: 28px;
  line-height: 1.2; }

h3,
.h3 {
  font-size: 24px; }

h4,
.h4 {
  font-size: 18px; }

h5,
.h5 {
  font-size: 14px; }

h6,
.h6 {
  font-size: 12px; }

.title-group {
  margin-bottom: 30px; }
  .title-group h1,
  .title-group .h1,
  .title-group .h2,
  .title-group h2 {
    font-size: 44px;
    font-family: "semiBold", Arial, sans-serif;
    margin: 0;
    letter-spacing: 0.5px; }
  .title-group .suptitle {
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 5px; }
    .title-group .suptitle svg {
      fill: #40abe1; }
    .title-group .suptitle .h3,
    .title-group .suptitle h3 {
      margin: -6px 0 0;
      font-size: 20px;
      text-transform: uppercase;
      color: #40abe1; }
    .title-group .suptitle .path-1,
    .title-group .suptitle .path-2,
    .title-group .suptitle .path-3 {
      transition: 500ms ease-in-out; }
    .title-group .suptitle .path-1 {
      transform: translateX(-40px);
      transition-delay: 0.2s; }
    .title-group .suptitle .path-2 {
      transform: translateX(-40px);
      transition-delay: 0.4s; }
    .title-group .suptitle .path-3 {
      transform: translateX(-40px);
      transition-delay: 0.6s; }
    .title-group .suptitle .animated .path-1 {
      transform: translateX(0); }
    .title-group .suptitle .animated .path-2 {
      transform: translateX(0); }
    .title-group .suptitle .animated .path-3 {
      transform: translateX(0); }
  .title-group.text-center .suptitle {
    display: flex;
    justify-content: center; }

@media (max-width: 1699px) {
  .title-group {
    margin-bottom: 40px; }
    .title-group h1,
    .title-group .h1,
    .title-group .h2,
    .title-group h2 {
      font-size: 36px; }
  h1,
  .h1 {
    font-size: 30px; }
  h2,
  .h2 {
    font-size: 26px;
    line-height: 1.4; }
  h3,
  .h3 {
    font-size: 20px; }
  h4,
  .h4 {
    font-size: 16px; } }

@media (max-width: 1536px) {
  .title-group {
    margin-bottom: 30px; }
    .title-group h1,
    .title-group .h1,
    .title-group .h2,
    .title-group h2 {
      font-size: 32px; }
    .title-group .suptitle .h3,
    .title-group .suptitle h3 {
      font-size: 18px;
      margin-top: -4px; }
  h1,
  .h1 {
    font-size: 28px; }
  h2,
  .h2 {
    font-size: 22px;
    line-height: 1.4; }
  h3,
  .h3 {
    font-size: 18px; }
  h4,
  .h4 {
    font-size: 14px; }
  h5,
  .h5 {
    font-size: 13px; } }

@media (max-width: 1199px) {
  .title-group h1,
  .title-group .h1,
  .title-group .h2,
  .title-group h2 {
    font-size: 28px; }
  .title-group .suptitle .h3,
  .title-group .suptitle h3 {
    font-size: 16px;
    margin-top: -4px; }
  .title-group .suptitle svg {
    width: 30px;
    height: 16px; }
  h1,
  .h1 {
    font-size: 24px; }
  h2,
  .h2 {
    font-size: 20px;
    line-height: 1.4; }
  h3,
  .h3 {
    font-size: 18px; } }

@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 22px; }
  .title-group h1,
  .title-group .h1,
  .title-group .h2,
  .title-group h2 {
    font-size: 24px; }
  .title-group .suptitle .h3,
  .title-group .suptitle h3 {
    font-size: 14px;
    margin-top: -4px; }
  .title-group .suptitle svg {
    width: 28px;
    height: 14px; } }

@media (max-width: 767px) {
  .title-group {
    margin-bottom: 25px; }
    .title-group h1,
    .title-group .h1,
    .title-group .h2,
    .title-group h2 {
      font-size: 28px; } }

@media (max-width: 575px) {
  .title-group h1,
  .title-group .h1,
  .title-group .h2,
  .title-group h2 {
    font-size: 24px; } }

.wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.align-center {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.justify-center {
  justify-content: center !important; }

.text-uppercase {
  text-transform: uppercase; }

.align-center.justify-center {
  align-items: center; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.fill-white {
  background-color: #fff; }

.fill-gray {
  background-color: #dfe7f3; }

.w-100 {
  width: 100%; }

.double-column {
  column-count: 2;
  column-gap: 50px; }

.skew-left {
  height: 80px;
  width: 500px;
  background-color: #fff;
  transform: skewX(30deg); }

.skew-right {
  height: 80px;
  width: 500px;
  background-color: #fff;
  transform: skewX(-30deg); }

#result .h3,
#result h3 {
  text-align: center;
  font-size: 18px;
  margin: 0;
  padding: 10px 0 0;
  text-transform: unset; }

@media (max-width: 1199px) {
  .double-column {
    column-count: 1; } }

@media (max-width: 767px) {
  #result .h3,
  #result h3 {
    font-size: 16px; } }

.main-header {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: 0.25s;
  padding-top: 12px;
  padding-bottom: 12px; }
  .main-header.fixed {
    padding-top: 5px;
    padding-bottom: 5px; }
  .main-header .container {
    display: flex;
    align-items: center; }
  .main-header .home-link {
    margin-right: auto;
    display: flex;
    gap: 12px;
    transition: 0.25s; }
    .main-header .home-link .logo-img {
      width: 42px;
      height: 43px;
      display: block;
      transition: 0.25s; }
    .main-header .home-link .logo-text {
      width: 130px;
      height: 40px;
      display: block;
      transition: 0.25s; }
  .main-header .btn-primary {
    flex-shrink: 0;
    width: 42px;
    height: 34px;
    padding: 0;
    margin-left: 20px;
    text-transform: uppercase;
    user-select: none; }
  .main-header .main-nav {
    margin-bottom: 20px; }
  .main-header .main-nav > a,
  .main-header .main-nav .nav-link {
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    font-size: 20px;
    color: #111;
    text-decoration: none;
    margin-bottom: 12px;
    font-family: "medium", Arial, sans-serif; }
  .main-header .nav-dropdown {
    margin-bottom: 18px;
    position: relative; }
  .main-header .nav-dropdown-box {
    padding-left: 5px; }
    .main-header .nav-dropdown-box a {
      display: block;
      font-size: 16px;
      text-decoration: none;
      border-radius: 5px;
      color: #111;
      padding: 5px 8px;
      margin-bottom: 5px; }
  .main-header .header-lang {
    position: absolute;
    top: 16px;
    left: 21px;
    font-size: 17px; }
    .main-header .header-lang a {
      color: #b6c0c5;
      text-decoration: none;
      margin-right: 5px; }
      .main-header .header-lang a.active {
        color: #40abe1;
        pointer-events: none; }

.index-page .main-header {
  background-color: rgba(17, 17, 17, 0.1); }
  .index-page .main-header .logo-text {
    filter: brightness(0) invert(1); }
  .index-page .main-header .nav-toggle span {
    background-color: #fff; }
  .index-page .main-header.fixed {
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(50px); }

.nav-toggle {
  background-color: transparent;
  outline: 0;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin-left: 20px;
  user-select: none; }
  .nav-toggle span {
    width: 30px;
    height: 2px;
    border-radius: 3px;
    background-color: #111;
    display: block;
    margin: 8px 0; }

.slide-nav {
  position: fixed;
  display: block;
  width: 100%;
  max-width: 420px;
  left: 0;
  top: 0;
  background-color: #fff;
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  padding: 70px 50px 80px 20px;
  transition: 0.3s;
  z-index: 1000;
  transform: translateX(-120%);
  background-size: 45px; }

.slide-nav .contact-holder {
  margin-top: 25px; }

.slide-nav.visible {
  transform: translateX(0); }

.nav-close {
  position: absolute;
  top: 10px;
  right: 8px;
  width: 36px;
  height: 36px;
  border: 0;
  outline: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none'%3E%3Cpath fill='%23000' d='M15 18.194 3.821 29.373c-.418.418-.95.627-1.597.627-.646 0-1.178-.21-1.597-.627C.21 28.954 0 28.423 0 27.776s.21-1.179.627-1.597L11.807 15 .626 3.821C.21 3.403 0 2.871 0 2.224 0 1.578.21 1.046.627.627 1.046.21 1.578 0 2.224 0c.647 0 1.179.21 1.597.627L15 11.807 26.179.626C26.597.21 27.129 0 27.776 0c.646 0 1.178.21 1.597.627.418.419.627.951.627 1.597 0 .647-.21 1.179-.627 1.597L18.193 15l11.18 11.179c.418.418.627.95.627 1.597 0 .646-.21 1.178-.627 1.597-.419.418-.95.627-1.597.627s-1.179-.21-1.597-.627L15 18.193Z'/%3E%3C/svg%3E") no-repeat center;
  background-size: 16px;
  user-select: none; }

.navigation-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110vh;
  z-index: 999;
  background: rgba(34, 115, 138, 0.8); }
  .navigation-backdrop.visible {
    display: block !important; }

@media (min-width: 576px) {
  .index-page .main-header .logo-text {
    width: 140px;
    height: 43px; } }

@media (min-width: 992px) {
  .main-header .btn-primary {
    width: auto;
    height: 42px;
    padding: 5px 30px; }
    .main-header .btn-primary img {
      display: none !important; }
    .main-header .btn-primary span {
      display: block !important; } }

@media (min-width: 1200px) {
  .nav-toggle,
  .nav-close {
    display: none; }
  .main-header .header-lang {
    position: static; }
  .index-page .main-header .main-nav > a,
  .index-page .main-header .main-nav .nav-link {
    color: #fff; }
  .main-header .main-nav > a,
  .main-header .main-nav .nav-link {
    font-size: 15px;
    margin-bottom: 0;
    cursor: pointer;
    transition: 0.25s; }
    .main-header .main-nav > a.active, .main-header .main-nav > a:hover,
    .main-header .main-nav .nav-link.active,
    .main-header .main-nav .nav-link:hover {
      color: #40abe1; }
  .main-header .main-nav .nav-link {
    position: relative;
    z-index: 2; }
  .slide-nav {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    position: relative;
    right: auto;
    top: auto;
    height: auto;
    width: auto;
    padding: 0 0 0 20px;
    transform: unset !important;
    overflow: visible;
    margin: 0;
    z-index: 10;
    max-width: none;
    background-color: transparent;
    background-image: unset;
    transition: none; }
  .main-header .main-nav {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 0 auto; }
  .main-header .nav-dropdown {
    margin-bottom: 0; }
    .main-header .nav-dropdown:hover .nav-dropdown-box {
      opacity: 1;
      pointer-events: auto; }
    .main-header .nav-dropdown:hover .nav-link:after {
      transform: rotate(180deg); }
  .main-nav .nav-link {
    position: relative;
    padding-right: 14px; }
  .main-nav .nav-link:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid #466d6a;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    right: 0;
    top: calc(50% - 4px);
    transform-origin: center;
    transition: 0.25s; }
  .main-header .header-lang {
    font-size: 15px;
    margin-left: 20px; }
    .main-header .header-lang a:hover {
      color: #111; }
  .main-header .main-nav > a {
    position: relative;
    white-space: nowrap; }
  .main-header .main-nav > a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #40abe1;
    top: 100%;
    left: 0;
    pointer-events: none;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 300ms ease-in-out; }
  .main-header .main-nav > a.active:after,
  .main-header .main-nav > a:hover:after {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1); } }

@media (min-width: 1536px) {
  .main-header .header-lang,
  .main-header .main-nav > a,
  .main-header .main-nav .nav-link {
    font-size: 16px; }
  .main-header .header-lang {
    margin-left: 30px; }
  .main-header.fixed .home-link {
    transform: scale(0.8); }
  .main-header .home-link .logo-img {
    width: 57px;
    height: 58px; }
  .main-header .home-link .logo-text {
    width: 185px;
    height: 57px; } }

@media (min-width: 1700px) {
  .main-header {
    padding-top: 20px;
    padding-bottom: 20px; }
  .main-header.fixed {
    padding-top: 10px;
    padding-bottom: 10px; }
  .slide-nav .dropdown-box-inner a {
    font-size: 16px; } }

@media (min-width: 2000px) {
  .main-header .main-nav {
    gap: 50px; } }

.breadcrumb {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 15px 0 70px;
  align-items: center;
  background-color: transparent;
  list-style: none;
  white-space: nowrap;
  font-size: 14px;
  position: relative;
  z-index: 3; }

.breadcrumb-item {
  white-space: nowrap; }

.breadcrumb-item:last-child {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 500px;
  color: #989b9f; }

.breadcrumb-item + .breadcrumb-item:before {
  content: "//";
  display: inline-block;
  background-size: contain;
  margin: 0 5px;
  color: #40abe1;
  position: relative;
  top: 1px; }

.breadcrumb a {
  color: #111;
  text-decoration: none; }

.breadcrumb a:hover {
  text-decoration: underline; }

@media (max-width: 1699px) {
  .breadcrumb {
    margin-bottom: 50px; } }

@media (max-width: 1536px) {
  .breadcrumb .breadcrumb-item {
    font-size: 12px; }
  .breadcrumb-item + .breadcrumb-item:before {
    width: 6px;
    height: 10px;
    margin: 0 6px -1px 3px; } }

@media (max-width: 1199px) {
  .breadcrumb .breadcrumb-item {
    max-width: 220px; } }

@media (max-width: 575px) {
  .breadcrumb {
    display: flex; }
  .breadcrumb {
    margin-bottom: 40px; }
  .default-breadcrumb {
    margin-bottom: 30px; } }

.btn-primary {
  color: #fff;
  background-color: #40abe1;
  border-radius: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 30px;
  height: 42px;
  transition: 0.25s;
  cursor: pointer;
  font-size: inherit; }

.btn-primary:hover {
  background-color: #2d96cb; }

.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(45, 150, 203, 0.3); }

.btn-outline {
  border: 1px solid #40abe1;
  background-color: #fff;
  color: #40abe1;
  border-radius: 0;
  outline: 0;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 5px 30px;
  height: 42px;
  transition: 0.25s;
  cursor: pointer;
  font-size: inherit;
  font-family: "medium", Arial, sans-serif; }
  .btn-outline svg {
    fill: #40abe1;
    width: 18px;
    height: 18px;
    transition: 0.25s; }
  .btn-outline:hover {
    background-color: #40abe1;
    color: #fff;
    gap: 12px; }
    .btn-outline:hover svg {
      fill: #fff; }

.btn-outline.w-100 {
  height: 60px;
  font-size: 18px; }

@media (max-width: 1699px) {
  .btn-outline.w-100 {
    height: 50px;
    font-size: 16px; } }

@media (max-width: 1199px) {
  .btn-primary {
    height: 46px; } }

.banner-holder {
  position: relative; }
  .banner-holder .skew-left {
    position: absolute;
    bottom: -1px;
    right: 50%;
    width: 80vw;
    height: 70px;
    background-color: #f1f5fb; }

.banner-slider .banner-item {
  height: 1000px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  padding-bottom: 90px; }
  .banner-slider .banner-item:first-child {
    display: flex !important; }

.banner-slider.slick-initialized .banner-item {
  display: flex !important; }

.banner-slider .col-lg-6 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  .banner-slider .col-lg-6:first-child {
    padding-bottom: 80px; }
  .banner-slider .col-lg-6:last-child {
    font-size: 22px;
    padding-left: 100px; }

.banner-slider picture {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1; }
  .banner-slider picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .banner-slider picture:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 120%); }

.banner-slider .banner-content {
  position: relative;
  z-index: 2; }
  .banner-slider .banner-content .h1,
  .banner-slider .banner-content h1,
  .banner-slider .banner-content h2,
  .banner-slider .banner-content .h2 {
    font-size: 62px;
    text-shadow: 4px 2px 4px rgba(0, 0, 0, 0.5);
    text-transform: uppercase; }
  .banner-slider .banner-content p {
    font-size: 24px; }
  .banner-slider .banner-content .btn-primary {
    font-size: 22px;
    height: auto;
    padding: 12px 30px;
    letter-spacing: 0.5px;
    margin-top: 20px; }

.banner-slider .slick-dots {
  position: absolute;
  right: 15px;
  top: calc(100% + 5px);
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: flex;
  justify-content: flex-end; }

.banner-slider .slick-dots li {
  margin: 0 3px;
  height: 14px;
  display: block; }

.banner-slider .slick-dots li.slick-active button {
  background-color: #40abe1;
  border: 1px solid #40abe1; }

.banner-slider .slick-dots button {
  background-color: transparent;
  border: 1px solid #40abe1;
  font-size: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: block; }

@media (max-width: 2000px) {
  .banner-slider .banner-item {
    height: 820px; } }

@media (max-width: 1699px) {
  .banner-slider .banner-item {
    height: 700px; }
  .banner-holder .skew-left {
    height: 60px; }
  .banner-slider .banner-content .h1,
  .banner-slider .banner-content h1,
  .banner-slider .banner-content h2,
  .banner-slider .banner-content .h2 {
    font-size: 52px; }
  .banner-slider .banner-content p {
    font-size: 20px; }
  .banner-slider .col-lg-6:first-child {
    padding-bottom: 40px; } }

@media (max-width: 1535px) {
  .banner-holder .skew-left {
    height: 50px; }
  .banner-slider .banner-item {
    height: 600px; }
  .banner-slider .banner-content .h1,
  .banner-slider .banner-content h1,
  .banner-slider .banner-content h2,
  .banner-slider .banner-content .h2 {
    font-size: 44px; }
  .banner-slider .banner-content p {
    font-size: 18px; } }

@media (max-width: 1199px) {
  .banner-slider .col-lg-6:first-child {
    padding-bottom: 80px; }
  .banner-slider .banner-item {
    padding-bottom: 50px; }
  .banner-slider .banner-content .h1,
  .banner-slider .banner-content h1,
  .banner-slider .banner-content h2,
  .banner-slider .banner-content .h2 {
    font-size: 38px; }
  .banner-slider .banner-content p {
    font-size: 16px; } }

@media (max-width: 991px) {
  .banner-holder .skew-left {
    height: 30px; }
  .banner-slider .col-lg-6:first-child {
    padding-bottom: 0; }
  .banner-slider .col-lg-6:last-child {
    padding-left: 15px; }
  .banner-slider .banner-content .h1,
  .banner-slider .banner-content h1,
  .banner-slider .banner-content h2,
  .banner-slider .banner-content .h2 {
    font-size: 32px; }
  .banner-slider .banner-item {
    padding-top: 67px;
    justify-content: center;
    height: 70vh; } }

@media (max-width: 575px) {
  .banner-slider .banner-content .h1,
  .banner-slider .banner-content h1,
  .banner-slider .banner-content h2,
  .banner-slider .banner-content .h2 {
    font-size: 28px; }
  .banner-slider .banner-content p {
    font-size: 14px; } }

.index-services {
  padding-top: 150px; }
  .index-services .title-group {
    margin-bottom: 60px; }
  .index-services .row {
    margin-left: -25px;
    margin-right: -25px; }
  .index-services .col-lg-6 {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px; }
  .index-services .item-body {
    display: flex;
    align-items: flex-start;
    gap: 20px; }
  .index-services .service-item {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px; }
  .index-services .item-img {
    height: 170px;
    flex: 0 0 220px; }
    .index-services .item-img picture {
      width: 100%;
      height: 100%; }
      .index-services .item-img picture img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .index-services .item-img,
  .index-services .item-text {
    position: relative; }
    .index-services .item-img:after,
    .index-services .item-text:after {
      content: "";
      border-right: 30px solid #fff;
      border-bottom: 30px solid transparent;
      border-left: 30px solid transparent;
      position: absolute;
      right: 0;
      top: 0; }
  .index-services .item-text {
    background-color: #f1f5fb;
    min-height: 170px;
    display: flex;
    align-items: center;
    padding: 20px 20px 5px;
    font-size: 14px;
    flex: 0 0 calc(100% - 240px); }
  .index-services .item-footer {
    flex: 0 0 100%; }
    .index-services .item-footer .h3,
    .index-services .item-footer h3 {
      font-size: 24px;
      font-family: "medium", Arial, sans-serif;
      max-width: 460px; }

.services-start {
  margin-bottom: 100px; }
  .services-start .col-lg-5 {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .services-start .title-group .h1,
  .services-start .title-group h1,
  .services-start .title-group .h2,
  .services-start .title-group h2 {
    margin-bottom: 10px; }
  .services-start .title-group p {
    font-size: 18px;
    max-width: 760px; }

.services-section .service-item {
  display: flex;
  align-items: stretch;
  gap: 50px;
  margin-bottom: 80px; }
  .services-section .service-item:nth-child(even) {
    flex-direction: row-reverse;
    gap: 0; }
    .services-section .service-item:nth-child(even) .item-text {
      padding-right: 50px;
      background-color: #f1f5fb;
      padding-left: 2px; }
      .services-section .service-item:nth-child(even) .item-text:before {
        content: "";
        position: absolute;
        top: 0;
        right: calc(100% - 2px);
        bottom: 0;
        width: 100vw;
        background-color: #f1f5fb; }

.services-section .item-img {
  position: relative;
  flex: 0 0 600px;
  height: 420px; }
  .services-section .item-img picture {
    width: 100%;
    height: 100%; }
  .services-section .item-img img {
    display: block;
    width: 100%;
    height: 100%; }
  .services-section .item-img:after {
    content: "";
    border-right: 70px solid #fff;
    border-bottom: 70px solid transparent;
    border-left: 70px solid transparent;
    position: absolute;
    right: 0;
    top: 0; }

.services-section .item-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative; }
  .services-section .item-text .h3,
  .services-section .item-text h3 {
    font-size: 30px; }

@media (max-width: 1699px) {
  .services-start .title-group {
    padding-right: 30px; }
  .services-start .title-group p {
    font-size: 16px; }
  .services-start {
    margin-bottom: 80px; }
  .services-section .item-text .h3,
  .services-section .item-text h3 {
    font-size: 26px; } }

@media (max-width: 1535px) {
  .index-services .title-group {
    margin-bottom: 40px; }
  .index-services .service-item {
    gap: 0;
    min-height: 100%;
    background-color: #f1f5fb;
    flex-direction: column; }
  .index-services .item-img {
    flex: unset;
    width: 100%;
    height: 340px;
    order: 1; }
  .index-services .item-text {
    flex: 0 0 100%;
    order: 3;
    padding-top: 0;
    align-items: flex-start;
    min-height: auto; }
  .index-services .item-text:after {
    display: none; }
  .index-services .item-footer {
    order: 2;
    background-color: #f1f5fb;
    padding: 10px 20px; }
  .index-services .item-footer .h3,
  .index-services .item-footer h3 {
    max-width: none;
    margin: 0; }
  .index-services {
    padding-top: 120px; }
  .services-start .title-group p {
    font-size: 14px; }
  .services-start {
    margin-bottom: 60px; }
  .services-section .item-img {
    flex: 0 0 500px;
    height: 360px; }
  .services-section .item-text .h3,
  .services-section .item-text h3 {
    font-size: 22px; }
  .index-services .item-footer .h3,
  .index-services .item-footer h3 {
    font-size: 20px;
    font-family: "semiBold", Arial, sans-serif; }
  .services-section .item-img:after {
    border-right: 60px solid #fff;
    border-bottom: 60px solid transparent;
    border-left: 60px solid transparent; }
  .services-start {
    margin-bottom: 40px; } }

@media (max-width: 1199px) {
  .services-start .title-group {
    padding-right: 0; }
  .index-services .item-img {
    height: 280px; }
  .index-services .item-footer .h3,
  .index-services .item-footer h3 {
    font-size: 20px; }
  .services-section .service-item:nth-child(even) .item-text:before {
    display: none; }
  .services-section .service-item:nth-child(even) .item-text {
    background-color: transparent;
    padding-left: 0; }
  .services-section .service-item {
    gap: 40px;
    margin-bottom: 50px; }
  .services-section .item-text .h3,
  .services-section .item-text h3 {
    font-size: 20px; }
  .services-section .item-img {
    flex: 0 0 320px;
    height: 220px; } }

@media (max-width: 991px) {
  .services-start .img-container {
    display: none; }
  .services-section .service-item {
    display: block; }
  .index-services .item-img {
    height: 420px; }
  .services-section .item-img {
    height: 420px;
    margin-bottom: 12px; }
  .services-start {
    margin-bottom: 10px; }
  .index-services {
    padding-top: 60px; } }

@media (max-width: 767px) {
  .index-services .item-img {
    height: 340px; }
  .services-section .item-img {
    height: 340px; }
  .services-section .service-item {
    margin-bottom: 40px; }
  .index-services .item-footer .h3,
  .index-services .item-footer h3 {
    font-size: 17px; }
  .index-services .item-text,
  .index-services .item-footer {
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 480px) {
  .index-services .item-img {
    height: 290px; }
  .services-section .item-img {
    height: 290px; } }

@media (max-width: 420px) {
  .index-services .item-img {
    height: 260px; }
  .services-section .item-img {
    height: 260px; }
  .services-section .item-img:after {
    border-right: 40px solid #fff;
    border-bottom: 40px solid transparent;
    border-left: 40px solid transparent; } }

@media (max-width: 390px) {
  .index-services .item-img {
    height: 220px; }
  .services-section .item-img {
    height: 220px; }
  .services-section .item-img:after {
    border-right: 30px solid #fff;
    border-bottom: 30px solid transparent;
    border-left: 30px solid transparent; } }

.marquee {
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 80px;
  margin-bottom: 80px; }

.marquee-inner {
  animation: marquee 70s linear infinite;
  display: flex;
  align-items: center;
  padding-right: 50px;
  margin-right: 50px;
  gap: 100px; }

.marquee-item {
  font-size: 36px;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  font-family: "semiBold", Arial, sans-serif;
  color: #3a414f; }
  .marquee-item:after {
    content: "";
    position: absolute;
    right: -70px;
    top: 8px;
    width: 40px;
    height: 40px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='39' fill='none' viewBox='0 0 39 39'%3E%3Cpath fill='%237ccdf4' d='M0 0v19.291h19.5z'/%3E%3Cpath fill='%2340abe1' d='M19.5 19.291v19.292L39 19.29V0z'/%3E%3C/svg%3E") no-repeat center; }
  .marquee-item a {
    text-decoration: none;
    color: red;
    margin: 0 5px;
    display: inline-flex; }
    .marquee-item a:hover {
      text-decoration: underline; }

.marquee-logo img {
  display: block; }

@keyframes marquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }

.marquee:hover .marquee-inner {
  animation-play-state: paused; }

@media (max-width: 1699px) {
  .marquee-item {
    font-size: 28px; }
  .marquee-item:after {
    top: 5px; } }

@media (max-width: 1535px) {
  .marquee-item {
    font-size: 24px; }
  .marquee-item:after {
    top: 5px;
    width: 24px;
    height: 24px;
    background-size: contain; } }

@media (max-width: 1199px) {
  .marquee-item {
    font-size: 20px; }
  .marquee-item:after {
    right: -37px;
    top: 3px;
    width: 20px;
    height: 20px; }
  .marquee-inner {
    gap: 60px;
    padding-right: 40px; } }

@media (max-width: 992px) {
  .marquee {
    margin-top: 50px;
    margin-bottom: 50px; }
  .marquee-item {
    font-size: 18px; }
  .marquee-item:after {
    right: -30px; }
  .marquee-inner {
    gap: 50px; } }

@media (max-width: 767px) {
  .marquee-item {
    font-size: 16px; }
  .marquee-item:after {
    right: -30px;
    width: 18px;
    height: 18px; }
  .marquee-inner {
    gap: 50px; } }

.projects-start {
  margin-bottom: 100px; }
  .projects-start .col-lg-5 {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .projects-start .title-group .h1,
  .projects-start .title-group h1,
  .projects-start .title-group .h2,
  .projects-start .title-group h2 {
    margin-bottom: 10px; }
  .projects-start .title-group p {
    font-size: 18px;
    max-width: 760px; }

.project-item .item-img {
  margin-bottom: 10px; }
  .project-item .item-img a {
    position: relative;
    display: block; }

.project-item .status-badge {
  color: #fff;
  background-color: #3a414f;
  font-size: 14px;
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 5px 10px;
  letter-spacing: 0.5px; }

.project-item .h3,
.project-item h3 {
  font-size: 20px;
  margin: 0 0 5px; }
  .project-item .h3 a,
  .project-item h3 a {
    text-decoration: none;
    color: #111; }
    .project-item .h3 a:hover,
    .project-item h3 a:hover {
      color: #40abe1;
      text-decoration: underline; }

.map-section {
  overflow: hidden;
  padding-top: 80px; }

.map-address {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 15px;
  font-size: 18px; }
  .map-address p {
    margin: 0; }

.gallery-grid {
  margin-top: 70px; }
  .gallery-grid img {
    width: 100%; }
  .gallery-grid a {
    display: block;
    position: relative; }
    .gallery-grid a:after {
      content: "";
      position: absolute;
      left: calc(50% - 22px);
      top: calc(50% - 22px);
      width: 44px;
      height: 44px;
      background: rgba(255, 255, 255, 0.8) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23343330' d='M19 14a1 1 0 0 1-1 1h-3v3a1 1 0 1 1-2 0v-3h-3a1 1 0 1 1 0-2h3v-3a1 1 0 0 1 2 0v3h3a1 1 0 0 1 1 1Zm9.707 14.707a.998.998 0 0 1-1.415 0l-6.257-6.258a11.013 11.013 0 1 1 1.414-1.414l6.258 6.258a1 1 0 0 1 0 1.415ZM14 23a9 9 0 1 0-9-9 9.01 9.01 0 0 0 9 9Z'/%3E%3C/svg%3E") no-repeat center;
      background-size: 26px;
      pointer-events: none;
      border-radius: 50%;
      transition: 0.3s;
      opacity: 0; }
    .gallery-grid a:hover:after {
      opacity: 1; }

.project-map {
  position: relative; }
  .project-map iframe {
    height: 620px;
    width: 100%; }
  .project-map .skew-left {
    position: absolute;
    top: -1px;
    left: 50%;
    width: 80vw;
    background-color: #fff; }

.index-projects {
  padding-top: 120px;
  padding-bottom: 100px; }
  .index-projects .title-group {
    margin-bottom: 60px; }

.map-section + .contact-section .skew-right {
  display: none; }

.map-section + .contact-section {
  padding-top: 100px; }

.project-inner-start {
  margin-top: -10px; }

.project-inner .gallery-grid {
  margin-top: 50px; }

@media (max-width: 2000px) {
  .index-projects {
    padding-top: 100px;
    padding-bottom: 50px; } }

@media (max-width: 1699px) {
  .index-projects {
    padding-top: 80px;
    padding-bottom: 30px; }
  .project-map .skew-left {
    height: 50px; }
  .projects-start {
    margin-bottom: 80px; }
  .project-item .h3,
  .project-item h3 {
    font-size: 18px; }
  .project-inner .gallery-grid {
    margin-top: 40px; } }

@media (max-width: 1535px) {
  .projects-start {
    margin-bottom: 40px; }
  .projects-start .title-group p {
    font-size: 16px; } }

@media (max-width: 1199px) {
  .project-inner .gallery-grid {
    margin-top: 40px; }
  .projects-start .title-group p {
    font-size: 14px; } }

@media (max-width: 991px) {
  .projects-start .img-container {
    display: none; }
  .project-item .h3,
  .project-item h3 {
    font-size: 16px; }
  .project-item .status-badge {
    font-size: 12px;
    top: 10px;
    left: 10px; }
  .index-projects {
    padding-top: 60px;
    padding-bottom: 20px; }
  .index-projects .title-group {
    margin-bottom: 40px; }
  .project-inner .gallery-grid {
    margin-top: 30px; } }

@media (max-width: 767px) {
  .projects-start {
    margin-bottom: 20px; } }

@media (max-width: 520px) {
  .project-item p {
    margin-bottom: 0; } }

.index-benefits {
  position: relative;
  padding-top: 200px;
  padding-bottom: 70px;
  background-color: #f1f5fb; }
  .index-benefits .container {
    position: relative; }
  .index-benefits .deco-element {
    position: absolute;
    left: -25px;
    bottom: -50px; }
  .index-benefits .deco-element-2 {
    position: absolute;
    right: -50px;
    top: -50%; }
  .index-benefits .col-lg-7 {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-left: 30px; }
    .index-benefits .col-lg-7 .benefit-item {
      flex: 0 0 50%;
      margin-bottom: 50px; }
      .index-benefits .col-lg-7 .benefit-item .benefit-icon {
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 5px; }
      .index-benefits .col-lg-7 .benefit-item:nth-child(odd) {
        padding-right: 30px; }
      .index-benefits .col-lg-7 .benefit-item:nth-child(even) {
        padding-left: 30px; }
      .index-benefits .col-lg-7 .benefit-item .h3,
      .index-benefits .col-lg-7 .benefit-item h3 {
        font-size: 22px;
        margin: 0 0 5px; }
      .index-benefits .col-lg-7 .benefit-item p {
        margin-bottom: 0; }
  .index-benefits .skew-right {
    position: absolute;
    top: -1px;
    right: 50%;
    width: 80vw;
    height: 70px;
    background-color: #fff;
    z-index: 2; }

.form-control {
  display: block;
  width: 100%;
  height: 46px;
  border-radius: 0;
  border: 1px solid #939eb0;
  transition: 0.15s ease-in-out;
  outline: 0;
  padding: 0 12px;
  font-size: 14px;
  color: #111; }

.form-control:focus {
  border-color: #40abe1;
  box-shadow: 0 0 0 3px rgba(45, 150, 203, 0.3); }

textarea {
  display: block;
  width: 100%;
  border-radius: 0;
  border: 1px solid #fff;
  transition: 0.15s ease-in-out;
  outline: 0;
  font-size: 14px;
  min-height: 115px;
  resize: vertical;
  color: #111; }

textarea:focus {
  border-color: #111;
  box-shadow: 0 0 0 3px rgba(45, 150, 203, 0.3); }

textarea.form-control {
  border-radius: 0;
  padding: 12px; }

.form-group {
  padding-bottom: 20px;
  position: relative; }

.form-group label {
  display: inline-block;
  margin-bottom: 1px; }

.form-group .red-text {
  color: #ff0018;
  font-size: 13px;
  position: absolute;
  left: 0;
  bottom: -2px;
  display: none; }

.form-group.red .red-text {
  display: block; }

.form-group + .btn-primary {
  margin-top: 15px; }

form .btn-primary {
  height: 46px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "medium", Arial, sans-serif; }

@media (max-width: 1199px) {
  .form-control {
    height: 46px; } }

.radio-item {
  position: relative;
  margin-bottom: 10px; }

.radio-item input {
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.radio-item input:checked ~ label:after {
  display: block; }

.radio-item label {
  display: block;
  padding-left: 29px;
  font-size: 14px;
  cursor: pointer;
  margin-left: 0; }

.radio-item label small {
  display: block;
  color: #74747a; }

.radio-item label:before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #888;
  position: absolute;
  left: 0;
  top: -1px; }

.radio-item label:after {
  content: "";
  background: #466d6a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M21.546 5.111a1.5 1.5 0 0 1 0 2.121L10.303 18.4752a1.5997 1.5997 0 0 1-1.7439.3469 1.5995 1.5995 0 0 1-.519-.3469l-5.586-5.585a1.5005 1.5005 0 0 1-.3463-1.647 1.5 1.5 0 0 1 2.4672-.474l4.596 4.596 10.253-10.254a1.4996 1.4996 0 0 1 1.6353-.3254c.182.0754.3474.186.4867.3254Z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center/14px;
  background-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -1px;
  display: none; }

.text-section ul,
.text-section ol {
  padding-left: 18px;
  margin-top: -5px; }
  .text-section ul li::marker,
  .text-section ol li::marker {
    color: #40abe1; }

.text-section a {
  color: #40abe1; }
  .text-section a:hover {
    text-decoration: none; }

.text-section h1 {
  margin: 10px 0 25px; }

.index-about {
  background-color: #f1f5fb;
  padding-top: 100px;
  padding-bottom: 180px; }
  .index-about .title-group {
    position: relative;
    padding-right: 200px;
    margin-bottom: 50px; }
    .index-about .title-group .link-more {
      position: absolute;
      right: 0;
      bottom: 0;
      color: #40abe1;
      text-decoration: none;
      font-size: 22px;
      text-transform: uppercase;
      font-family: "medium", Arial, sans-serif;
      display: flex;
      align-items: center;
      gap: 8px;
      transition: 0.3s; }
      .index-about .title-group .link-more svg {
        fill: #40abe1;
        transition: 0.3s; }
      .index-about .title-group .link-more:hover {
        color: #111;
        text-decoration: underline; }
        .index-about .title-group .link-more:hover svg {
          fill: #111;
          transform: translate(5px); }
  .index-about .double-column {
    font-size: 17px; }
  .index-about .about-row {
    margin-left: -25px;
    margin-right: -25px;
    margin-top: 40px; }
    .index-about .about-row .col-lg-6 {
      padding-left: 25px;
      padding-right: 25px; }
    .index-about .about-row .img-container {
      margin-bottom: -50%;
      position: relative; }
      .index-about .about-row .img-container .skew-left {
        position: absolute;
        bottom: -1px;
        right: 50%;
        width: 55%;
        height: 40px;
        background-color: #fff; }
  .index-about .about-number {
    display: flex;
    flex-direction: column; }
    .index-about .about-number .h3 {
      font-size: 32px; }
  .index-about .number-body {
    display: flex;
    align-items: baseline;
    gap: 10px; }

.about-start .row {
  position: relative;
  z-index: 2; }

.about-start .title-group {
  margin-top: 50px; }
  .about-start .title-group h2,
  .about-start .title-group .h2 {
    margin-bottom: 20px; }

.about-start .background-logo {
  width: 100%;
  margin: -300px auto 0;
  position: relative;
  z-index: 1; }

.about-start .img-container {
  position: relative; }
  .about-start .img-container .skew-right {
    position: absolute;
    top: -1px;
    right: 50%;
    width: 340px;
    height: 40px;
    background-color: #fff;
    z-index: 2; }

.about-page .text-section {
  font-size: 18px; }
  .about-page .text-section .h2,
  .about-page .text-section h2 {
    font-size: 38px; }
  .about-page .text-section .col-lg-6:last-child {
    padding-left: 30px; }
  .about-page .text-section .col-lg-6:first-child {
    padding-right: 30px; }

.number-section {
  padding-top: 120px;
  padding-bottom: 120px; }
  .number-section .container {
    display: flex;
    align-items: flex-end; }
  .number-section .number-item {
    flex: 0 0 25%; }
  .number-section .counter-holder {
    display: flex;
    align-items: baseline;
    font-size: 48px;
    font-family: "semiBold", Arial, sans-serif;
    color: #40abe1;
    white-space: nowrap; }
  .number-section .item-text {
    font-size: 17px; }
  .number-section .count {
    margin-right: 8px; }

.team-section {
  background-color: #f1f5fb;
  padding-bottom: 120px;
  padding-top: 150px;
  position: relative; }
  .team-section .skew-left {
    position: absolute;
    top: -1px;
    left: 50%;
    width: 80vw;
    background-color: #fff; }
  .team-section .title-group {
    padding-right: 100px;
    margin-bottom: 50px; }

.team-slider .slick-slide {
  margin: 0 25px; }

.team-slider .slick-list {
  margin: 0 -25px; }

.team-slider .item-img {
  height: 500px;
  margin-bottom: 10px; }
  .team-slider .item-img picture {
    width: 100%;
    height: 100%; }
    .team-slider .item-img picture img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.team-slider .h3,
.team-slider h3 {
  font-size: 19px;
  margin: 0 0 5px; }

.team-slider p {
  font-size: 14px;
  margin-bottom: 0; }

.team-slider .slick-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s;
  position: absolute;
  top: -92px;
  z-index: 10; }

.team-slider .slick-arrow:hover {
  background-color: #40abe1; }

.team-slider .slick-arrow:hover svg {
  fill: #fff; }

.team-slider .slick-arrow svg {
  width: 16px;
  height: 16px;
  fill: #43423e;
  transition: 0.25s; }

.team-slider .slick-next {
  right: 0; }

.team-slider .slick-prev {
  right: 50px; }

.about-page .partners-section {
  padding-top: 120px; }

.documents-section {
  padding-bottom: 120px;
  padding-top: 70px; }
  .documents-section .title-group {
    margin-bottom: 60px; }
  .documents-section .document-container {
    display: flex;
    align-items: flex-start;
    gap: 70px 50px;
    flex-wrap: wrap; }
  .documents-section .h3,
  .documents-section h3 {
    font-size: 20px;
    font-family: "medium", Arial, sans-serif; }
    .documents-section .h3 a,
    .documents-section h3 a {
      color: #111;
      text-decoration: none; }
  .documents-section .document-item {
    width: calc(50% - 25px);
    flex-shrink: 0; }
  .documents-section .download-link {
    color: #40abe1;
    text-transform: uppercase;
    font-family: "medium", Arial, sans-serif;
    font-size: 18px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 7px; }
    .documents-section .download-link svg {
      fill: #40abe1;
      position: relative;
      top: -1px;
      transition: 0.25s; }
    .documents-section .download-link:hover {
      color: #111; }
      .documents-section .download-link:hover svg {
        fill: #111;
        transform: translateY(5px); }

@media (max-width: 2000px) {
  .index-about {
    padding-top: 60px; }
  .index-benefits {
    padding-bottom: 50px;
    padding-top: 180px; }
  .team-section {
    padding-top: 130px;
    padding-bottom: 100px; }
  .about-page .partners-section {
    padding-top: 100px; } }

@media (max-width: 1699px) {
  .index-about {
    padding-top: 40px; }
  .index-about .double-column {
    font-size: 16px; }
  .index-about .title-group .link-more {
    font-size: 18px; }
  .index-about .title-group .link-more svg {
    width: 20px;
    height: 20px; }
  .index-about .about-number .h3 {
    font-size: 28px; }
  .index-benefits {
    padding-bottom: 30px;
    padding-top: 160px; }
  .team-slider .slick-slide {
    margin: 0 15px; }
  .team-slider .h3,
  .team-slider h3 {
    font-size: 18px; }
  .team-slider p {
    font-size: 13px; }
  .team-slider .slick-list {
    margin: 0 -15px; }
  .team-slider .item-img {
    height: 420px; }
  .about-page .text-section {
    font-size: 16px; }
  .team-section {
    padding-top: 120px;
    padding-bottom: 80px; }
  .documents-section .h3,
  .documents-section h3 {
    font-size: 18px; }
  .documents-section .download-link {
    font-size: 17px; }
  .about-page .partners-section {
    padding-top: 80px; }
  .documents-section {
    padding-bottom: 80px;
    padding-top: 20px; }
  .about-start .background-logo {
    margin-top: -250px; } }

@media (max-width: 1535px) {
  .index-about {
    padding-bottom: 120px; }
  .index-about .about-row .img-container .skew-left {
    height: 30px; }
  .index-benefits .deco-element-2 {
    top: -40%; }
  .index-benefits .col-lg-7 .benefit-item .h3,
  .index-benefits .col-lg-7 .benefit-item h3 {
    font-size: 20px; }
  .index-benefits .deco-element svg {
    width: 500px;
    height: 490px; }
  .team-section {
    padding-top: 80px; }
  .team-slider .item-img {
    height: 390px; }
  .about-page .text-section {
    font-size: 14px; }
  .about-start .background-logo {
    margin-top: -180px; }
  .number-section {
    padding-top: 80px;
    padding-bottom: 80px; }
  .number-section .item-text {
    font-size: 15px; }
  .documents-section .title-group {
    margin-bottom: 40px; }
  .number-section .counter-holder {
    font-size: 42px; }
  .about-page .text-section .h2,
  .about-page .text-section h2 {
    font-size: 32px; }
  .team-section {
    padding-bottom: 80px; }
  .about-page .partners-section {
    padding-top: 80px; }
  .about-start .img-container .skew-right {
    height: 30px; }
  .index-about .double-column {
    font-size: 14px; } }

@media (max-width: 1199px) {
  .number-section .item-text {
    min-height: 45px; }
  .documents-section .h3,
  .documents-section h3 {
    font-size: 16px; }
  .documents-section .document-container {
    gap: 40px 50px; }
  .about-page .text-section .h2,
  .about-page .text-section h2 {
    font-size: 24px; }
  .index-benefits .deco-element svg {
    width: 400px;
    height: 390px; }
  .index-benefits .deco-element-2 {
    top: -40%;
    right: -100px; }
  .index-benefits .col-lg-7 {
    padding-top: 25px; }
  .index-benefits .col-lg-7 .benefit-item .h3,
  .index-benefits .col-lg-7 .benefit-item h3 {
    font-size: 18px; }
  .index-benefits .col-lg-7 .benefit-item:nth-child(odd) {
    padding-right: 15px; }
  .index-benefits .col-lg-7 .benefit-item:nth-child(even) {
    padding-left: 15px; } }

@media (max-width: 991px) {
  .team-section .title-group br,
  .index-about .title-group br {
    display: none; }
  .index-benefits .col-lg-7 {
    padding-top: 5px; }
  .index-benefits .deco-element-2,
  .index-benefits .deco-element {
    display: none; }
  .index-benefits {
    padding-top: 90px;
    padding-bottom: 20px; }
  .index-benefits .col-lg-7 {
    padding-left: 15px; }
  .index-benefits .col-lg-7 .benefit-item:nth-child(odd) {
    padding-right: 10px; }
  .index-benefits .col-lg-7 .benefit-item:nth-child(even) {
    padding-left: 10px; }
  .team-section .title-group {
    margin-bottom: 30px; }
  .team-slider .item-img {
    height: 460px; }
  .team-slider .slick-arrow {
    width: 36px;
    height: 36px;
    top: -65px; }
  .team-slider .slick-prev {
    right: 44px; }
  .number-section .counter-holder {
    font-size: 36px; }
  .index-about {
    padding-bottom: 50px; }
  .index-about .about-row .img-container {
    display: none; }
  .index-about .title-group {
    padding-right: 150px; }
  .index-about .title-group .link-more {
    font-size: 16px; }
  .index-about .title-group .link-more svg {
    position: relative;
    top: -1px; }
  .about-start .background-logo,
  .about-start .img-container {
    display: none; }
  .number-section {
    padding-top: 20px;
    padding-bottom: 50px; }
  .number-section .container {
    flex-wrap: wrap; }
  .number-section .number-item {
    flex: 0 0 50%; }
  .about-page .text-section .col-lg-6:first-child {
    padding-right: 15px; }
  .about-page .text-section .col-lg-6:last-child {
    padding-left: 15px; }
  .about-page .text-section .img-container {
    margin-bottom: 15px; }
  .about-start .title-group {
    margin-top: 0; }
  .documents-section .title-group {
    margin-bottom: 30px; }
  .documents-section {
    padding-bottom: 20px; }
  .documents-section .document-container {
    display: block; }
  .documents-section .document-item {
    width: 100%;
    margin-bottom: 40px; }
  .team-section {
    padding-bottom: 60px; }
  .about-page .partners-section {
    padding-top: 60px; } }

@media (max-width: 767px) {
  .index-about .title-group {
    padding-right: 0; }
  .index-about .title-group {
    margin-bottom: 20px; }
  .index-about .title-group .link-more {
    position: static;
    margin-top: 15px; }
  .team-slider .slick-slide {
    margin: 0 10px; }
  .team-slider .item-img {
    height: 360px; }
  .team-slider .h3,
  .team-slider h3 {
    font-size: 16px; }
  .team-slider .slick-list {
    margin: 0 -10px; }
  .index-benefits .col-lg-7 .benefit-item {
    margin-bottom: 30px; }
  .index-benefits .col-lg-7 .benefit-item:nth-child(odd) {
    padding-right: 0; }
  .index-benefits .col-lg-7 .benefit-item:nth-child(even) {
    padding-left: 0; }
  .index-benefits .col-lg-7 .benefit-item {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (max-width: 575px) {
  .team-slider .slick-list {
    margin: 0 -15px; }
  .team-section .title-group {
    padding-right: 0; }
  .team-slider .slick-arrow {
    display: none !important; }
  .number-section .counter-holder {
    font-size: 32px; } }

@media (max-width: 480px) {
  .number-section .counter-holder {
    font-size: 28px; }
  .number-section .item-text {
    font-size: 14px; }
  .number-section .number-item:nth-child(odd) {
    padding-right: 10px; }
  .number-section .number-item:nth-child(even) {
    padding-left: 10px; } }

@media (max-width: 390px) {
  .number-section .counter-holder {
    font-size: 26px; }
  .number-section .item-text {
    font-size: 13px; } }

.job-start {
  padding-bottom: 150px; }
  .job-start .contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px; }
    .job-start .contact-item .contact-label {
      flex: 0 0 180px;
      color: #9a9a9a;
      text-transform: uppercase;
      font-size: 20px; }
    .job-start .contact-item .contact-info {
      font-family: "medium", Arial, sans-serif;
      font-size: 20px; }
      .job-start .contact-item .contact-info a {
        color: #3a414f;
        text-decoration: none; }
        .job-start .contact-item .contact-info a:hover {
          color: #40abe1;
          text-decoration: underline; }
    .job-start .contact-item .route-link {
      text-decoration: underline;
      color: #40abe1 !important;
      display: flex;
      align-items: center;
      gap: 5px;
      margin-top: -5px;
      margin-left: -2px;
      font-family: "medium", Arial, sans-serif; }
    .job-start .contact-item .route-link:hover {
      text-decoration: none;
      color: #111 !important; }
  .job-start .footer-social {
    margin-top: 0; }
  .job-start .img-container {
    position: relative; }
    .job-start .img-container picture {
      position: relative;
      z-index: 2; }
    .job-start .img-container .deco-element {
      position: absolute;
      right: -80px;
      bottom: -200px;
      z-index: 1; }
      .job-start .img-container .deco-element svg {
        width: 300px;
        height: 290px; }

.job-link {
  display: block;
  max-width: 520px;
  width: 100%;
  border: 1px solid #40abe1;
  text-align: center;
  font-size: 30px;
  color: #111;
  text-decoration: none;
  font-family: "medium", Arial, sans-serif;
  padding: 20px 30px; }
  .job-link:hover {
    background-color: #dff4ff; }
  .job-link span {
    display: block;
    margin-bottom: 20px; }

.partners-section {
  padding-bottom: 50px; }
  .partners-section .title-group {
    margin-bottom: 60px; }

.partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 50px 40px; }

.partners-grid .partnets-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px; }

.partners-grid .partnets-item img {
  display: block;
  max-width: 100%;
  max-height: 100%; }

@media (max-width: 1699px) {
  .partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
  .job-start .contact-item .contact-label,
  .job-start .contact-item .contact-info {
    font-size: 18px; }
  .job-link {
    font-size: 24px; }
    .job-link img {
      max-width: 70%; }
  .job-start .img-container {
    margin-top: 40px; } }

@media (max-width: 1535px) {
  .job-start .contact-item .contact-label,
  .job-start .contact-item .contact-info {
    font-size: 18px; }
  .job-link {
    font-size: 22px; }
    .job-link img {
      max-width: 60%; }
  .job-start {
    padding-bottom: 120px; } }

@media (max-width: 1199px) {
  .partners-grid.default-space {
    padding-top: 50px; } }

@media (max-width: 991px) {
  .partners-grid {
    grid-template-columns: 1fr 1fr; }
  .job-start .img-container {
    display: none; }
  .job-link {
    max-width: none; }
    .job-link img {
      max-width: 220px; }
  .job-start {
    padding-bottom: 60px; }
  .job-start .contact-item .contact-label,
  .job-start .contact-item .contact-info {
    font-size: 16px; }
  .job-start .footer-social {
    margin-top: -5px;
    margin-bottom: 0; } }

@media (max-width: 767px) {
  .partners-grid .partnets-item {
    padding: 15px 12px;
    height: 80px; }
  .partners-page .logo-xl {
    max-width: 280px; }
  .partners-grid.default-space {
    padding-top: 20px; } }

@media (max-width: 575px) {
  .job-start .contact-item {
    display: block;
    margin-bottom: 25px; }
  .job .contact-item .contact-label {
    font-size: 15px;
    margin-bottom: 5px; }
  .job-start .footer-social {
    margin-top: 5px; }
  .job-page .partners-section .title-group {
    margin-bottom: 30px; }
  .partners-grid {
    gap: 25px 15px; } }

.contact-section {
  height: 800px;
  position: relative;
  padding-top: 130px;
  padding-bottom: 100px; }
  .contact-section > picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
    .contact-section > picture img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top; }
  .contact-section .container {
    position: relative;
    z-index: 2; }
  .contact-section .title-group {
    color: #fff; }
    .contact-section .title-group .suptitle .h3,
    .contact-section .title-group .suptitle h3 {
      color: #111; }
    .contact-section .title-group .suptitle svg {
      fill: #111; }
  .contact-section .skew-right {
    position: absolute;
    top: -1px;
    right: 50%;
    width: 80vw;
    height: 70px;
    background-color: #fff;
    z-index: 2; }
  .contact-section .container {
    height: 100%; }
  .contact-section .row {
    height: 100%; }
  .contact-section .col-lg-8 {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .contact-section .contact-form {
    width: 680px;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(30px);
    padding: 80px 100px 100px; }
    .contact-section .contact-form .h3,
    .contact-section .contact-form h3 {
      color: #fff;
      font-size: 30px;
      font-family: "medium", Arial, sans-serif; }
    .contact-section .contact-form .form-group label {
      color: #fff; }
    .contact-section .contact-form .form-control {
      border: 2px solid #fff; }
      .contact-section .contact-form .form-control:focus {
        border-color: #40abe1;
        box-shadow: none; }

.contacts-start {
  padding-bottom: 100px; }
  .contacts-start .col-lg-6:first-child {
    padding-right: 45px; }

.form-section {
  background-color: #f1f5fb;
  position: relative;
  padding-top: 130px;
  padding-bottom: 100px; }
  .form-section .align-center {
    padding-top: 30px; }
  .form-section .skew-right {
    position: absolute;
    top: -1px;
    right: 50%;
    width: 80vw;
    height: 70px;
    background-color: #fff;
    z-index: 2; }
  .form-section .contact-form {
    width: 520px;
    margin: 0 auto; }
  .form-section .title-group h1,
  .form-section .title-group .h1,
  .form-section .title-group .h2,
  .form-section .title-group h2 {
    margin-bottom: 20px; }

.contacts-start {
  position: relative;
  z-index: 3; }
  .contacts-start .deco-element {
    position: absolute;
    left: -25px;
    bottom: -200px; }
    .contacts-start .deco-element svg {
      width: 533px;
      height: 538px; }
  .contacts-start .img-container {
    margin-bottom: 30px; }
  .contacts-start .contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px; }
    .contacts-start .contact-item .contact-label {
      flex: 0 0 180px;
      color: #9a9a9a;
      text-transform: uppercase;
      font-size: 20px; }
    .contacts-start .contact-item .contact-info {
      font-family: "medium", Arial, sans-serif;
      font-size: 20px; }
      .contacts-start .contact-item .contact-info a {
        color: #3a414f;
        text-decoration: none; }
        .contacts-start .contact-item .contact-info a:hover {
          color: #40abe1;
          text-decoration: underline; }
    .contacts-start .contact-item .route-link {
      text-decoration: underline;
      color: #40abe1 !important;
      display: flex;
      align-items: center;
      gap: 5px;
      margin-top: -5px;
      margin-left: -2px;
      font-family: "medium", Arial, sans-serif; }
    .contacts-start .contact-item .route-link:hover {
      text-decoration: none;
      color: #111 !important; }
  .contacts-start .footer-social {
    margin-top: 0; }

@media (max-width: 1699px) {
  .contact-section {
    height: 700px; }
  .contact-section .contact-form {
    width: 600px; }
  .index-benefits .skew-right,
  .team-section .skew-left,
  .form-section .skew-right,
  .project-map .skew-left,
  .contact-section .skew-right {
    height: 60px; }
  .project-map iframe {
    height: 500px; }
  .map-address {
    font-size: 16px; }
  .contacts-start .deco-element {
    bottom: -150px; }
  .contacts-start .deco-element svg {
    width: 400px;
    height: 390px; }
  .contacts-start .contact-item .contact-info,
  .contacts-start .contact-item .contact-label {
    font-size: 18px; }
  .contacts-start {
    padding-bottom: 80px; }
  .form-section {
    padding-bottom: 80px; } }

@media (max-width: 1535px) {
  .contact-section .contact-form .h3,
  .contact-section .contact-form h3 {
    font-size: 24px; }
  .contact-section {
    height: 620px; }
  .contact-section .contact-form {
    width: 520px;
    padding: 70px 60px; }
  .index-benefits .skew-right,
  .team-section .skew-left,
  .form-section .skew-right,
  .project-map .skew-left,
  .contact-section .skew-right {
    height: 50px; }
  .map-address {
    font-size: 14px; }
  .form-section .contact-form {
    width: 480px; }
  .contacts-start {
    padding-bottom: 40px; } }

@media (max-width: 1199px) {
  .project-map .skew-left,
  .contact-section .skew-right {
    height: 40px; }
  .contacts-start .deco-element {
    bottom: -120px; }
  .contacts-start .deco-element svg {
    width: 300px;
    height: 290px; }
  .contacts-start .contact-item .contact-info,
  .contacts-start .contact-item .contact-label {
    font-size: 16px; }
  .form-section .contact-form {
    width: 420px; }
  .form-section {
    padding-top: 100px;
    padding-bottom: 60px; } }

@media (max-width: 991px) {
  .index-benefits .skew-right,
  .team-section .skew-left,
  .form-section .skew-right,
  .project-map .skew-left,
  .contact-section .skew-right {
    height: 30px; }
  .contact-section {
    padding-top: 100px;
    padding-bottom: 80px; }
  .contact-section > picture {
    display: none; }
  .contact-section {
    background-color: #40abe1;
    height: auto; }
  .contact-section .contact-form {
    width: 100%; }
  .contact-section .contact-form {
    background-color: rgba(0, 0, 0, 0.6); }
  .contact-section .title-group br {
    display: none; }
  .map-section {
    padding-top: 60px; }
  .map-section + .contact-section {
    padding-top: 60px;
    padding-bottom: 60px; }
  .contact-section .contact-form .h3,
  .contact-section .contact-form h3 {
    font-size: 20px; }
  .form-section .contact-form {
    width: 100%; }
  .contacts-start .deco-element {
    display: none; }
  .contacts-start .img-container {
    display: none; }
  .contacts-start {
    padding-bottom: 10px; }
  .form-section {
    padding-top: 50px;
    padding-bottom: 50px; }
    .form-section .title-group {
      margin-bottom: 10px; } }

@media (max-width: 767px) {
  .project-map .skew-left {
    display: none; } }

@media (max-width: 575px) {
  .contact-section .contact-form {
    padding: 40px 40px 50px; }
  .contact-section {
    padding-top: 80px;
    padding-bottom: 60px; }
  .project-map iframe {
    height: 400px; } }

@media (max-width: 480px) {
  .contacts-start .contact-item {
    display: block; }
  .contacts-start .contact-item .contact-label {
    font-size: 15px;
    margin-bottom: 5px; } }

@media (max-width: 420px) {
  .contact-section .contact-form {
    padding: 40px 30px 40px; }
  .contact-section .contact-form .h3,
  .contact-section .contact-form h3 {
    font-size: 18px; } }

@media (max-width: 390px) {
  .contact-section .contact-form {
    padding: 30px 20px 30px; } }

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: 0; }

.glightbox-container.inactive {
  display: none; }

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden; }

.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0); }

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0; }

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative; }

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999; }

.glightbox-container .gslide-inner-content {
  width: 100%; }

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh; }

.glightbox-container .ginner-container.gvideo-container {
  width: 100%; }

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  flex-direction: column; }

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important; }

.gslide iframe,
.gslide video {
  outline: 0 !important;
  border: none;
  min-height: 165px;
  touch-action: auto; }

.gslide:not(.current) {
  pointer-events: none; }

.gslide-image {
  align-items: center; }

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px; }

.desc-bottom .gslide-image img,
.desc-top .gslide-image img {
  width: auto; }

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%; }

.gslide-image img.zoomable {
  position: relative; }

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  transition: none; }

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important; }

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none; }

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto; }

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none; }

.gslide-video.playing::before {
  display: none; }

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh; }

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important; }

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
  border-radius: 3px; }

.gslide-inline .ginlined-content {
  width: 100%; }

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none; }

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1; }

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%; }

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto; }

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.desc-bottom .gslide-media,
.desc-top .gslide-media {
  margin: 0 auto;
  flex-direction: column; }

.gslide-description {
  position: relative;
  flex: 1 0 100%; }

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%; }

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%; }

.gslide-description p {
  margin-bottom: 12px; }

.gslide-description p:last-child {
  margin-bottom: 0; }

.zoomed .gslide-description {
  display: none; }

.glightbox-button-hidden {
  display: none; }

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px; }

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em; }

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1; }

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700; }

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit; }

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4; }

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4; }

.gdesc-open .gdesc-inner {
  padding-bottom: 30px; }

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1; }

.greset {
  transition: all 0.3s ease; }

.gabsolute {
  position: absolute; }

.grelative {
  position: relative; }

.glightbox-desc {
  display: none !important; }

.glightbox-open {
  overflow: hidden; }

.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%; }

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: rgba(34, 115, 138, 0.8) !important;
  backdrop-filter: blur(8px);
  will-change: opacity; }

.glightbox-mobile .goverlay {
  background: #000; }

.gclose,
.gnext,
.gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.gclose svg,
.gnext svg,
.gprev svg {
  display: block;
  width: 20px;
  height: auto;
  margin: 0;
  padding: 0; }

.gclose.disabled,
.gnext.disabled,
.gprev.disabled {
  opacity: 0.1; }

.gclose .garrow,
.gnext .garrow,
.gprev .garrow {
  stroke: #fff; }

.gbtn.focused {
  outline: 2px solid #0f3d81; }

iframe.wait-autoplay {
  opacity: 0; }

.glightbox-closing .gclose,
.glightbox-closing .gnext,
.glightbox-closing .gprev {
  opacity: 0 !important; }

.glightbox-clean .gslide-description {
  background: #fff; }

.glightbox-clean .gdesc-inner {
  padding: 22px 20px; }

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em; }

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em; }

.glightbox-clean .gslide-video {
  background: #000; }

.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px; }

.glightbox-clean .gclose path,
.glightbox-clean .gnext path,
.glightbox-clean .gprev path {
  fill: #fff; }

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 42px;
  height: 42px;
  border-radius: 50%; }

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 42px;
  height: 42px;
  border-radius: 50%; }

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute; }

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto; }

.glightbox-clean .gclose:hover {
  opacity: 1; }

.gfadeIn {
  animation: gfadeIn 0.5s ease; }

.gfadeOut {
  animation: gfadeOut 0.5s ease; }

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease; }

.gslideInLeft {
  animation: gslideInLeft 0.3s ease; }

.gslideOutRight {
  animation: gslideOutRight 0.3s ease; }

.gslideInRight {
  animation: gslideInRight 0.3s ease; }

.gzoomIn {
  animation: gzoomIn 0.5s ease; }

.gzoomOut {
  animation: gzoomOut 0.5s ease; }

@keyframes lightboxLoader {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

@keyframes gfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes gfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0); }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0; } }

@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }

@keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row; }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1; }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0; }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1; }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
    border-radius: 3px; }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab; }
  .gslide-inline {
    max-height: 98vh; }
  .gslide-external {
    max-height: 100vh; }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px; }
  .glightbox-open {
    height: auto; }
  .goverlay {
    background: rgba(0, 0, 0, 0.92); }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65); }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto; }
  .glightbox-clean .gnext,
  .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, 0.32); }
  .glightbox-clean .gclose {
    background-color: #111; }
  .glightbox-clean .gclose:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gprev:hover {
    background-color: rgba(0, 0, 0, 0.7); }
  .glightbox-clean .gprev {
    top: 45%; }
  .glightbox-clean .gnext {
    top: 45%; } }

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px; } }

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000; } }

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1000;
  padding: 10px;
  background: rgba(34, 115, 138, 0.5);
  backdrop-filter: blur(8px);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em; }

.blocker.behind {
  background-color: transparent; }

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 920px;
  background-color: #fff;
  text-align: left;
  border-radius: 1px; }

.modal-body.d-flex {
  display: flex;
  padding: 15px; }

.modal a.close-modal {
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  font-size: 0;
  border-radius: 50%;
  background: #ececec url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none'%3E%3Cpath fill='%23000' d='M15 18.194 3.821 29.373c-.418.418-.95.627-1.597.627-.646 0-1.178-.21-1.597-.627C.21 28.954 0 28.423 0 27.776s.21-1.179.627-1.597L11.807 15 .626 3.821C.21 3.403 0 2.871 0 2.224 0 1.578.21 1.046.627.627 1.046.21 1.578 0 2.224 0c.647 0 1.179.21 1.597.627L15 11.807 26.179.626C26.597.21 27.129 0 27.776 0c.646 0 1.178.21 1.597.627.418.419.627.951.627 1.597 0 .647-.21 1.179-.627 1.597L18.193 15l11.18 11.179c.418.418.627.95.627 1.597 0 .646-.21 1.178-.627 1.597-.419.418-.95.627-1.597.627s-1.179-.21-1.597-.627L15 18.193Z'/%3E%3C/svg%3E") no-repeat center;
  background-size: 14px;
  transition: 0.25s; }
  .modal a.close-modal:hover {
    transform: rotate(180deg);
    filter: invert(1); }

.modal-cover {
  position: relative;
  padding: 12px;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 400px;
  min-height: 100%; }
  .modal-cover picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .modal-cover picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .modal-cover .contacts-holder {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(30px);
    border-radius: 5px;
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 15px; }
    .modal-cover .contacts-holder .text-label {
      text-transform: uppercase;
      font-size: 12px; }
    .modal-cover .contacts-holder a {
      font-size: 18px;
      font-family: "medium", Arial, sans-serif;
      color: #fff;
      text-decoration: none; }
      .modal-cover .contacts-holder a:hover {
        text-decoration: underline;
        color: #40abe1; }
  .modal-cover .contact-item:last-child p {
    margin-bottom: 0; }

.modal-form {
  padding: 40px 35px 40px 50px;
  width: 480px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .modal-form .h3,
  .modal-form h3 {
    font-size: 32px;
    text-transform: uppercase;
    margin: 0 0 8px; }
  .modal-form p {
    font-size: 14px; }
  .modal-form form {
    display: block;
    margin-top: 15px; }

@media (max-width: 1699px) {
  .modal-form .h3,
  .modal-form h3 {
    font-size: 26px; }
  .modal-body.d-flex {
    padding: 12px; }
  .modal-form .form-group label {
    font-size: 14px; }
  .attach-hint {
    font-size: 12px; } }

@media (max-width: 1199px) {
  .modal-body.d-flex {
    flex-wrap: wrap;
    flex-direction: column-reverse; }
  .modal-form {
    padding: 40px 50px 30px;
    width: 100%; }
  .modal-cover {
    width: 100%;
    height: auto;
    padding: 0; }
    .modal-cover picture {
      display: none; }
    .modal-cover .contacts-holder {
      padding: 0 50px 20px;
      box-shadow: none;
      display: flex;
      gap: 30px;
      color: #111;
      background-color: transparent; }
      .modal-cover .contacts-holder a {
        color: #111;
        font-size: 18px; } }

@media (max-width: 575px) {
  .modal {
    width: 100%; }
  .modal-form .h3,
  .modal-form h3 {
    font-size: 28px; }
  .modal-form {
    padding: 20px; }
  .modal-form .btn-primary {
    margin-top: 5px; }
  .modal-form .btn-primary,
  .modal-form .form-control,
  .modal-form .attach-file label {
    height: 38px; }
  .attach-file input,
  .modal-form .attach-file .input-label {
    height: 36px; }
  .modal-cover .contacts-holder {
    padding: 0 20px 10px;
    display: none; } }

@media (max-width: 420px) {
  .modal-form {
    padding: 20px 5px 10px; }
  .modal a.close-modal {
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px; }
  .modal-form .h3,
  .modal-form h3 {
    text-align: left;
    font-size: 24px; }
  .attach-hint {
    font-size: 11px; }
  .radio-item label {
    font-size: 13px; } }

.main-footer {
  background-color: #fff; }
  .main-footer a {
    color: #111;
    text-decoration: none; }
    .main-footer a:hover {
      text-decoration: underline;
      color: #40abe1; }
  .main-footer .background-text {
    position: absolute;
    left: -20px;
    right: -20px;
    margin: 0 auto;
    max-width: 1950px;
    width: calc(100% + 40px);
    z-index: 0; }

.footer-content {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative; }
  .footer-content .container {
    position: relative;
    z-index: 1; }
  .footer-content .background-text {
    top: 0; }
  .footer-content .contact-item {
    margin-bottom: 20px; }
    .footer-content .contact-item a {
      color: #3a414f; }
      .footer-content .contact-item a:hover {
        color: #40abe1; }
  .footer-content .contact-label {
    font-size: 14px;
    text-transform: uppercase;
    color: #9a9a9a; }
  .footer-content .contact-info {
    font-size: 20px;
    font-family: "medium", Arial, sans-serif;
    color: #3a414f; }
  .footer-content .route-link {
    text-decoration: underline;
    color: #40abe1;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: -5px;
    margin-left: -2px;
    font-family: "medium", Arial, sans-serif; }
    .footer-content .route-link:hover {
      text-decoration: none;
      color: #111; }

.footer-bottom {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #f1f5fb; }
  .footer-bottom .container {
    display: flex;
    justify-content: space-between; }

.footer-logo {
  width: 340px; }

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 30px; }
  .footer-nav a {
    font-size: 18px;
    font-family: "medium", Arial, sans-serif; }

.footer-social {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px; }
  .footer-social .social-item {
    display: flex;
    align-items: center;
    gap: 8px; }
    .footer-social .social-item p {
      margin: 0 0 5px; }
  .footer-social svg {
    fill: #40abe1; }
  .footer-social a:hover svg {
    fill: #288fc3; }

@media (max-width: 1699px) {
  .footer-content .contact-info {
    font-size: 18px; }
  .footer-social .social-item {
    font-size: 14px; } }

@media (max-width: 1535px) {
  .footer-nav a {
    font-size: 16px; }
  .footer-logo {
    width: 300px; }
  .footer-social {
    margin-top: 30px; } }

@media (max-width: 1199px) {
  .footer-logo {
    width: 220px; }
  .footer-nav a {
    font-size: 14px; }
  .footer-content .contact-info {
    font-size: 14px; }
  .footer-content {
    padding-top: 50px;
    padding-bottom: 50px; } }

@media (max-width: 991px) {
  .footer-social {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px; }
    .footer-social .social-item p {
      margin: 0; }
  .footer-nav {
    display: none; }
  .footer-content .background-text {
    display: none; }
  .footer-bottom .container {
    display: block;
    text-align: center; }
  .footer-copyright {
    margin-bottom: 10px; }
  .footer-content .col-lg-3:last-child {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px 30px; }
  .footer-content .contact-item {
    margin-bottom: 10px; }
    .footer-content .contact-item:nth-child(1), .footer-content .contact-item:nth-child(2) {
      width: calc(50% - 15px); }
    .footer-content .contact-item:nth-child(3) {
      width: 100%; }
    .footer-content .contact-item p {
      margin: 0; }
  .footer-bottom {
    padding-top: 15px;
    padding-bottom: 15px; } }

@media (max-width: 575px) {
  .footer-logo {
    width: 200px; }
  .footer-social {
    padding-left: 0;
    margin-bottom: 15px; }
  .footer-social .social-item p {
    display: none; }
  .footer-content .contact-item:nth-child(1),
  .footer-content .contact-item:nth-child(2) {
    width: 100%; } }

.error-page .page-content {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  align-items: center; }
  .error-page .page-content h1,
  .error-page .page-content .h1 {
    font-size: 36px;
    text-transform: uppercase;
    margin: 0 0 15px; }
  .error-page .page-content p {
    font-size: 18px;
    margin-bottom: 25px; }
    .error-page .page-content p a {
      color: #40abe1;
      text-decoration: underline; }
      .error-page .page-content p a:hover {
        text-decoration: none; }
  .error-page .page-content .btn-primary {
    width: 220px; }

.error-page .error-img {
  height: 700px;
  width: calc((100vw - 1550px) / 2 + (1520px / 2));
  margin-left: calc(-1 * (100vw - 1520px) / 2); }
  .error-page .error-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.error-page .error-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 120px; }

.error-page .lg-nums {
  font-size: 200px;
  font-family: "semiBold", Arial, sans-serif;
  line-height: 1; }

@media (max-width: 1699px) {
  .error-page .error-img {
    height: 500px;
    width: calc((100vw - 1350px) / 2 + (1320px / 2));
    margin-left: calc(-1 * (100vw - 1320px) / 2); }
  .error-page .lg-nums {
    font-size: 180px; } }

@media (max-width: 1535px) {
  .error-page .lg-nums {
    font-size: 160px; }
  .error-page .error-text {
    padding-left: 80px; }
  .error-page .page-content h1,
  .error-page .page-content .h1 {
    font-size: 32px; }
  .error-page .error-img {
    height: 420px;
    width: calc((100vw - 1170px) / 2 + (1140px / 2));
    margin-left: calc(-1 * (100vw - 1140px) / 2); } }

@media (max-width: 1199px) {
  .error-page .lg-nums {
    font-size: 140px; }
  .error-page .error-text {
    padding-left: 60px; }
  .error-page .page-content h1,
  .error-page .page-content .h1 {
    font-size: 28px; }
  .error-page .page-content p {
    font-size: 16px; }
  .error-page .error-img {
    height: 420px;
    width: calc((100vw - 960px) / 2 + (930px / 2));
    margin-left: calc(-1 * (100vw - 930px) / 2); } }

@media (max-width: 991px) {
  .error-page .error-img {
    display: none; }
  .error-page .lg-nums {
    font-size: 120px; }
  .error-page .page-content h1,
  .error-page .page-content .h1 {
    font-size: 24px; }
  .error-page .error-text {
    display: block;
    padding-left: 15px;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px; }
  .error-page .page-content {
    padding-bottom: 0; } }
