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

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

/*! 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 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-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-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-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.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: "semi", 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: "semi", 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: 50px; }
  .title-group h1,
  .title-group .h1,
  .title-group .h2,
  .title-group h2 {
    font-size: 44px;
    text-transform: uppercase;
    color: #466d6a;
    font-family: "semi", Arial, sans-serif;
    margin: 0;
    letter-spacing: 0.5px; }

@media (max-width: 1699px) {
  .title-group {
    margin-bottom: 40px; }
    .title-group h1,
    .title-group .h1,
    .title-group .h2,
    .title-group h2 {
      font-size: 42px; }
  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: 36px; }
  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: 32px; }
  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: 30px; } }

@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; }

.text-green {
  color: #466d6a; }

.w-100 {
  width: 100%; }

.pb-100 {
  padding-bottom: 100px; }

.pb-120 {
  padding-bottom: 120px; }

.pb-80 {
  padding-bottom: 80px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-30 {
  margin-bottom: 30px; }

.wide-start {
  position: relative;
  margin-top: -60px;
  z-index: 1;
  display: flex;
  justify-content: center; }
  .wide-start svg {
    width: 100%;
    height: auto;
    max-width: 100%; }
  .wide-start .title-group {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1; }

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

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

@media (max-width: 1699px) {
  .wide-start .title-group {
    top: 15%; } }

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

@media (max-width: 991px) {
  .wide-start {
    margin: 0;
    width: 100%; }
    .wide-start .title-group {
      position: static; }
    .wide-start svg {
      display: none; } }

@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(25px);
  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; }
    .main-header .home-link img {
      display: block;
      width: 160px;
      height: 56px;
      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: 18px;
    color: #111;
    text-decoration: none;
    margin-bottom: 8px; }
  .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: #466d6a;
        pointer-events: none; }
  .main-header .header-phone {
    text-decoration: none;
    color: #466d6a;
    font-size: 20px;
    font-family: "semi", Arial, sans-serif; }

.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: 56px 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(37, 61, 59, 0.7); }
  .navigation-backdrop.visible {
    display: block !important; }

@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) {
  .main-header .home-link {
    margin-right: 30px; }
  .main-header .container {
    max-width: 3000px;
    padding-right: 20px;
    padding-left: 20px; }
  .nav-toggle,
  .nav-close {
    display: none; }
  .main-header .header-lang {
    position: static; }
  .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:hover,
    .main-header .main-nav .nav-link:hover {
      color: #466d6a; }
  .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: 2px 0;
    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: 20px;
    margin-bottom: 0;
    margin-right: 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; }
  .slide-nav .nav-dropdown-box {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 30px;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s;
    z-index: 1; }
  .slide-nav .dropdown-box-inner {
    flex: 0 0 240px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.2);
    padding: 0;
    margin-right: -20px;
    padding: 10px 10px 4px; }
    .slide-nav .dropdown-box-inner a {
      background-color: #f1f5fb;
      margin-bottom: 8px;
      padding: 8px 12px;
      font-size: 15px; }
      .slide-nav .dropdown-box-inner a:hover {
        color: #fff;
        background-color: #466d6a; }
  .main-header .header-phone {
    font-size: 17px;
    margin-top: -2px;
    margin-left: 20px; }
  .main-header .header-lang {
    font-size: 15px;
    margin-left: 20px;
    display: flex;
    align-items: center; }
    .main-header .header-lang a:hover {
      color: #111; }
  .main-header .header-phone,
  .main-header .main-nav > a {
    position: relative;
    white-space: nowrap; }
  .main-header .header-phone:before,
  .main-header .header-phone:after,
  .main-header .main-nav > a:before,
  .main-header .main-nav > a:after {
    content: "";
    position: absolute;
    background-color: #111;
    height: 2px;
    transition: 400ms ease-in-out;
    bottom: 0;
    width: 0; }
  .main-header .header-phone:before,
  .main-header .main-nav > a:before {
    right: 0; }
  .main-header .header-phone:after,
  .main-header .main-nav > a:after {
    left: 0; }
  .main-header .header-phone:hover:before,
  .main-header .main-nav > a:hover:before {
    width: 50%;
    left: 50%; }
  .main-header .header-phone:hover:after,
  .main-header .main-nav > a:hover:after {
    width: 50%;
    left: auto;
    right: 50%; } }

@media (min-width: 1280px) {
  .main-header .header-phone {
    margin-left: 0; } }

@media (min-width: 1320px) {
  .main-header .main-nav {
    margin: 0 auto; }
  .main-header .header-phone {
    font-size: 19px;
    margin-top: -4px; } }

@media (min-width: 1420px) {
  .main-header .main-nav {
    gap: 40px; }
  .main-header .home-link img {
    width: 200px;
    height: 64px; } }

@media (min-width: 1536px) {
  .main-header .home-link {
    margin-right: 50px; }
  .main-header .header-phone {
    font-size: 16px;
    margin-top: -2px; }
  .main-header .header-phone {
    font-size: 20px;
    margin-top: -2px; }
  .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 .container {
    padding-left: 30px;
    padding-right: 30px; } }

@media (min-width: 1700px) {
  .main-header .home-link {
    width: 220px; }
  .main-header .home-link img {
    width: 220px;
    height: 70px; }
  .main-header.fixed .home-link img {
    width: 180px;
    height: 56px; }
  .slide-nav .dropdown-box-inner a {
    font-size: 16px; }
  .main-header .header-phone {
    font-size: 22px;
    margin-top: -2px; }
  .slide-nav .dropdown-box-inner {
    flex: 0 0 250px; } }

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

.breadcrumb {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 15px 0 50px;
  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: #466d6a; }

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

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

@media (min-width: 1200px) {
  .breadcrumb-container {
    max-width: 100%; } }

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

@media (max-width: 1536px) {
  .breadcrumb .breadcrumb-item {
    font-size: 12px; }
  .breadcrumb {
    margin-bottom: 30px; }
  .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: 25px; }
  .default-breadcrumb {
    margin-bottom: 30px; } }

.btn-primary {
  color: #fff;
  background-color: #466d6a;
  border-radius: 6px;
  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: #345b58; }

.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(70, 109, 106, 0.4); }

.btn-outline {
  border: 1px solid #466d6a;
  background-color: #fff;
  color: #466d6a;
  border-radius: 6px;
  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; }
  .btn-outline svg {
    fill: #466d6a;
    width: 18px;
    height: 18px;
    transition: 0.25s; }
  .btn-outline:hover {
    background-color: #466d6a;
    color: #fff;
    gap: 12px; }
    .btn-outline:hover svg {
      fill: #fff; }

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

.index-hero {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 3000px;
  margin: 0 auto; }

.banner-holder {
  position: relative;
  overflow: hidden; }
  .banner-holder > img {
    border-radius: 12px; }
  .banner-holder foreignObject {
    overflow: visible !important;
    pointer-events: none; }

.banner-img {
  width: 100%;
  max-width: 100%;
  height: auto; }

.banner-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.banner-svg g:hover .banner-tooltip {
  background-color: #466d6a; }

.banner-svg path {
  fill: transparent;
  transition: fill 0.3s;
  stroke-width: 2px; }

.banner-tooltip {
  font-size: 20px;
  line-height: 100%;
  line-height: 1.4;
  letter-spacing: 0.5px;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  padding: 12px 20px;
  color: #fff;
  border-radius: 6px;
  border: 0;
  transition: 0.25s;
  text-transform: uppercase;
  position: relative; }
  .banner-tooltip:before, .banner-tooltip:after {
    content: "";
    position: absolute;
    background-color: #fff; }
  .banner-tooltip:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5); }

.badge-1 .banner-tooltip {
  text-align: center; }
  .badge-1 .banner-tooltip:before {
    width: 1px;
    height: 80px;
    right: 68px;
    top: 100%; }
  .badge-1 .banner-tooltip:after {
    bottom: -88px;
    right: 59px; }

.badge-2 .banner-tooltip:before {
  width: 1px;
  height: 80px;
  right: 68px;
  top: 100%; }

.badge-2 .banner-tooltip:after {
  bottom: -88px;
  right: 59px; }

.badge-3 .banner-tooltip:before {
  width: 80px;
  height: 1px;
  right: 100%;
  top: 42px; }

.badge-3 .banner-tooltip:after {
  top: 32px;
  left: -88px; }

.banner-svg g:hover .banner-tooltip:after {
  animation: shadow-pulse 1s infinite; }

.banner-text {
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  font-family: "semi", Arial, sans-serif;
  transform-origin: left bottom;
  transition: 0.3s; }
  .banner-text.animated {
    opacity: 1 !important; }
  .banner-text .h1,
  .banner-text h1 {
    text-shadow: 4px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 78px;
    margin-left: -7px;
    letter-spacing: 0.4px;
    white-space: nowrap; }
  .banner-text .btn-primary {
    font-size: 13px;
    padding: 9px 12px 7px;
    height: auto;
    margin-top: 15px; }

.banner-slider .banner-item {
  height: 1000px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  border-radius: 12px;
  overflow: hidden; }

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

.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; }
  .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: 52px;
    text-shadow: 4px 2px 4px rgba(0, 0, 0, 0.5);
    max-width: 50%;
    text-transform: uppercase; }
  .banner-slider .banner-content p {
    max-width: 600px;
    font-size: 18px; }
  .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 {
  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: #466d6a;
  border: 1px solid #466d6a; }

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

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5); }
  50% {
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.5); }
  100% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5); } }

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

@media (max-width: 1800px) {
  .banner-text {
    transform: scale(0.8); }
  .banner-slider .banner-item {
    height: 620px; }
  .banner-slider .banner-content .h1,
  .banner-slider .banner-content h1,
  .banner-slider .banner-content h2,
  .banner-slider .banner-content .h2 {
    font-size: 46px;
    max-width: 50%; }
  .banner-slider .banner-content p {
    font-size: 16px; }
  .banner-slider .banner-content .btn-primary {
    font-size: 20px; } }

@media (max-width: 1699px) {
  .banner-text {
    transform: scale(0.7); }
  .banner-slider .banner-item {
    height: 580px; }
  .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 .btn-primary {
    font-size: 18px; } }

@media (max-width: 1535px) {
  .banner-text {
    transform: scale(0.6); }
  .index-hero {
    padding-left: 20px;
    padding-right: 20px; }
  .banner-slider .banner-item {
    height: 520px; }
  .banner-slider .banner-content .h1,
  .banner-slider .banner-content h1,
  .banner-slider .banner-content h2,
  .banner-slider .banner-content .h2 {
    font-size: 36px; }
  .banner-slider .banner-content .btn-primary {
    font-size: 18px; } }

@media (max-width: 1400px) {
  .banner-text {
    transform: scale(0.55); } }

@media (max-width: 1199px) {
  .banner-text {
    transform: scale(0.4); }
  .banner-holder > img {
    border-radius: 8px; }
  .index-hero {
    padding-left: 15px;
    padding-right: 15px; }
  .banner-slider .banner-item {
    height: 480px; }
  .banner-slider .banner-content .h1,
  .banner-slider .banner-content h1,
  .banner-slider .banner-content h2,
  .banner-slider .banner-content .h2 {
    font-size: 32px;
    max-width: 60%; }
  .banner-slider .banner-content .btn-primary {
    font-size: 16px; }
  .banner-slider .banner-content p {
    font-size: 14px; } }

@media (max-width: 992px) {
  .banner-svg {
    display: none; }
  .banner-holder {
    height: 400px; }
    .banner-holder .banner-img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .banner-text {
    padding-left: 30px; }
  .banner-holder .banner-img {
    filter: brightness(0.8); }
  .banner-slider .banner-item {
    padding: 30px; }
  .banner-slider .banner-content .h1,
  .banner-slider .banner-content h1,
  .banner-slider .banner-content h2,
  .banner-slider .banner-content .h2 {
    font-size: 28px;
    max-width: 80%; }
  .banner-slider .banner-content .btn-primary {
    font-size: 14px; }
  .banner-slider .banner-content p {
    font-size: 13px;
    max-width: 80%; } }

@media (max-width: 575px) {
  .banner-svg {
    display: none; }
  .banner-holder {
    height: 50vh; }
  .banner-text {
    bottom: auto;
    padding-left: 15px;
    top: 50%;
    transform: translateY(-50%) scale(1); }
    .banner-text h1,
    .banner-text .h1 {
      font-size: 20px;
      margin: 0 0 5px; }
    .banner-text img {
      width: 200px; }
    .banner-text .btn-primary {
      display: flex !important; }
  .banner-slider .banner-item {
    height: 60vh;
    min-height: 300px; }
  .banner-slider .banner-content .h1,
  .banner-slider .banner-content h1,
  .banner-slider .banner-content h2,
  .banner-slider .banner-content .h2 {
    font-size: 22px;
    max-width: 100%; }
  .banner-slider .banner-content .btn-primary {
    font-size: 14px; }
  .banner-slider .banner-content p {
    font-size: 13px;
    max-width: 100%; } }

.tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
  text-align: justify; }

.tab-pane.current {
  height: auto;
  overflow: visible; }

.tabs {
  display: flex;
  flex-direction: column; }

.tab-link {
  cursor: pointer;
  padding: 15px 25px;
  border-radius: 8px;
  background-color: #f1f5fb;
  margin-bottom: 12px;
  min-height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .tab-link .h4,
  .tab-link h4 {
    margin: 5px 0;
    font-size: 18px; }
  .tab-link p {
    margin: 0;
    font-size: 14px; }

.tab-link.current {
  background-color: #466d6a;
  color: #fff; }

.marquee {
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1f5fb;
  margin-top: 80px;
  margin-bottom: 80px; }

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

.marquee-item {
  font-size: 32px;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative; }
  .marquee-item:after {
    content: "";
    position: absolute;
    right: -50px;
    top: 7px;
    width: 30px;
    height: 30px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='27' fill='none' viewBox='0 0 28 27'%3E%3Cpath fill='%23466d6a' d='M9.264 2.363a1.75 1.75 0 0 0 0 2.475l8.662 8.662-8.662 8.663a1.75 1.75 0 0 0 2.472 2.474l9.901-9.898a1.75 1.75 0 0 0 0-2.475l-9.898-9.901a1.75 1.75 0 0 0-2.475 0'/%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 {
    padding-top: 30px;
    padding-bottom: 30px; }
  .marquee-item {
    font-size: 28px; }
  .marquee-item:after {
    top: 5px; } }

@media (max-width: 1535px) {
  .marquee {
    padding-top: 30px;
    padding-bottom: 30px; }
  .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; } }

.progress-container {
  padding-bottom: 10px;
  padding-top: 30px; }

.progress-item {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #bababa;
  padding-bottom: 50px;
  margin-bottom: 50px; }
  .progress-item:last-child {
    border-bottom: 0; }

.progress-date {
  flex: 0 0 320px;
  font-size: 22px;
  font-family: "semi", Arial, sans-serif;
  margin-top: -3px; }

.progress-text {
  padding-right: 30px;
  flex: 0 0 560px;
  font-size: 14px; }

.progress-text h3 {
  margin: 0 0 20px; }

.progress-text ul,
.progress-text ol {
  margin: -8px 0 20px;
  padding: 0 0 0 20px; }

.progress-text ul li,
.progress-text ol li {
  margin: 3px 0;
  color: #212121; }

.progress-gallery {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  gap: 15px; }

.progress-gallery .gallery-item {
  width: calc(20% - 15px);
  flex-shrink: 0;
  display: block;
  aspect-ratio: 1 / 1; }

.progress-gallery .gallery-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }
  .progress-gallery .gallery-item 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.4s;
    opacity: 0; }
  .progress-gallery .gallery-item a:hover:after {
    opacity: 1; }
  .progress-gallery .gallery-item a:hover img {
    transform: scale(1.1); }

.progress-gallery .gallery-item picture {
  width: 100%;
  height: 100%; }

.progress-gallery .gallery-item video,
.progress-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s; }

.progress-gallery .gallery-item video {
  pointer-events: none; }

.progress-gallery .gallery-item.video-item {
  position: relative; }

.progress-gallery .gallery-item.video-item:after {
  content: "";
  position: absolute;
  left: calc(50% - 27px);
  top: calc(50% - 27px);
  width: 54px;
  height: 54px;
  pointer-events: none;
  background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='53' height='53' fill='none' viewBox='0 0 53 53'%3E%3Cpath fill='%23FBC42C' d='M53 26.5C53 41.136 41.136 53 26.5 53S0 41.136 0 26.5 11.864 0 26.5 0 53 11.864 53 26.5Z'/%3E%3Cpath fill='%23000' d='m22.192 18.67 13.568 7.633a.8.8 0 0 1 0 1.394L22.192 35.33A.801.801 0 0 1 21 34.632V19.368a.8.8 0 0 1 1.192-.698Z'/%3E%3C/svg%3E") no-repeat center; }

@media (max-width: 1699px) {
  .progress-date {
    flex: 0 0 200px;
    font-size: 20px;
    padding-right: 15px; }
  .progress-text {
    flex: 0 0 500px; }
  .progress-gallery {
    gap: 10px; } }

@media (max-width: 1535px) {
  .progress-gallery .gallery-item {
    width: calc(33.33% - 10px); }
  .progress-item {
    padding-bottom: 40px;
    margin-bottom: 40px; } }

@media (max-width: 1199px) {
  .progress-container {
    padding-top: 10px; }
  .progress-item {
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-bottom: 30px; }
  .progress-date {
    flex: 0 0 100%;
    font-size: 22px;
    margin: 0 0 10px; }
  .progress-text {
    flex: 0 0 50%;
    padding-top: 3px; }
  .progress-gallery {
    flex: 0 0 50%; }
  .progress-text h3 {
    margin-bottom: 10px;
    font-size: 18px; } }

@media (max-width: 991px) {
  .progress-item {
    display: block; }
  .progress-date {
    flex: 0 0 100%;
    font-size: 18px; }
  .progress-text {
    padding-right: 0; }
  .progress-gallery .gallery-item {
    width: calc(20% - 10px); } }

@media (max-width: 767px) {
  .progress-gallery .gallery-item {
    width: calc(50% - 10px); } }

.catalog-item .item-img {
  transition: 0.25s;
  margin-bottom: 8px;
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 6px; }
  .catalog-item .item-img picture {
    display: block;
    width: 100%;
    height: 100%; }
  .catalog-item .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s; }
  .catalog-item .item-img a {
    display: block;
    width: 100%;
    height: 100%; }
    .catalog-item .item-img a:hover img {
      transform: scale(1.1); }

.catalog-item .h3,
.catalog-item h3 {
  margin: 0;
  font-size: 22px; }
  .catalog-item .h3 a,
  .catalog-item h3 a {
    text-decoration: none;
    color: #111; }
    .catalog-item .h3 a:hover,
    .catalog-item h3 a:hover {
      text-decoration: underline;
      color: #466d6a; }

.catalog-section {
  padding-bottom: 50px;
  padding-top: 120px; }
  .catalog-section .title-group {
    margin-bottom: 0; }
  .catalog-section .btn-outline {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    font-size: 24px;
    text-transform: uppercase; }
  .catalog-section .text-section {
    font-size: 18px; }
  .catalog-section .row {
    margin-left: -20px;
    margin-right: -20px; }
  .catalog-section .col-sm-6,
  .catalog-section .col-lg-3,
  .catalog-section .col-lg-9 {
    padding-left: 20px;
    padding-right: 20px; }
  .catalog-section .col-sm-6.col-lg-3 {
    margin-bottom: 50px; }
  .catalog-section .row:first-child {
    margin-bottom: 80px; }

.catalog-inner .catalog-section .title-group {
  margin-bottom: 40px; }

.catalog-inner .catalog-section {
  padding-top: 40px; }

.catalog-content > .row {
  margin-bottom: 80px;
  margin-left: -25px;
  margin-right: -25px; }

.catalog-content .col-lg-6 {
  padding-left: 25px;
  padding-right: 25px; }

.catalog-content .text-section {
  font-size: 18px; }
  .catalog-content .text-section .h2,
  .catalog-content .text-section h2 {
    font-size: 36px;
    font-family: "regular", Arial, sans-serif;
    margin: 0 0 15px; }

.single-slide .item {
  position: relative;
  height: 500px;
  display: none;
  border-radius: 12px;
  overflow: hidden; }

.single-slide .item:first-child {
  display: block; }

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

.single-slide a {
  display: block;
  width: 100%;
  height: 100%; }
  .single-slide 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; }
  .single-slide a:hover:after {
    opacity: 1; }

.single-slide picture {
  width: 100%;
  height: 100%; }

.single-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.slider-container {
  position: relative; }
  .slider-container .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s;
    position: absolute;
    top: calc(50% - 20px);
    z-index: 10; }
  .slider-container .slick-arrow:hover {
    background-color: #466d6a; }
  .slider-container .slick-arrow:hover svg {
    fill: #fff; }
  .slider-container .slick-arrow svg {
    width: 16px;
    height: 16px;
    fill: #43423e;
    transition: 0.25s; }
  .slider-container .slick-next {
    right: 20px; }
  .slider-container .slick-prev {
    left: 20px; }

.catalog-inner-start {
  margin-bottom: 80px;
  margin-top: 50px; }

@media (max-width: 2000px) {
  .catalog-section {
    padding-top: 100px; } }

@media (max-width: 1699px) {
  .catalog-section {
    padding-top: 80px;
    padding-bottom: 30px; }
  .catalog-section .text-section {
    font-size: 16px; }
  .index-page .catalog-section .row:first-child {
    margin-bottom: 60px; }
  .catalog-item .h3,
  .catalog-item h3 {
    font-size: 18px; }
  .single-slide .item {
    height: 420px; }
  .catalog-content .text-section .h2,
  .catalog-content .text-section h2 {
    font-size: 32px; } }

@media (max-width: 1535px) {
  .catalog-section .text-section {
    font-size: 14px; }
  .catalog-item .h3,
  .catalog-item h3 {
    font-size: 18px; }
  .catalog-section .btn-outline {
    font-size: 20px; }
  .catalog-section {
    padding-top: 60px;
    padding-bottom: 0; }
  .catalog-section .row {
    margin-left: -15px;
    margin-right: -15px; }
  .index-page .catalog-section .row:first-child {
    margin-bottom: 40px; }
  .catalog-section .col-sm-6,
  .catalog-section .col-lg-3,
  .catalog-section .col-lg-9 {
    padding-left: 15px;
    padding-right: 15px; }
  .single-slide .item {
    height: 380px; }
  .catalog-content .text-section .h2,
  .catalog-content .text-section h2 {
    font-size: 28px; }
  .catalog-content .text-section {
    font-size: 16px; } }

@media (max-width: 1199px) {
  .catalog-item .h3,
  .catalog-item h3 {
    font-size: 16px; }
  .catalog-section .btn-outline {
    font-size: 18px; }
  .index-page .catalog-section .row:first-child {
    margin-bottom: 30px; }
  .single-slide .item {
    height: 320px; }
  .catalog-inner .catalog-section .title-group {
    margin-bottom: 25px; }
  .catalog-inner-start {
    margin-bottom: 50px; } }

@media (max-width: 991px) {
  .catalog-content .col-lg-6.align-center {
    order: 3; }
  .catalog-content > .row {
    margin-bottom: 20px; }
  .single-slide .item {
    height: 420px; }
  .catalog-content .text-section .h2,
  .catalog-content .text-section h2 {
    font-size: 22px;
    margin: 0 0 12px; }
  .catalog-inner-start {
    padding-bottom: 10px; }
  .catalog-inner-start img {
    display: none; }
  .slider-container .arrow-holder {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 12px; }
  .slider-container .slick-prev,
  .slider-container .slick-next {
    position: static;
    background-color: #f1f1f1; }
  .catalog-inner-start {
    margin-bottom: 10px;
    margin-top: 0; }
  .catalog-inner .title-group {
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .index-page .catalog-section {
    padding-top: 40px; }
  .about-page .catalog-section .row:first-child,
  .index-page .catalog-section .row:first-child {
    margin-bottom: 20px; }
  .catalog-section .col-sm-6.col-lg-3 {
    margin-bottom: 30px; }
  .index-page .catalog-section {
    padding-bottom: 10px; }
  .single-slide .item {
    height: 320px; }
  .catalog-section {
    padding-bottom: 10px; } }

@media (max-width: 575px) {
  .catalog-section .btn-outline,
  .catalog-item .item-img {
    aspect-ratio: unset;
    height: 300px; }
  .single-slide .item {
    border-radius: 8px; }
  .catalog-content .text-section {
    font-size: 14px; }
  .catalog-content .text-section .h2,
  .catalog-content .text-section h2 {
    margin-bottom: 8px; } }

@media (max-width: 479px) {
  .catalog-section .btn-outline,
  .catalog-item .item-img {
    aspect-ratio: unset;
    height: 260px; } }

@media (max-width: 400px) {
  .catalog-section .btn-outline,
  .catalog-item .item-img {
    aspect-ratio: unset;
    height: 220px; } }

.index-page .wide-logo {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: -5px; }
  .index-page .wide-logo svg {
    display: block;
    max-width: 3000px;
    width: 100%;
    height: auto; }

.index-page .projects-section {
  padding-bottom: 120px;
  background-color: #f1f5fb; }
  .index-page .projects-section .title-group {
    margin-bottom: 155px; }
  .index-page .projects-section .row {
    flex-wrap: nowrap; }
  .index-page .projects-section .col-lg-3 {
    flex: 0 0 387px;
    max-width: none;
    margin-top: -187px; }
  .index-page .projects-section .col-lg-9 {
    max-width: none;
    flex: 0 0 calc(100% - 387px);
    margin-top: -180px; }
  .index-page .projects-section .item-img {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    flex: 0 0 350px;
    margin-bottom: 10px; }
    .index-page .projects-section .item-img a {
      display: block; }
      .index-page .projects-section .item-img a:hover img {
        transform: scale(1.1); }
    .index-page .projects-section .item-img picture {
      display: block;
      width: 100%; }
    .index-page .projects-section .item-img img {
      display: block;
      width: 100%;
      height: auto;
      transition: 0.5s; }
  .index-page .projects-section .item-body .h3,
  .index-page .projects-section .item-body h3 {
    font-size: 20px;
    font-family: "regular", Arial, sans-serif;
    margin-bottom: 0; }
  .index-page .projects-section .item-body a {
    text-decoration: none;
    color: #111;
    transition: 0.3s; }
    .index-page .projects-section .item-body a:hover {
      text-decoration: underline; }
  .index-page .projects-section .item-body p {
    color: #666; }
  .index-page .projects-section .btn-primary.w-100 {
    font-size: 22px;
    text-transform: uppercase;
    height: 70px;
    margin-top: 60px;
    gap: 10px; }
    .index-page .projects-section .btn-primary.w-100 svg {
      fill: #fff;
      width: 18px;
      height: 18px;
      transition: 0.25s; }
    .index-page .projects-section .btn-primary.w-100:hover svg {
      transform: translateX(8px); }

.projects-start {
  margin-top: -200px;
  position: relative;
  z-index: 2; }
  .projects-start .text-section {
    padding-right: 60px; }
  .projects-start .img-container img {
    border-radius: 12px; }

.gallery-grid img {
  border-radius: 12px;
  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-inner .gallery-grid {
  margin-top: 50px; }

.project-inner .btn-outline.w-100 {
  font-size: 22px;
  text-transform: uppercase;
  height: 80px;
  margin-top: 100px;
  margin-bottom: 120px; }

.projects-page .project-item {
  display: flex;
  gap: 30px;
  align-items: flex-start; }
  .projects-page .project-item .link-more {
    text-decoration: none;
    color: #466d6a;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 6px; }
    .projects-page .project-item .link-more svg {
      position: relative;
      transition: 0.25s; }
    .projects-page .project-item .link-more:hover {
      text-decoration: underline; }
      .projects-page .project-item .link-more:hover svg {
        transform: translateX(5px); }
  .projects-page .project-item .item-img {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    flex: 0 0 350px; }
    .projects-page .project-item .item-img a {
      display: block; }
      .projects-page .project-item .item-img a:hover img {
        transform: scale(1.1); }
    .projects-page .project-item .item-img picture {
      display: block;
      width: 100%; }
    .projects-page .project-item .item-img img {
      display: block;
      width: 100%;
      height: auto;
      transition: 0.5s; }
  .projects-page .project-item .item-body {
    font-size: 14px; }

.projects-page .projects-grid {
  margin-bottom: 80px; }

@media (max-width: 2000px) {
  .index-page .projects-section {
    padding-bottom: 100px; }
  .index-page .projects-section .btn-primary.w-100 {
    margin-top: 40px; }
  .projects-start {
    margin-top: -160px; } }

@media (max-width: 1699px) {
  .index-page .projects-section .item-body .h3,
  .index-page .projects-section .item-body h3 {
    font-size: 18px; }
  .index-page .projects-section .item-img {
    border-radius: 6px; }
  .index-page .projects-section {
    padding-bottom: 80px; }
  .index-page .projects-section .btn-primary.w-100 {
    margin-top: 20px;
    height: 60px;
    font-size: 20px; }
  .project-inner .btn-outline.w-100 {
    margin-top: 80px;
    margin-bottom: 80px;
    height: 60px; }
  .projects-start {
    margin-top: -120px; }
  .projects-start .h2,
  .projects-start h2 {
    font-size: 32px; }
  .projects-start .text-section {
    font-size: 16px; }
  .projects-page .project-item {
    gap: 25px; }
    .projects-page .project-item .item-img {
      flex: 0 0 250px; }
    .projects-page .project-item .h3,
    .projects-page .project-item h3 {
      font-size: 18px; }
  .projects-page .projects-grid {
    margin-bottom: 40px; } }

@media (max-width: 1535px) {
  .index-page .projects-section .item-body .h3,
  .index-page .projects-section .item-body h3 {
    font-size: 16px; }
  .index-page .projects-section .col-lg-3 {
    flex: 0 0 320px; }
  .index-page .projects-section .col-lg-3 {
    margin-top: -131px; }
  .index-page .projects-section .col-lg-9 {
    flex: 0 0 calc(100% - 320px);
    margin-top: -120px; }
  .index-page .projects-section .title-group {
    margin-bottom: 80px; }
  .index-page .projects-section .btn-primary.w-100 {
    height: 50px;
    font-size: 18px; }
  .projects-start .text-section {
    font-size: 14px; }
  .projects-page .project-item .item-img {
    flex: 0 0 220px; }
  .projects-page .project-item .item-body {
    font-size: 13px; }
  .projects-page .project-item .h3,
  .projects-page .project-item h3 {
    font-size: 18px; } }

@media (max-width: 1400px) {
  .projects-start {
    margin-top: -100px; } }

@media (max-width: 1199px) {
  .index-page .projects-section .row {
    display: block; }
  .index-page .projects-section .col-lg-9,
  .index-page .projects-section .col-lg-3 {
    width: 100%;
    max-width: 100%;
    margin-top: 0; }
  .index-page .projects-section .col-lg-9 {
    padding-top: 30px; }
  .index-page .projects-section .title-group {
    margin-bottom: 10px; }
  .index-page .wide-logo {
    display: none; }
  .index-page .projects-section {
    padding-top: 60px;
    padding-bottom: 60px; }
  .project-inner .gallery-grid {
    margin-top: 20px; }
  .project-inner .btn-outline.w-100 {
    font-size: 18px;
    margin-top: 60px;
    margin-bottom: 60px; }
  .projects-start {
    margin-top: -80px; }
  .projects-page .project-item .item-img {
    flex: 0 0 280px; }
  .projects-page .project-item .item-body {
    font-size: 15px; }
  .projects-page .projects-grid {
    margin-bottom: 10px; } }

@media (max-width: 1080px) {
  .projects-start {
    margin-top: -50px; } }

@media (max-width: 991px) {
  .index-page .projects-section .btn-primary.w-100 {
    margin-top: 5px; }
  .projects-start {
    margin-top: 0; }
  .projects-start .text-section {
    padding-right: 0; }
  .projects-page .project-item .item-body {
    font-size: 14px; } }

@media (max-width: 767px) {
  .index-page .projects-section {
    padding-top: 40px;
    padding-bottom: 40px; }
  .index-page .projects-section .col-lg-9 {
    padding-top: 15px; }
  .project-inner .btn-outline.w-100 {
    margin-top: 30px;
    margin-bottom: 40px;
    height: 50px; }
  .projects-page .project-item .item-img {
    flex: 0 0 200px; }
  .projects-page .project-item .item-body {
    font-size: 13px; } }

@media (max-width: 575px) {
  .projects-page .project-item {
    display: block; }
    .projects-page .project-item .item-img {
      width: 100%;
      margin-bottom: 10px; }
    .projects-page .project-item .item-body {
      font-size: 14px; } }

@media (max-width: 479px) {
  .index-page .projects-section .item-body .h3,
  .index-page .projects-section .item-body h3 {
    font-size: 14px; } }

.form-control {
  display: block;
  width: 100%;
  height: 42px;
  border-radius: 6px;
  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: #466d6a;
  box-shadow: 0 0 0 3px rgba(70, 109, 106, 0.2); }

textarea {
  display: block;
  width: 100%;
  border-radius: 3px;
  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(255, 255, 255, 0.3); }

textarea.form-control {
  border-radius: 6px;
  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; }

.attach-file {
  position: relative;
  width: 100%;
  margin-bottom: 5px; }

.attach-file .input-label {
  width: 110px;
  background-color: #e9eff9;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px 0 0 6px; }

.attach-file .input-choose {
  background-color: transparent;
  border-left: 0;
  height: 42px;
  line-height: 44px;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  font-size: 14px; }

.attach-file input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 42px; }

.attach-file label {
  border: 1px solid #939eb0;
  padding-left: 110px;
  border-radius: 6px;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0;
  outline: 0;
  transition: 0.25s;
  position: relative;
  cursor: pointer; }

.attach-hint {
  font-size: 13px; }

@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: #466d6a; }

.text-section a {
  color: #466d6a; }
  .text-section a:hover {
    text-decoration: none; }

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

.index-about {
  padding-top: 120px; }

.benefit-section {
  display: flex; }
  .benefit-section .benefit-item {
    padding-right: 20px; }
    .benefit-section .benefit-item .benefit-icon {
      width: 42px;
      height: 42px;
      margin-bottom: 8px; }
    .benefit-section .benefit-item .h3,
    .benefit-section .benefit-item h3 {
      font-size: 22px; }
    .benefit-section .benefit-item p {
      color: #777;
      font-size: 15px; }

.index-page .benefit-section {
  padding-top: 60px;
  padding-bottom: 60px; }

.index-page .benefit-item {
  flex: 0 0 25%; }

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

.about-page .benefit-item {
  flex: 0 0 25%; }

.about-start {
  position: relative;
  z-index: 2;
  margin-top: -160px; }
  .about-start .h2,
  .about-start h2 {
    font-size: 36px;
    max-width: 420px;
    margin: 0 0 25px; }
  .about-start .text-section {
    font-size: 18px; }
  .about-start .col-lg-6:first-child {
    padding-right: 70px; }
    .about-start .col-lg-6:first-child .text-section {
      margin-top: 150px;
      margin-bottom: 200px; }
  .about-start .col-lg-6:last-child {
    padding-left: 70px; }
    .about-start .col-lg-6:last-child .img-container {
      margin-bottom: 200px; }
  .about-start img {
    border-radius: 12px;
    display: block; }

.team-section {
  padding-top: 120px;
  padding-bottom: 80px;
  background-color: #f1f5fb; }
  .team-section .title-group p {
    max-width: 480px;
    font-size: 18px; }
  .team-section .row {
    margin-left: -20px;
    margin-right: -20px; }
  .team-section .col-sm-6.col-lg-4 {
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px; }
  .team-section .item-img {
    transition: 0.25s;
    margin-bottom: 8px;
    position: relative;
    width: 100%;
    height: 480px;
    overflow: hidden;
    border-radius: 6px; }
    .team-section .item-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .team-section .item-img picture {
      display: block;
      width: 100%;
      height: 100%; }

.team-member .h3,
.team-member h3 {
  font-size: 22px;
  margin: 0 0 5px; }

.team-member p {
  color: #666666;
  margin-bottom: 0; }

@media (max-width: 2000px) {
  .index-about {
    padding-top: 100px; }
  .index-page .benefit-section {
    padding-bottom: 70px; }
  .team-section {
    padding-top: 100px;
    padding-bottom: 40px; }
  .about-page .benefit-section .benefit-item p {
    margin-bottom: 0; }
  .about-page .benefit-section {
    padding-top: 100px;
    padding-bottom: 100px; } }

@media (max-width: 1699px) {
  .benefit-section .benefit-item .h3,
  .benefit-section .benefit-item h3 {
    font-size: 20px; }
  .benefit-section .benefit-item p {
    font-size: 14px; }
  .index-about {
    padding-top: 80px; }
  .index-page .benefit-section {
    padding-bottom: 50px; }
  .team-section .item-img {
    height: 420px; }
  .team-member .h3,
  .team-member h3 {
    font-size: 18px; }
  .team-member p {
    font-size: 14px; }
  .about-start {
    margin-top: -120px; }
  .about-start .h2,
  .about-start h2 {
    font-size: 32px; }
  .about-start .text-section {
    font-size: 16px; }
  .team-section {
    padding-top: 80px;
    padding-bottom: 20px; }
  .about-page .benefit-section {
    padding-top: 80px;
    padding-bottom: 80px; }
  .index-page .benefit-section {
    padding-top: 40px; } }

@media (max-width: 1535px) {
  .benefit-section .benefit-item .h3,
  .benefit-section .benefit-item h3 {
    font-size: 18px; }
  .benefit-section .benefit-item p {
    font-size: 13px; }
  .index-about {
    padding-top: 60px; }
  .index-page .benefit-section {
    padding-bottom: 30px; }
  .about-start {
    margin-top: -80px; }
  .team-section {
    padding-top: 60px;
    padding-bottom: 5px; }
  .team-section .title-group p {
    font-size: 16px; }
  .team-section .item-img {
    height: 360px; }
  .about-start .text-section {
    font-size: 14px; }
  .about-start .col-lg-6:first-child {
    padding-right: 50px; }
  .about-start .col-lg-6:last-child {
    padding-left: 50px; }
  .about-start .col-lg-6:first-child .text-section {
    margin-top: 100px;
    margin-bottom: 120px; }
  .about-start .col-lg-6:last-child .img-container {
    margin-bottom: 120px; }
  .about-start .h2,
  .about-start h2 {
    margin-bottom: 15px;
    font-size: 26px; } }

@media (max-width: 1199px) {
  .index-page .benefit-section {
    flex-wrap: wrap;
    padding-top: 30px; }
  .benefit-section .benefit-item .h3 br,
  .benefit-section .benefit-item h3 br {
    display: none; }
  .index-page .benefit-item {
    flex: 0 0 50%;
    margin-bottom: 20px;
    padding-right: 0; }
    .index-page .benefit-item:nth-child(1), .index-page .benefit-item:nth-child(3) {
      padding-right: 30px; }
  .about-page .benefit-section {
    flex-wrap: wrap;
    padding-bottom: 40px;
    padding-top: 60px; }
  .about-page .benefit-item {
    flex: 0 0 33.33%;
    margin-bottom: 30px; } }

@media (max-width: 991px) {
  .index-about .title-group {
    margin-bottom: 10px; }
  .about-start {
    margin-top: 0; }
  .about-start .col-lg-6:first-child {
    padding-right: 15px; }
    .about-start .col-lg-6:first-child .img-container {
      display: none; }
  .about-start .col-lg-6:last-child {
    padding-left: 15px; }
    .about-start .col-lg-6:last-child .img-container {
      margin-bottom: 30px; }
  .about-start .col-lg-6:first-child .text-section {
    margin-top: 0;
    margin-bottom: 30px; }
  .team-section .item-img {
    height: 420px; } }

@media (max-width: 767px) {
  .index-about {
    padding-top: 30px; }
  .benefit-section .benefit-item .h3 br,
  .benefit-section .benefit-item h3 br {
    display: block; }
  .benefit-section .benefit-item {
    margin-bottom: 30px; }
  .benefit-section .benefit-item p {
    margin-bottom: 0; }
  .index-page .benefit-section {
    padding-top: 20px;
    padding-bottom: 10px; }
  .team-section .item-img {
    height: 340px; } }

@media (max-width: 575px) {
  .team-section .title-group {
    text-align: center; }
  .team-member {
    max-width: 320px;
    margin: 0 auto; }
  .team-section .item-img {
    height: 400px; }
  .about-page .benefit-item {
    flex: 0 0 50%; } }

@media (max-width: 479px) {
  .about-page .benefit-section {
    padding-top: 40px;
    padding-bottom: 30px; }
  .about-page .benefit-item {
    padding-right: 15px; }
    .about-page .benefit-item:nth-child(even) {
      padding-right: 0; }
  .about-page .benefit-item .h3,
  .about-page .benefit-item h3 {
    font-size: 17px; } }

.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: "semi", 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: #466d6a;
          text-decoration: underline; }
    .job-start .contact-item .route-link {
      text-decoration: underline;
      color: #466d6a !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 img {
      border-radius: 5px; }
    .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 #466d6a;
  text-align: center;
  font-size: 30px;
  color: #111;
  text-decoration: none;
  font-family: "semi", Arial, sans-serif;
  padding: 20px 30px;
  border-radius: 8px; }
  .job-link:hover {
    background-color: #eaf3ee; }
  .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; }
    .job-start .footer-social {
      display: flex; }
    .job-start .contact-item {
      margin-bottom: 20px; }
  .job-page .title-group {
    margin-bottom: 20px; } }

@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-cover {
  height: 530px;
  position: relative;
  padding: 20px;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end; }
  .contact-cover picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
    .contact-cover picture img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .contact-cover .contact-item {
    margin-bottom: 15px; }
  .contact-cover .contact-label {
    font-size: 13px; }
  .contact-cover .contact-info {
    font-size: 18px; }
  .contact-cover .contacts-holder {
    width: 560px;
    padding: 15px 15px 0; }
  .contact-cover .contact-social {
    display: flex;
    align-items: center;
    gap: 15px; }
    .contact-cover .contact-social svg {
      fill: #fff; }
    .contact-cover .contact-social .social-item:hover svg {
      fill: #6bb6b0; }

.contacts-holder {
  position: relative;
  z-index: 2;
  background-color: rgba(70, 109, 106, 0.4);
  border-radius: 8px;
  padding: 15px;
  backdrop-filter: blur(80px);
  color: #fff; }
  .contacts-holder a {
    color: #fff;
    text-decoration: none; }

.contact-item a:hover {
  text-decoration: underline; }

.contact-locations iframe {
  width: 100%;
  height: 560px;
  border-radius: 12px; }

.contacts-page .contact-form {
  padding: 20px;
  border-radius: 12px;
  position: relative;
  height: 100%;
  background-color: #dfe7f3; }
  .contacts-page .contact-form .h3,
  .contacts-page .contact-form h3 {
    margin-bottom: 15px;
    color: #466d6a;
    font-size: 28px;
    text-transform: uppercase; }
  .contacts-page .contact-form .fill-white {
    padding: 30px;
    border-radius: 5px;
    position: relative;
    z-index: 3;
    min-height: 100%; }

.contact-section {
  overflow: hidden;
  padding-top: 60px; }
  .contact-section .container {
    position: relative;
    padding-bottom: 30px;
    z-index: 1;
    color: #fff; }
    .contact-section .container:before, .contact-section .container:after {
      content: "";
      position: absolute;
      top: 0;
      background-color: #466d6a;
      height: 100%;
      z-index: -1; }
    .contact-section .container:before {
      right: calc(100% + 50px);
      width: 100vw;
      border-radius: 0 12px 12px 0; }
    .contact-section .container:after {
      left: -15px;
      width: 100vw;
      border-radius: 12px 0 0 12px; }
  .contact-section .title-group {
    margin-bottom: 20px; }
  .contact-section .col-lg-6:last-child {
    display: flex;
    align-items: center;
    justify-content: center; }
  .contact-section .form-container {
    color: #fff;
    width: 540px;
    margin: 0 auto; }
  .contact-section .form-control {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    height: 48px; }

    .contact-section .form-control::placeholder {
      color: #fff;
    }

  .contact-section .form-control:focus {
    box-shadow: 0 0 0 4px rgba(37, 44, 44, 0.4); }
  .contact-section .attach-file label {
    height: 48px;
    border: 1px solid #fff; }
  .contact-section .attach-file .input-label {
    height: 46px;
    background-color: #335654; }
  .contact-section .btn-primary {
    background-color: #fff;
    color: #466d6a;
    height: 46px; }
    .contact-section .btn-primary:hover {
      background-color: #193433;
      color: #fff; }
  .contact-section .title-group {
    color: #fff; }
    .contact-section .title-group h1,
    .contact-section .title-group .h1,
    .contact-section .title-group .h2,
    .contact-section .title-group h2 {
      color: #fff; }

.calculation-cover {
  border-radius: 12px;
  overflow: hidden;
  margin-top: -60px;
  position: relative;
  height: 800px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 25px; }
  .calculation-cover picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
    .calculation-cover picture img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .calculation-cover .contacts-holder {
    width: 100%;
    background-color: rgba(70, 109, 106, 0.5);
    backdrop-filter: blur(16px);
    padding: 15px 15px 1px; }
    .calculation-cover .contacts-holder .contact-item {
      margin-bottom: 15px; }
    .calculation-cover .contacts-holder .contact-label {
      font-size: 13px; }
    .calculation-cover .contacts-holder a {
      font-size: 24px;
      font-family: "semi", Arial, sans-serif;
      line-height: 1.2; }

@media (max-width: 1699px) {
  .contact-row .col-lg-4 {
    flex: 0 0 40%;
    max-width: 40%; }
  .contact-row .col-lg-8 {
    flex: 0 0 60%;
    max-width: 60%; }
  .contact-cover .contact-info {
    font-size: 16px; } }

@media (max-width: 1535px) {
  .tab-link p {
    font-size: 13px; }
  .contact-locations .col-lg-3 {
    flex: 0 0 30%;
    max-width: 30%; }
  .contact-locations .col-lg-9 {
    flex: 0 0 70%;
    max-width: 70%; }
  .contact-section .form-container {
    width: 480px; }
  .calculation-cover {
    height: 680px;
    margin-top: -30px; } }

@media (max-width: 1199px) {
  .contact-row .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%; }
  .contact-row .col-lg-8 {
    flex: 0 0 50%;
    max-width: 50%; }
  .contact-cover {
    padding: 12px; }
    .contact-cover .contacts-holder {
      width: 100%; }
  .contact-locations .col-lg-3 {
    flex: 0 0 40%;
    max-width: 40%; }
  .contact-locations .col-lg-9 {
    flex: 0 0 60%;
    max-width: 60%; }
  .contact-section .form-container {
    width: 420px; }
  .contact-section .container {
    padding-top: 30px; }
  .calculation-cover {
    height: 580px;
    margin-top: 0; }
  .calculation-cover .contacts-holder a {
    font-size: 20px; }
  .contact-section {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .contacts-page ::-webkit-scrollbar {
    width: unset;
    height: unset; }
  .contacts-page ::-webkit-scrollbar-track {
    background: initial; }
  .contacts-page ::-webkit-scrollbar-thumb {
    background: initial; }
  .contacts-page ::-webkit-scrollbar-thumb:hover {
    background: initial; }
  .contacts-page .title-group.text-center {
    margin-bottom: 30px; }
  .contact-row .col-lg-4,
  .contact-row .col-lg-8 {
    flex: 0 0 100%;
    max-width: 100%; }
  .contact-cover .contacts-holder {
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    background-color: transparent;
    color: #111;
    backdrop-filter: unset; }
    .contact-cover .contacts-holder a {
      color: #111; }
  .contact-cover {
    height: auto;
    padding: 0;
    margin-bottom: 15px; }
    .contact-cover .contact-social svg {
      fill: #466d6a; }
  .contacts-page .contact-cover picture {
    display: none; }
  .contact-locations .tabs {
    flex-direction: row;
    width: calc((100vw - 720px) / 2 + 690px);
    margin-bottom: 10px;
    overflow-x: auto; }
  .contact-locations .tab-link {
    margin: 0 10px 0 0;
    padding: 15px;
    margin: 0 10px 0 0;
    flex: 0 0 240px; }
  .contact-locations .row {
    display: block; }
  .contact-locations .col-lg-3,
  .contact-locations .col-lg-9 {
    max-width: 100%; }
  .contact-locations iframe {
    height: 420px; }
  .contact-section {
    background-color: #466d6a;
    padding: 0; }
    .contact-section .container {
      padding-top: 60px;
      padding-bottom: 60px; }
  .calculation-cover {
    display: none; }
  .contact-section .container:after,
  .contact-section .container:before {
    display: none; }
  .contact-section .col-lg-6:last-child {
    display: block; }
  .contact-section .form-container {
    width: 100%; } }

@media (max-width: 767px) {
  .contact-locations .tabs {
    width: calc((100vw - 540px) / 2 + 510px); }
  .contact-section .container {
    padding-top: 40px;
    padding-bottom: 40px; } }

@media (max-width: 576px) {
  .contact-locations .tab-link {
    flex: 0 0 calc(50% - 15px);
    min-height: 50px; }
  .contact-locations .tab-link p {
    font-size: 12px; }
  .contact-locations .tabs {
    width: calc(100% + 15px);
    margin-right: -15px; }
  .tab-link .h4,
  .tab-link h4 {
    font-size: 14px; }
  .contact-section .container {
    padding-left: 20px;
    padding-right: 20px; }
  .contact-section .form-container {
    width: 100%; } }

@media (max-width: 479px) {
  .contacts-page .contact-form .h3,
  .contacts-page .contact-form h3 {
    font-size: 20px; }
  .contacts-page .contact-form {
    padding: 12px; }
  .contacts-page .contact-form .fill-white {
    padding: 22px; } }

.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(67, 66, 62, 0.7) !important;
  background: rgba(37, 61, 59, 0.7) !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(37, 61, 59, 0.7);
  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: 880px;
  background-color: #fff;
  text-align: left;
  border-radius: 5px; }

.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(70, 109, 106, 0.5);
    backdrop-filter: blur(16px);
    border-radius: 5px; }
    .modal-cover .contacts-holder .text-label {
      text-transform: uppercase;
      font-size: 12px; }
    .modal-cover .contacts-holder a {
      font-size: 20px;
      font-family: "semi", Arial, sans-serif; }
  .modal-cover .contact-item:last-child p {
    margin-bottom: 0; }

.modal-form {
  padding: 20px 35px 30px 50px;
  width: 450px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .modal-form .h3,
  .modal-form h3 {
    font-size: 28px;
    text-transform: uppercase;
    margin: 0; }

.modal-content .radio-row {
  min-height: 120px; }

@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;
  padding-top: 100px; }
  .main-footer a {
    color: #111;
    text-decoration: none; }
    .main-footer a:hover {
      text-decoration: underline;
      color: #466d6a; }
  .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: 50px;
  padding-bottom: 50px;
  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:first-child {
      margin-top: 20px; }
    .footer-content .contact-item a {
      font-family: "semi", Arial, sans-serif;
      color: #3a414f; }
  .footer-content .contact-label {
    font-size: 14px;
    text-transform: uppercase;
    color: #466d6a; }
  .footer-content .contact-info {
    font-size: 20px; }
  .footer-content .route-link {
    text-decoration: underline;
    color: #466d6a;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: -10px;
    margin-left: -2px; }
    .footer-content .route-link:hover {
      text-decoration: none; }

.footer-bottom {
  padding-top: 40px;
  padding-bottom: 40px; }
  .footer-bottom .container {
    display: flex;
    justify-content: space-between; }

.footer-logo {
  width: 290px; }

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 20px; }

.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: #466d6a; }

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

@media (max-width: 1535px) {
  .footer-social {
    display: block;
    margin-top: 20px;
    padding-left: 10px; }
    .footer-social .social-item {
      margin-bottom: 10px; }
    .footer-social .social-img {
      flex: 0 0 34px;
      height: 34px;
      display: flex;
      align-items: center;
      justify-content: center; }
  .main-footer {
    padding-top: 50px; } }

@media (max-width: 1199px) {
  .footer-content .contact-info {
    font-size: 14px; }
  .main-footer {
    padding-top: 10px; } }

@media (max-width: 991px) {
  .footer-social {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px; }
    .footer-social .social-item p {
      margin: 0; }
  .footer-nav.hide-mobile {
    display: none; }

  .footer-nav {
    margin-bottom:30px;
    gap: 20px; 
  }

  .footer-nav a {
    font-size: 16px;
  }

  .footer-content .background-text {
    display: none; }
  .footer-bottom .container {
    display: block;
    text-align: center; }
  .footer-copyright {
    margin-bottom: 10px; }
  .footer-content .contact-item:first-child {
    margin-top: 0; }
  .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; }
  .footer-content {
    padding-top: 30px;
    padding-bottom: 30px; } }

@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-bottom: 100px;
  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: #466d6a;
      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: "semi", 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; } }
