@import url(https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600&display=swap);
@charset "UTF-8";
/*! @fizzion/normalize.scss v8.0.0-beta.1 | MIT License |
    github.com/fizzion/fizzion-normalize.scss */
/* ==========================================================================
   Document

   Document styling normalization.
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  font-family: Times, serif;
  font-size: 100%;
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* ==========================================================================
   Section

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

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

/* ==========================================================================
   Grouping content

   Normalize styling of grouping content.
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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

   Normalize styling of 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 */
  -webkit-text-decoration: underline dotted;
          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

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

/* ==========================================================================
   Forms

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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

   Interactive element styling normalization.
   ========================================================================== */
/*
 * 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

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

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

/* eslint-disable */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          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: hand;
}

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

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

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

/* eslint-enable */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::-webkit-input-placeholder,
::-moz-placeholder {
  opacity: 0.4;
}

body {
  background-color: #ededed;
  color: #36373a;
  font-family: "LitteraPlainRegular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.67;
  height: 100%;
}
body.no-scroll {
  overflow: hidden;
}

a {
  color: #e6ebff;
  text-decoration: none;
  font-weight: 600;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

section {
  position: relative;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.page-container {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .page-container {
    width: 90vw;
  }
}
@media screen and (min-width: 1200px) {
  .page-container {
    width: 90vw;
  }
}
@media screen and (max-width: 640px) {
  .page-container {
    margin-right: 0;
    margin-left: 0;
  }
}
.page-container.page-container--no-padding {
  padding: 0;
}

.page-main {
  padding-top: 90px;
}
@media screen and (min-width: 992px) {
  .page-main {
    padding-top: 147px;
  }
}

.icon {
  display: inline-block;
}

.alignleft {
  margin-right: 0.8em !important;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 222px;
  padding: 12px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  background: #f7f7f7;
  color: #1257a6;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  position: relative;
  overflow: hidden;
}
.btn:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-radius: 0;
  background: #1257a6;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.84, -0.01, 0.25, 0.99);
  transition: -webkit-transform 0.5s cubic-bezier(0.84, -0.01, 0.25, 0.99);
  transition: transform 0.5s cubic-bezier(0.84, -0.01, 0.25, 0.99);
  transition: transform 0.5s cubic-bezier(0.84, -0.01, 0.25, 0.99), -webkit-transform 0.5s cubic-bezier(0.84, -0.01, 0.25, 0.99);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 27px;
  margin: auto 0;
  z-index: -1;
}
.btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: #fff;
}
.btn:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: -110px;
  right: auto;
  width: 150%;
  height: 150%;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn:hover svg {
  -webkit-animation: buttonArrow 1s infinite alternate;
          animation: buttonArrow 1s infinite alternate;
}
.btn:hover svg path {
  stroke: #fff;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 999999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.preloader-icon {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}

.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
  display: none;
}

.page-template-default .content {
  max-width: 1275px;
  margin: 0 auto;
  padding: 16px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes buttonArrow {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@keyframes buttonArrow {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@font-face {
  font-family: "Raleway-Bold";
  font-weight: bold;
  font-style: normal;
  src: url(../fonts/Raleway-Bold.eot); /* IE9 Compat Modes */
  src: local(""), url(../fonts/Raleway-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Raleway-Bold.woff) format("woff"), url(../fonts/Raleway-Bold.ttf) format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "Raleway-Light";
  font-weight: 200;
  font-style: normal;
  src: url(../fonts/Raleway-Light.eot); /* IE9 Compat Modes */
  src: local(""), url(../fonts/Raleway-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Raleway-Light.woff) format("woff"), url(../fonts/Raleway-Light.ttf) format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "Raleway-Medium";
  font-weight: 500;
  font-style: normal;
  src: url(../fonts/Raleway-Medium.eot); /* IE9 Compat Modes */
  src: local(""), url(../fonts/Raleway-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Raleway-Medium.woff) format("woff"), url(../fonts/Raleway-Medium.ttf) format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "Raleway-Regular";
  font-weight: normal;
  font-style: normal;
  src: url(../fonts/Raleway-Regular.eot); /* IE9 Compat Modes */
  src: local(""), url(../fonts/Raleway-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Raleway-Regular.woff) format("woff"), url(../fonts/Raleway-Regular.ttf) format("truetype"); /* Safari, Android, iOS */
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "LitteraPlainRegular", sans-serif;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.widget {
  margin: 0 0 1.5em;
}

.widget > select {
  max-width: 100%;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single > .byline,
.group-blog > .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.comment-content > a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.page-content > .wp-smiley,
.entry-content > .wp-smiley,
.comment-content > .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption > img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.wp-caption > .wp-caption-text {
  margin: 0.875em 0;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 > .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 > .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 > .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 > .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 > .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 > .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 > .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 > .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  color: #e4e4e4;
  padding: 1rem 0;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.page-header__wrapper {
  width: 100%;
}
.page-header .page-container {
  width: 100%;
}

.header-container {
  max-width: 1270px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 56px;
  background: #1257a6;
  padding: 16px;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

.page-header.fixed {
  padding-top: 0;
}
.page-header.fixed .header-container {
  padding-bottom: 0;
  padding-top: 0;
}

.page-header__logo img {
  display: block;
  height: auto;
  max-width: 100%;
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Використання flexbox для розміщення елементів меню */
  list-style: none; /* Видалення стилів списку */
  gap: 20px; /* Відступи між елементами меню */
}
.main-nav .sub-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Для горизонтального розміщення пунктів меню */
  padding-left: 0; /* Видалення стандартних відступів */
  margin: 0; /* Видалення стандартних відступів */
}
.main-nav .sub-nav__list li {
  padding: 0.5rem 1rem; /* Відступи для кожного пункту меню */
  cursor: pointer; /* Вказівник курсору при наведенні */
}
.main-nav .sub-nav__list a {
  color: #e6ebff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.8px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; /* Плавний перехід кольору */
}
.main-nav .sub-nav__list a:hover {
  color: #ccc; /* Зміна кольору тексту при наведенні */
}

.languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Використання flexbox для вирівнювання іконки та випадаючого меню */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Вирівнювання елементів по центру по вертикалі */
  cursor: pointer; /* Вказівник курсору при наведенні */
  color: white; /* Колір тексту та іконки */
  width: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.languages span {
  display: inline-block;
  padding-top: 5px;
}

.hamburger {
  display: none;
}

.language-switcher-dropdown {
  position: relative;
  display: inline-block;
}

.language-switcher-dropdown button {
  background-color: transparent;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.language-switcher-dropdown button svg {
  margin-right: 5px;
}
.language-switcher-dropdown button span {
  margin-left: 5px;
  font-size: 18px;
}

.language-switcher-dropdown ul {
  position: absolute;
  background-color: #f9f9f9;
  min-width: 50px;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: 32px;
}

.language-switcher-dropdown ul li a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.language-switcher-dropdown ul li a:hover {
  background-color: #ddd;
}

.language-switcher-dropdown ul li.active a {
  font-weight: bold;
}

.header__social {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 200px;
  margin-bottom: 40px;
  display: none;
}
.header__social a {
  width: 28px;
  height: 28px;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
}

.header__copyright {
  display: none;
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  top: auto;
  bottom: 100px;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .page-header__logo img {
    width: 66px;
    padding: 10px 0;
  }
  .page-header__menu {
    position: absolute;
    background-color: #1257a6;
    width: 100vw;
    right: auto;
    left: -16px;
    top: -16px;
    bottom: auto;
    margin: auto;
    padding: 192px 16px;
    padding-bottom: 32px;
    visibility: hidden;
    z-index: -1;
    pointer-events: none;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
    height: 0;
    opacity: 0;
  }
  .page-header__logo {
    position: relative;
    z-index: 1;
  }
  .main-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-nav .sub-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-nav .sub-nav__list a {
    font-size: 28px;
  }
  .main-nav .sub-nav__list li {
    padding-top: 0;
    padding-bottom: 40px;
    text-align: center;
  }
  .page-header__wrapper {
    width: 100%;
  }
  .hamburger {
    display: block;
    cursor: pointer;
  }
  .hamburger__button {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 5px;
  }
  .languages {
    position: absolute;
    z-index: 99;
    right: 0;
    left: 0;
    top: auto;
    bottom: 210px;
    margin: 0 auto;
    display: none;
  }
  .close-menu {
    display: none;
  }
  .page-header {
    padding-top: 0;
    z-index: 99999999;
  }
  .page-header.is-menu-open .page-header__menu {
    visibility: visible;
    z-index: 0;
    pointer-events: all;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
    opacity: 1;
    height: 300px;
    top: auto;
    bottom: 270px;
    padding: 0;
  }
  .page-header.is-menu-open .page-header__menu:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #3e76b8;
    position: absolute;
    top: -40px;
    left: 0;
  }
  .page-header.is-menu-open .page-header__menu:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #3e76b8;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 10px;
  }
  .page-header.is-menu-open .languages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-header.is-menu-open .hamburger__button {
    display: none;
  }
  .page-header.is-menu-open .close-menu {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 5px;
    display: block;
  }
  .page-header.is-menu-open .header__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    top: auto;
    bottom: 170px;
    margin: 0 auto;
  }
  .page-header.is-menu-open .header__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-header.is-menu-open .page-header__wrapper .page-container {
    height: 100vh;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .header-container {
    border-radius: 0;
  }
  body.menu-open {
    overflow: hidden;
  }
}
.footer {
  border-radius: 32px 32px 0 0;
  background: #323337;
  padding-top: 75px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 50px;
  }
}
.footer .footer__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #626366;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .footer .footer__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .footer__left {
  width: 50%;
  padding-right: 1rem;
}
@media screen and (max-width: 768px) {
  .footer .footer__left {
    width: 100%;
    padding-right: 0;
  }
}
.footer .footer__text {
  color: #ebecec;
  font-family: "LitteraPlainMedium", sans-serif;
  font-size: 18px;
  line-height: 150%; /* 27px */
  letter-spacing: 0.8px;
  max-width: 400px;
  padding-right: 30px;
  padding-top: 70px;
  padding-bottom: 68px;
}
@media screen and (max-width: 1200px) {
  .footer .footer__text {
    padding-right: 0;
    padding-top: 34px;
    padding-bottom: 24px;
  }
}
.footer .footer__text p {
  margin: 0;
}
.footer .footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 200px;
  margin-bottom: 40px;
}
.footer .footer__social a {
  width: 28px;
  height: 28px;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
}
.footer .footer__right {
  width: 50%;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .footer .footer__right {
    width: 100%;
    padding-left: 0;
  }
}
.footer .footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 31px;
  margin-top: 31px;
}
@media screen and (max-width: 768px) {
  .footer .footer_menu {
    max-width: 440px;
    margin: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer .footer_menu .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer_menu .menu-item a {
  color: #dee3ed;
  text-align: center;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.7px;
  padding-left: 2em;
}
@media screen and (max-width: 575px) {
  .footer .footer_menu .menu-item a {
    padding-left: 0.5em;
  }
}
.footer .footer_menu .menu-item a:hover {
  color: #fff;
}
.footer .footer_menu .menu-item:before {
  content: "|";
  display: block;
  width: 1px;
  height: 12px;
  background-color: #7c7c7f;
  margin: 0 0 0 2em;
}
@media screen and (max-width: 575px) {
  .footer .footer_menu .menu-item:before {
    margin: 0 0 0 0.5em;
  }
}
.footer .footer_menu .menu-item:first-child:before {
  display: none;
}
.footer .footer_menu .menu-item:first-child a {
  padding-left: 0;
}
.footer .footer__info {
  color: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 15px;
}
.footer .footer__info h3 {
  color: #c2c3c4;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
}
.footer .footer__info h3:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #0075bc;
  margin-right: -7px;
  border-radius: 50%;
  position: relative;
  left: -15px;
}
@media screen and (max-width: 768px) {
  .footer .footer__info h3:before {
    left: 0;
    margin-right: 10px;
  }
}
.footer .footer__info p {
  color: #f3f3f3;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.8px;
  margin-bottom: 0;
}
.footer .footer__info-item {
  width: 50%;
  padding-top: 57px;
}
@media screen and (max-width: 768px) {
  .footer .footer__info-item {
    width: 100%;
    padding-top: 40px;
  }
}
.footer .footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .footer .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .footer__policies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 31px;
  margin-top: 31px;
}
@media screen and (max-width: 640px) {
  .footer .footer__policies {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
    margin-top: 16px;
  }
}
.footer .footer__policies a {
  color: #7c7c7f;
  text-align: center;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer__policies a:hover {
  color: #fff;
}
.footer .footer__policies a:before {
  content: "|";
  display: block;
  width: 1px;
  height: 12px;
  background-color: #7c7c7f;
  margin: 0 26px;
}
.footer .footer__policies a:first-child:before {
  display: none;
}
.footer .footer__copyright {
  color: #7c7c7f;
  text-align: center;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.7px;
  margin-bottom: 31px;
  margin-top: 31px;
}
@media screen and (max-width: 640px) {
  .footer .footer__copyright {
    text-align: left;
    margin-top: 0;
    margin-bottom: 16px;
  }
}

.hero-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100vh;
  color: #fff;
  background-size: cover;
  background-position: center;
  max-height: 615px;
}
.hero-section .page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 64px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 640px) {
  .hero-section .page-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 24px;
  }
}

.hero-left h1 {
  margin-bottom: 0.5rem;
  color: #e6e6e6;
  font-size: 72px;
  font-family: "LitteraPlainBold", sans-serif;
  line-height: 110%;
  max-width: 415px;
}
@media screen and (max-width: 992px) {
  .hero-left h1 {
    font-size: 56px;
  }
}

.hero-left p {
  max-width: 540px;
  color: #e6e6e6;
  font-family: "Frigate", sans-serif;
  font-weight: 300;
  font-size: 22px;
  font-style: normal;
  line-height: 150%;
  letter-spacing: 1.1px;
}

.hero-right .video {
  position: relative;
  width: 320px;
  height: 180px;
  background-size: cover;
  background-position: center;
  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;
}
.hero-right .video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}
.hero-right .video > * {
  z-index: 1;
}

.video-name {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.video-timer {
  position: absolute;
  top: 30px;
  left: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.7px;
}

.play {
  width: 64px;
  height: 64px;
  background-color: #1257a6;
  border-radius: 50%;
  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;
  border: none;
  cursor: pointer;
}

.play:hover {
  background-color: #0f4690;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.video:hover .video-overlay {
  display: block;
}

.video-overlay iframe {
  width: 100%;
  height: 100%;
}

.video-modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
}

.video-modal-content {
  max-width: 80%;
  margin: auto;
  top: 5%;
  position: relative;
}

.video-iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.video-iframe {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.video-modal-close {
  font-size: 24px;
  cursor: pointer;
}

.sectionJs {
  position: relative;
  max-width: 540px;
}
@media screen and (max-width: 768px) {
  .sectionJs {
    margin: 0 auto;
    max-width: 380px;
  }
}

.tube {
  width: 77px;
  height: 294px;
  background-color: transparent;
  position: absolute;
  bottom: -200px;
  opacity: 1;
  background-image: url(../images/pipe1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 1;
}
@media screen and (max-width: 1370px) {
  .tube {
    width: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .tube {
    width: 60px;
  }
}
@media screen and (max-width: 992px) {
  .tube {
    width: 58px;
  }
}

.tube:nth-child(1) {
  left: 0;
  top: 70px;
  z-index: 4;
}
@media screen and (max-width: 1200px) {
  .tube:nth-child(1) {
    left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .tube:nth-child(1) {
    left: -7%;
  }
}

.tube:nth-child(2) {
  left: 20%;
  top: 50px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .tube:nth-child(2) {
    left: 25%;
  }
}
@media screen and (max-width: 767px) {
  .tube:nth-child(2) {
    left: 25%;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
    top: 53px;
  }
}

.tube:nth-child(3) {
  left: 37%;
  top: 50px;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .tube:nth-child(3) {
    left: 42%;
  }
}
@media screen and (max-width: 767px) {
  .tube:nth-child(3) {
    left: 66%;
  }
}

.tube:nth-child(4) {
  left: 55%;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .tube:nth-child(4) {
    left: 60%;
  }
}
@media screen and (max-width: 767px) {
  .tube:nth-child(4) {
    left: 85%;
  }
}

.word {
  position: absolute;
  bottom: -200px;
  opacity: 1;
  color: #c0c9ce;
  font-size: 160px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 8px;
}
@media screen and (max-width: 1370px) {
  .word {
    font-size: 146px;
  }
}
@media screen and (max-width: 1200px) {
  .word {
    font-size: 120px;
  }
}
@media screen and (max-width: 992px) {
  .word {
    font-size: 85px;
  }
}
@media screen and (max-width: 767px) {
  .word {
    font-size: 56px;
    letter-spacing: 2.8px;
  }
}

.word1 {
  left: 48%;
  top: 75px;
  color: #c9c9c9;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .word1 {
    top: 105px;
  }
}
@media screen and (max-width: 768px) {
  .word1 {
    left: 61%;
    top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .word1 {
    display: none;
  }
}

.word2 {
  left: -19%;
  top: -50px;
  color: #bec3c6;
  z-index: 2;
}
@media screen and (max-width: 1370px) {
  .word2 {
    left: -26%;
  }
}
@media screen and (max-width: 992px) {
  .word2 {
    left: -5%;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .word2 {
    left: 61%;
    top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .word2 {
    display: none;
  }
}

.word3 {
  left: 15%;
  top: 195px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .word3 {
    left: -31%;
    top: 234px;
  }
}
@media screen and (max-width: 767px) {
  .word3 {
    display: none;
  }
}

.word4 {
  display: none;
  color: #c9c9c9;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .word4 {
    display: block;
    left: 15%;
    top: 280px;
  }
}

.word5 {
  display: none;
  color: #bec3c6;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .word5 {
    display: block;
    left: 0;
    top: 218px;
  }
}

.word6 {
  display: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .word6 {
    display: block;
    left: 10%;
    top: 340px;
  }
}

.bgslide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .bgslide {
    overflow: hidden;
  }
}

.about-section {
  padding-top: 147px;
  position: relative;
  background-color: #f0f0f0;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about-section {
    padding-top: 42px;
    overflow: visible;
  }
}
.about-section .page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 64px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1360px) {
  .about-section .page-container {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about-section .page-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-section .about-section__left {
  width: 50%;
  max-width: 540px;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 1.1px;
}
@media screen and (max-width: 768px) {
  .about-section .about-section__left {
    width: 100%;
    max-width: 100%;
  }
}
.about-section .about-section__right {
  width: 50%;
  max-width: 540px;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 1.1px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1370px) {
  .about-section .about-section__right {
    max-width: 450px;
  }
}
@media screen and (max-width: 768px) {
  .about-section .about-section__right {
    width: 100%;
    max-width: 100%;
    height: 300px;
    position: absolute;
    bottom: -520px;
    top: auto;
    z-index: 999999;
  }
}
@media screen and (max-width: 767px) {
  .about-section .about-section__right {
    height: 360px;
  }
}
@media screen and (max-width: 500px) {
  .about-section .about-section__right {
    bottom: -640px;
    height: 400px;
  }
}
.about-section h2 {
  color: #000;
  font-family: "Frigate", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-section h2:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #0075bc;
  margin-right: 10px;
}
.about-section p {
  font-size: 16px;
  line-height: 150%; /* 24px */
  letter-spacing: 0.8px;
  padding-right: 30px;
}
.about-section .btn {
  margin-top: 40px;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1360px) {
  .about-section .btn {
    height: 0;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .about-section .btn {
    height: 0;
    margin: 0;
    padding: 0;
  }
}
.about-section.about-position {
  padding-top: 40px;
}
@media screen and (max-width: 1200px) {
  .about-section.about-position {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .about-section.about-position {
    padding-top: 0;
    z-index: auto;
  }
}
@media screen and (max-width: 768px) {
  .about-section.about-position .page-container {
    padding-bottom: 380px;
  }
}
.about-section.about-position .about-section__right {
  position: relative;
  height: auto;
  bottom: 0;
}

.crafting-section {
  height: 100vh;
  max-height: 640px;
  background: #ededed;
}
@media screen and (max-width: 1200px) {
  .crafting-section {
    max-height: 640px;
  }
}
@media screen and (max-width: 992px) {
  .crafting-section {
    max-height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .crafting-section {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .crafting-section {
    min-height: 500px;
  }
}

[data-subtitle] {
  position: absolute;
  max-width: 1200px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5em;
  line-height: 1;
}

.ct-text {
  color: #7c7c7f;
  text-align: center;
  font-size: 152px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 7.6px;
}
@media screen and (max-width: 1200px) {
  .ct-text {
    font-size: 130px;
  }
}
@media screen and (max-width: 992px) {
  .ct-text {
    font-size: 90px;
  }
}
.ct-text.text1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), color-stop(54.83%, #dbdbdb), to(#cecece));
  background: linear-gradient(180deg, #d9d9d9 0%, #dbdbdb 54.83%, #cecece 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ct-text.text2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#ccd0d5), color-stop(54.83%, #afb4ba), to(#b1b4b8));
  background: linear-gradient(180deg, #ccd0d5 0%, #afb4ba 54.83%, #b1b4b8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ct-text.text3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#c2c3c4), color-stop(54.83%, #b1b1b3), to(#a2a3a5));
  background: linear-gradient(180deg, #c2c3c4 0%, #b1b1b3 54.83%, #a2a3a5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-section .video-container {
  max-width: 670px;
  position: absolute;
  right: -50px;
  overflow: hidden;
  width: 100vw;
}
@media screen and (max-width: 1360px) {
  .about-section .video-container {
    max-width: 490px;
  }
}
@media screen and (max-width: 1200px) {
  .about-section .video-container {
    max-width: 500px;
    right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about-section .video-container {
    bottom: 0;
    margin: -2px auto;
    left: 0;
    right: 0;
    top: auto;
  }
}
@media screen and (max-width: 500px) {
  .about-section .video-container {
    bottom: 60px;
  }
}
.about-section .video-container:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  width: 100%;
  height: 6px;
  background: #f0f0f0;
}
.about-section .video-container:after {
  content: "";
  position: absolute;
  bottom: -3px;
  top: auto;
  left: 0;
  right: 0;
  width: 100%;
  height: 6px;
  background: #f0f0f0;
}

.about-section video {
  width: calc(102% - 4px);
  height: calc(100% - 4px);
  margin: -1px;
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.about-section .tubes-video {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about-section .tubes-video {
    position: unset;
  }
}

.benefits-section {
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
  background-color: #eeeeee;
}
@media screen and (max-width: 640px) {
  .benefits-section {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
.benefits-section .ben-wrapper {
  border-radius: 32px;
  background: #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .benefits-section .ben-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.benefits-section .page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.benefits-section .why-us-wrapper {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.benefits-section .why-us {
  margin-bottom: 0.5rem;
  color: #626366;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.benefits-section .why-us:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #0075bc;
  margin-right: 10px;
}
.benefits-section h2 {
  color: #1257a6;
  font-family: "LitteraPlainBold", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 1rem;
  text-transform: uppercase;
  margin-top: 0;
  padding-right: 130px;
}
@media screen and (max-width: 1370px) {
  .benefits-section h2 {
    font-size: 46px;
    padding-right: 90px;
  }
}
@media screen and (max-width: 1200px) {
  .benefits-section h2 {
    font-size: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .benefits-section h2 {
    font-size: 34px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .benefits-section h2 {
    font-size: 46px;
    padding-right: 0;
  }
}
@media screen and (max-width: 540px) {
  .benefits-section h2 {
    font-size: 32px;
  }
}
.benefits-section .benefits {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.benefits-section .benefits h3 {
  color: rgb(25, 25, 27);
  font-size: 22px;
  margin-bottom: 0.5rem;
  max-width: 220px;
  width: 35%;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .benefits-section .benefits h3 {
    width: 100%;
    max-width: 100%;
    color: #19191b;
    margin-bottom: 0;
  }
}
.benefits-section .benefits p {
  color: #666666;
  font-size: 1rem;
  line-height: 1.5;
  max-width: 460px;
  width: 65%;
  margin-bottom: 0;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .benefits-section .benefits p {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
}
.benefits-section .benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 48px;
  border-top: 1px solid #b9bcc1;
}
@media screen and (max-width: 640px) {
  .benefits-section .benefit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 40px;
  }
}
.benefits-section .benefit:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .products-section {
    padding-bottom: 100px;
  }
}
.products-section h2 {
  color: #1257a6;
  font-family: "LitteraPlainBold", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 1rem;
  text-transform: uppercase;
  margin-top: 0;
}
@media screen and (max-width: 1370px) {
  .products-section h2 {
    font-size: 46px;
  }
}
.products-section p {
  color: #36373a;
  font-family: "LitteraPlainLight", sans-serif;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.8px;
  margin-bottom: 0;
  font-weight: 100;
}
.products-section .products-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.products-section .products-list {
  margin-top: 56px;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  border-radius: 16px;
}
.products-section .products-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0;
  padding: 30px 0;
  border-top: 1px solid #ccced1;
}
@media screen and (max-width: 768px) {
  .products-section .products-list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    border: none;
  }
  .products-section .products-list ul:last-child li:nth-child(4),
  .products-section .products-list ul:last-child li:nth-child(5),
  .products-section .products-list ul:last-child li:nth-child(6) {
    border-bottom: none;
  }
}
@media screen and (max-width: 640px) {
  .products-section .products-list ul:last-child li:nth-child(4) {
    border-bottom: 1px solid #ccced1;
  }
  .products-section .products-list ul:last-child li:nth-child(5),
  .products-section .products-list ul:last-child li:nth-child(6) {
    border-bottom: none;
  }
}
.products-section .products-list li {
  width: 16.99%;
  padding-left: 24px;
  color: #3b3c40;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .products-section .products-list li {
    width: 33.33%;
    padding: 30px 0;
    border: 1px solid #ccced1;
    border-top: none;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .products-section .products-list li:nth-child(3n) {
    border-right: none;
  }
  .products-section .products-list li:nth-child(1n) {
    border-left: none;
  }
}
@media screen and (max-width: 640px) {
  .products-section .products-list li {
    width: 50%;
  }
  .products-section .products-list li:nth-child(3n) {
    border-right: 1px solid #ccced1;
  }
  .products-section .products-list li:nth-child(2n) {
    border-right: none;
  }
  .products-section .products-list li:nth-child(1n) {
    border-left: none;
  }
}
@media screen and (max-width: 640px) {
  .products-section .products-top__right {
    position: absolute;
    bottom: -80px;
  }
}
.products-section table {
  width: auto;
  border-collapse: collapse;
  color: #19191b;
  text-align: center;
  font-family: "LitteraPlainMedium", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.products-section table tbody {
  background: #fff;
}
.products-section table tbody tr:first-child {
  padding: 16px;
  border-radius: 16px 16px 0 0;
  background: #b4c2d1;
}
.products-section tr td:nth-child(1),
.products-section tr td:nth-child(3),
.products-section tr td:nth-child(5),
.products-section tr td:nth-child(7) {
  position: relative;
}
.products-section tr td:nth-child(1):after,
.products-section tr td:nth-child(3):after,
.products-section tr td:nth-child(5):after,
.products-section tr td:nth-child(7):after {
  content: "";
  display: block;
  height: 1px;
  width: 80%;
  background: #dfe0e2;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
}
.products-section tr td:nth-child(2),
.products-section tr td:nth-child(4),
.products-section tr td:nth-child(6),
.products-section tr td:nth-child(8) {
  border-right: 1px solid #dfe0e2;
  position: relative;
}
.products-section tr td:nth-child(2):after,
.products-section tr td:nth-child(4):after,
.products-section tr td:nth-child(6):after,
.products-section tr td:nth-child(8):after {
  content: "";
  display: block;
  height: 1px;
  width: 80%;
  background: #dfe0e2;
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
}
.products-section th, .products-section td {
  border: none;
  text-align: center;
}
.products-section td {
  padding: 20px;
}
.products-section th {
  padding: 16px;
  background-color: #b4c2d1;
}
.products-section th:nth-child(2), .products-section th:nth-child(4), .products-section th:nth-child(6), .products-section th:nth-child(8) {
  border-right: 1px solid #dfe0e2;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(25, 25, 27, 0.7);
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 990px;
  width: 80%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .modal-content {
    width: 90%;
    margin-top: 25%;
  }
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: -55px;
}
@media screen and (max-width: 768px) {
  .close {
    right: 0;
    top: -55px;
  }
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.pinch-info {
  display: none;
  position: absolute;
  top: -100px;
  width: 260px;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 16px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pinch-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: auto;
  border-collapse: collapse;
  color: #19191b;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  line-height: 150%;
  overflow-y: hidden;
  border-radius: 16px;
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  margin: 0;
  border-right: 1px solid #dfe0e2;
}

.column:last-child {
  border: none;
}

.column-header {
  padding: 16px;
  background-color: #b4c2d1;
  text-align: center;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.data-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  background: #fff;
  position: relative;
  height: 70px;
  font-family: "LitteraPlainMedium", sans-serif;
  font-weight: 500;
}

.data-row:after {
  content: "";
  display: block;
  height: 1px;
  width: 80%;
  background: #dfe0e2;
  position: absolute;
  left: auto;
  right: auto;
  bottom: 0;
}

.data-row:last-child:after {
  display: none;
}

.data-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "LitteraPlainBold", sans-serif;
  font-weight: 600;
}

.data-point {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: center;
}

@media (max-width: 1170px) {
  .column {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media (max-width: 600px) {
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .data-row:last-child:after {
    display: block;
  }
  .column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .column .data-head {
    display: none;
  }
  .column:first-child .data-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .column:last-child .data-row:nth-last-child(2):after {
    display: none;
  }
  .column:last-child .data-row:nth-last-child(3):after {
    display: none;
  }
  .column:last-child .data-row:last-child:after {
    display: none;
  }
  .mb-hide {
    display: none;
  }
}
.production-section {
  padding-top: 0;
  padding-bottom: 90px;
  background-color: #ededed;
}
.production-section .page-container {
  border-radius: 32px;
  background: #22262b;
  color: #f3f3f3;
  padding: 25px 25px 25px 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
@media screen and (max-width: 768px) {
  .production-section .page-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 16px;
  }
}
.production-section h5 {
  margin-bottom: 24px;
  color: #7c7c7f;
  font-family: "Frigate", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.9px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
}
.production-section h5:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #0075bc;
  margin-right: 10px;
}
.production-section p {
  color: #f3f3f3;
  font-family: "LitteraPlainLight", sans-serif;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.8px;
  font-weight: 100;
}
.production-section .production-text {
  max-width: 665px;
  width: 62%;
  padding-right: 90px;
}
@media screen and (max-width: 992px) {
  .production-section .production-text {
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .production-section .production-text {
    padding-right: 0;
    max-width: 100%;
    width: 100%;
  }
}
.production-section .production-image {
  max-width: 550px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 24px;
  padding-left: 0;
  margin: 0;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .production-section .production-image {
    padding-left: 0;
    max-width: 100%;
    height: 196px;
    width: 100%;
  }
}

.production-volume-section {
  padding-bottom: 100px;
}
.production-volume-section h2 {
  color: #1257a6;
  font-family: "LitteraPlainBold", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 1rem;
  text-transform: uppercase;
  margin-top: 0;
}
@media screen and (max-width: 1370px) {
  .production-volume-section h2 {
    font-size: 46px;
  }
}
.production-volume-section .production-volumes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .production-volume-section .production-volumes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.production-volume-section .production-volumes ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 24px 0;
  border-top: 1px solid #ccced1;
}
.production-volume-section .production-volumes li {
  width: auto;
  padding-left: 0;
  color: #3b3c40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "LitteraPlainLight", sans-serif;
  font-size: 18px;
  font-weight: 100;
}
.production-volume-section .volume {
  width: 50%;
  padding-right: 60px;
}
@media screen and (max-width: 1370px) {
  .production-volume-section .volume {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .production-volume-section .volume {
    width: 100%;
    padding-right: 0;
  }
}
.production-volume-section .volume:last-child {
  padding-left: 60px;
  padding-right: 0;
}
@media screen and (max-width: 1370px) {
  .production-volume-section .volume:last-child {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .production-volume-section .volume:last-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .production-volume-section .volume:last-child {
    padding-top: 64px;
  }
}
.production-volume-section .volume:last-child li {
  font-family: "LitteraPlainRegular", sans-serif;
}
.production-volume-section .volume h3 {
  font-family: "LitteraPlainMedium", sans-serif;
  font-size: 24px;
  line-height: 110%;
  margin: 0;
}
.production-volume-section .volume .subtitle {
  color: #7c8a9a;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 16px;
}
.production-volume-section .volume .text p {
  display: none;
}
.production-volume-section .volume strong {
  font-family: "LitteraPlainBold", sans-serif;
}

.application-areas-section {
  border-radius: 32px;
  background: #ccced1;
  margin-top: 136px;
}
@media screen and (max-width: 900px) {
  .application-areas-section {
    margin-top: 64px;
  }
}
.application-areas-section .page-container {
  text-align: center;
  padding-top: 52px;
  padding-bottom: 52px;
}

.application-areas-section h2 {
  color: #1257a6;
  font-family: "LitteraPlainBold", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 1370px) {
  .application-areas-section h2 {
    font-size: 46px;
  }
}

.application-areas-section p {
  color: #36373a;
  font-family: "LitteraPlainLight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.8px;
  margin: 0;
}

.application-areas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  -webkit-transition: flex-grow 0.3s ease, width 0.3s ease, -webkit-box-flex 0.3s ease;
  transition: flex-grow 0.3s ease, width 0.3s ease, -webkit-box-flex 0.3s ease;
  transition: flex-grow 0.3s ease, width 0.3s ease;
  transition: flex-grow 0.3s ease, width 0.3s ease, -webkit-box-flex 0.3s ease, -ms-flex-positive 0.3s ease;
}

.application-areas .area {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(20% - 10px);
          flex: 1 0 calc(20% - 10px);
  width: calc(20% - 10px);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  height: 455px;
  border-radius: 8px;
  text-align: left;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .application-areas .area {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 calc(33.33% - 10px) !important;
            flex: 1 0 calc(33.33% - 10px) !important;
    height: 300px;
    width: calc(33.33% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .application-areas .area {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 calc(50% - 10px) !important;
            flex: 1 0 calc(50% - 10px) !important;
    height: 300px;
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 640px) {
  .application-areas .area {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 calc(100% - 10px) !important;
            flex: 1 0 calc(100% - 10px) !important;
    height: 224px;
    margin-bottom: 24px;
    width: calc(100% - 10px);
  }
}

.application-areas .area:hover {
  width: calc(50% - 10px);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(50% - 10px);
          flex: 1 0 calc(50% - 10px);
}
.application-areas .area:hover h3,
.application-areas .area:hover p {
  color: #fff;
}
.application-areas .area:hover .abs-text {
  display: block;
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 2;
  visibility: visible;
  opacity: 1;
  width: auto;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
  padding-right: 15px;
}

.application-areas .area .abs-text {
  display: block;
  visibility: hidden;
  opacity: 0;
  width: 0;
  -webkit-transition: all, 0.1s;
  transition: all, 0.1s;
  position: absolute;
  left: 10px;
  bottom: -100%;
  min-width: 455px;
}
@media screen and (max-width: 1440px) {
  .application-areas .area .abs-text {
    min-width: 425px;
  }
}
@media screen and (max-width: 900px) {
  .application-areas .area .abs-text {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 2;
    min-width: 200px;
    width: 40vw;
  }
}
@media screen and (max-width: 640px) {
  .application-areas .area .abs-text {
    width: 80vw;
  }
}

.application-areas .area h3,
.application-areas .area p {
  margin-bottom: 0;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .application-areas .area h3,
  .application-areas .area p {
    text-align: left;
    line-height: 1;
    color: #fff;
  }
}

.application-areas .area:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 900px) {
  .application-areas .area:before {
    opacity: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.01)), color-stop(75.63%, #000));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0, #000 75.63%);
  }
}

.application-areas .area:hover:before {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.01)), color-stop(75.63%, #000));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0, #000 75.63%);
  opacity: 1;
}

.team-section.certificates .gallery-item {
  border: none !important;
}

.competitive-advantages-section {
  margin-top: 120px;
  padding-bottom: 120px;
  background-color: #f0f0f0;
}
@media screen and (max-width: 768px) {
  .competitive-advantages-section {
    margin-top: 90px;
    margin-bottom: 0;
    padding-bottom: 60px;
  }
}
.competitive-advantages-section .page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: unset;
}
@media screen and (max-width: 768px) {
  .competitive-advantages-section .page-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.competitive-advantages-section .heed {
  margin-bottom: 4px;
  color: #7c7c7f;
  font-family: "Frigate", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.9px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
}
.competitive-advantages-section .heed:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #0075bc;
  margin-right: 10px;
}

.competitive-advantages-section h2 {
  color: #1257a6;
  font-family: "LitteraPlainBold", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  max-width: 418px;
}
@media screen and (max-width: 1370px) {
  .competitive-advantages-section h2 {
    font-size: 46px;
  }
}
@media screen and (max-width: 768px) {
  .competitive-advantages-section h2 {
    max-width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .competitive-advantages-section h2 {
    font-size: 36px;
  }
}

.competitive-advantages-section .competitive-left p {
  color: #36373a;
  font-family: "LitteraPlainLight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.8px;
  margin: 0;
  max-width: 319px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .competitive-advantages-section .competitive-left p {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.competitive-advantages-section .video-container {
  max-width: 600px;
  position: absolute;
  left: -200px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .competitive-advantages-section .video-container {
    max-width: 500px;
    left: -110px;
  }
}
@media screen and (max-width: 768px) {
  .competitive-advantages-section .video-container {
    bottom: 85px;
    margin: -2px auto;
    left: 0;
    right: 0;
    top: auto;
  }
}
.competitive-advantages-section .video-container:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  width: 100%;
  height: 6px;
  background: #f0f0f0;
}
.competitive-advantages-section .video-container:after {
  content: "";
  position: absolute;
  bottom: -3px;
  top: auto;
  left: 0;
  right: 0;
  width: 100%;
  height: 6px;
  background: #f0f0f0;
}

.competitive-advantages-section video {
  width: calc(102% - 4px);
  height: calc(100% - 4px);
  margin: -1px;
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.competitive-advantages-section .tubes-video {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .competitive-advantages-section .tubes-video {
    position: unset;
  }
}

.competitive-left {
  width: 50%;
  padding-right: 1rem;
}
@media screen and (max-width: 768px) {
  .competitive-left {
    width: 100%;
    padding-right: 0;
  }
}

.competitive-advantages-section .advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .competitive-advantages-section .advantages {
    width: 100%;
    padding-bottom: 330px;
  }
}

.competitive-advantages-section .advantage {
  padding: 24px;
  max-width: 464px;
  background: #fff;
  margin-bottom: 32px;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .competitive-advantages-section .advantage {
    max-width: 100%;
  }
}
.competitive-advantages-section .advantage .advantage_icon {
  width: 72px;
  height: 72px;
  background-color: #f8f8f8;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 16px;
  border-radius: 8px;
}
.competitive-advantages-section .advantage h3 {
  color: #3b3c40;
  font-family: "LitteraPlainMedium", sans-serif;
  font-size: 30px;
  line-height: 110%; /* 33px */
  margin: 0;
}
.competitive-advantages-section .advantage p {
  color: #626366;
  font-family: "LitteraPlainLight", sans-serif;
  font-size: 16px;
  line-height: 160%; /* 25.6px */
  margin: 0;
  font-weight: 100;
}
.competitive-advantages-section .advantage:nth-child(2) {
  background-color: #ced6e7;
}
.competitive-advantages-section .advantage:nth-child(2) .advantage_icon {
  background-color: #c8cfdf;
}
.competitive-advantages-section .advantage:nth-child(2) h3 {
  color: #4e5973;
}
.competitive-advantages-section .advantage:nth-child(2) p {
  color: #636b7e;
}
.competitive-advantages-section .advantage:nth-child(3) {
  background-color: #323337;
}
.competitive-advantages-section .advantage:nth-child(3) .advantage_icon {
  background-color: #3e3f44;
}
.competitive-advantages-section .advantage:nth-child(3) h3 {
  color: #fff;
}
.competitive-advantages-section .advantage:nth-child(3) p {
  color: #fff;
}

.team-section.gallery-section,
.team-section {
  border-radius: 32px;
  background: #323337;
  padding: 56px 90px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .team-section.gallery-section,
  .team-section {
    padding: 56px;
  }
}
@media screen and (max-width: 1024px) {
  .team-section.gallery-section,
  .team-section {
    padding: 56px 16px;
    overflow: hidden;
  }
}
.team-section.gallery-section .team-head,
.team-section .team-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .team-section.gallery-section .team-head,
  .team-section .team-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.team-section.gallery-section .team-left,
.team-section .team-left {
  width: 40%;
  padding-right: 1rem;
}
@media screen and (max-width: 768px) {
  .team-section.gallery-section .team-left,
  .team-section .team-left {
    width: 100%;
    padding-right: 0;
  }
}
.team-section.gallery-section .team-right,
.team-section .team-right {
  width: 60%;
  padding-left: 1rem;
  max-width: 636px;
}
@media screen and (max-width: 768px) {
  .team-section.gallery-section .team-right,
  .team-section .team-right {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
}
.team-section.gallery-section .heed,
.team-section .heed {
  margin-bottom: 8px;
  color: #a5a5a7;
  font-family: "Frigate", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.9px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .team-section.gallery-section .heed,
  .team-section .heed {
    margin-bottom: 4px;
  }
}
.team-section.gallery-section .heed:before,
.team-section .heed:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #0075bc;
  margin-right: 10px;
}
.team-section.gallery-section h2,
.team-section h2 {
  color: #1257a6;
  font-family: "LitteraPlainBold", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 418px;
}
@media screen and (max-width: 1370px) {
  .team-section.gallery-section h2,
  .team-section h2 {
    font-size: 46px;
  }
}
.team-section.gallery-section p,
.team-section p {
  color: #ebecec;
  font-family: "LitteraPlainLight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 100;
  line-height: 160%;
  letter-spacing: 0.8px;
  margin: 0;
  padding-right: 20px;
}
.team-section.gallery-section .team-slider,
.team-section .team-slider {
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .team-section.gallery-section .team-slider,
  .team-section .team-slider {
    margin-top: 20px;
  }
}
.team-section.gallery-section .gallery-item,
.team-section.gallery-section .team-member,
.team-section .gallery-item,
.team-section .team-member {
  margin: 0 12px;
}
.team-section.gallery-section .gallery-item img,
.team-section.gallery-section .team-member img,
.team-section .gallery-item img,
.team-section .team-member img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
}
.team-section.gallery-section .team-member h3,
.team-section .team-member h3 {
  color: #f3f3f3;
  font-family: "LitteraPlainMedium", sans-serif;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 12px;
  margin-top: 16px;
}
.team-section.gallery-section .team-member p,
.team-section .team-member p {
  color: #a5a5a7;
  font-family: "LitteraPlainLight", sans-serif;
  font-size: 16px;
  line-height: 110%;
}
.team-section.gallery-section .slick-prev,
.team-section.gallery-section .slick-next,
.team-section .slick-prev,
.team-section .slick-next {
  position: absolute;
  top: calc(100% - 55px);
  z-index: 10;
  background-color: #ddd;
  border: none;
  padding: 10px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .team-section.gallery-section .slick-prev,
  .team-section.gallery-section .slick-next,
  .team-section .slick-prev,
  .team-section .slick-next {
    top: calc(100% - 50px);
  }
}
.team-section.gallery-section .slick-prev,
.team-section .slick-prev {
  left: 41px;
}
@media screen and (max-width: 768px) {
  .team-section.gallery-section .slick-prev,
  .team-section .slick-prev {
    left: 24px;
  }
}
.team-section.gallery-section .slick-next,
.team-section .slick-next {
  right: 41px;
}
@media screen and (max-width: 768px) {
  .team-section.gallery-section .slick-next,
  .team-section .slick-next {
    right: 24px;
  }
}
.team-section.gallery-section .slick-dots,
.team-section .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
  padding: 16px 24px;
  border-radius: 96px;
  background: #3b3c40;
  height: 72px;
}
@media screen and (max-width: 768px) {
  .team-section.gallery-section .slick-dots,
  .team-section .slick-dots {
    padding: 12px 24px;
    height: 48px;
  }
}
.team-section.gallery-section .slick-dots li,
.team-section .slick-dots li {
  margin: 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.team-section.gallery-section .slick-dots li button,
.team-section .slick-dots li button {
  text-indent: -999999px;
  border: none;
  outline: none;
  width: 12px;
  height: 12px;
  background-color: #626366;
  border-radius: 50%;
  padding: 0;
  -webkit-transition: all, 0.3s ease;
  transition: all, 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .team-section.gallery-section .slick-dots li button,
  .team-section .slick-dots li button {
    height: 8px;
    width: 8px;
  }
}
.team-section.gallery-section .slick-dots li.slick-active button,
.team-section .slick-dots li.slick-active button {
  background-color: #1257a6;
  width: 32px;
  border-radius: 6px;
}
@media screen and (max-width: 600px) {
  .team-section.gallery-section .slick-list,
  .team-section .slick-list {
    overflow: visible;
  }
}
.team-section.gallery-section .team-navigation button,
.team-section .team-navigation button {
  border-radius: 32px;
  background: #424348;
  padding: 8px 20px;
  display: block;
  height: 40px;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
@media screen and (max-width: 768px) {
  .team-section.gallery-section .team-navigation button,
  .team-section .team-navigation button {
    padding: 4px 16px;
    top: calc(100% - 40px);
    width: 56px;
    height: 32px;
  }
}
.team-section.gallery-section .team-navigation button path,
.team-section .team-navigation button path {
  fill: rgb(124, 124, 127);
}
.team-section.gallery-section .team-navigation button:hover path,
.team-section .team-navigation button:hover path {
  fill: rgb(62, 118, 184);
}
.team-section.gallery-section.certificates,
.team-section.certificates {
  padding: 56px 90px;
  background: transparent;
  border-radius: 0;
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 1200px) {
  .team-section.gallery-section.certificates,
  .team-section.certificates {
    padding: 56px;
  }
}
@media screen and (max-width: 1024px) {
  .team-section.gallery-section.certificates,
  .team-section.certificates {
    padding: 26px 16px;
  }
}
.team-section.gallery-section.certificates .team-head,
.team-section.certificates .team-head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  text-align: center;
}
.team-section.gallery-section.certificates h2,
.team-section.certificates h2 {
  max-width: 100%;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .team-section.gallery-section.certificates h2,
  .team-section.certificates h2 {
    margin-bottom: 16px;
  }
}
.team-section.gallery-section.certificates p,
.team-section.certificates p {
  color: #36373a;
  max-width: 87%;
  margin: 0 auto;
}
.team-section.gallery-section.certificates .team-slider,
.team-section.gallery-section.certificates .gallery,
.team-section.certificates .team-slider,
.team-section.certificates .gallery {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .team-section.gallery-section.certificates .team-slider,
  .team-section.gallery-section.certificates .gallery,
  .team-section.certificates .team-slider,
  .team-section.certificates .gallery {
    margin-top: 40px;
  }
}
.team-section.gallery-section.certificates .certificates-member,
.team-section.certificates .certificates-member {
  margin: 0 12px;
}
.team-section.gallery-section.certificates .certificates-member img,
.team-section.certificates .certificates-member img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
}
.team-section.gallery-section.certificates .slick-dots,
.team-section.certificates .slick-dots {
  background-color: #fff;
}
.team-section.gallery-section.certificates .slick-dots li button,
.team-section.certificates .slick-dots li button {
  background-color: #a4b0c2;
}
.team-section.gallery-section.certificates .slick-dots li.slick-active button,
.team-section.certificates .slick-dots li.slick-active button {
  background-color: #1257a6;
  width: 32px;
  border-radius: 6px;
}
.team-section.gallery-section.certificates .slick-prevs,
.team-section.gallery-section.certificates .slick-nexts,
.team-section.gallery-section.certificates .slick-prev2,
.team-section.gallery-section.certificates .slick-next2,
.team-section.certificates .slick-prevs,
.team-section.certificates .slick-nexts,
.team-section.certificates .slick-prev2,
.team-section.certificates .slick-next2 {
  position: absolute;
  top: calc(100% - 55px);
  z-index: 10;
  background-color: #ebebeb;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .team-section.gallery-section.certificates .slick-prevs,
  .team-section.gallery-section.certificates .slick-nexts,
  .team-section.gallery-section.certificates .slick-prev2,
  .team-section.gallery-section.certificates .slick-next2,
  .team-section.certificates .slick-prevs,
  .team-section.certificates .slick-nexts,
  .team-section.certificates .slick-prev2,
  .team-section.certificates .slick-next2 {
    top: calc(100% - 40px);
  }
}
.team-section.gallery-section.certificates .slick-prevs,
.team-section.gallery-section.certificates .slick-prev2,
.team-section.certificates .slick-prevs,
.team-section.certificates .slick-prev2 {
  left: 41px;
}
@media screen and (max-width: 768px) {
  .team-section.gallery-section.certificates .slick-prevs,
  .team-section.gallery-section.certificates .slick-prev2,
  .team-section.certificates .slick-prevs,
  .team-section.certificates .slick-prev2 {
    left: 24px;
  }
}
.team-section.gallery-section.certificates .slick-nexts,
.team-section.gallery-section.certificates .slick-next2,
.team-section.certificates .slick-nexts,
.team-section.certificates .slick-next2 {
  right: 41px;
}
@media screen and (max-width: 768px) {
  .team-section.gallery-section.certificates .slick-nexts,
  .team-section.gallery-section.certificates .slick-next2,
  .team-section.certificates .slick-nexts,
  .team-section.certificates .slick-next2 {
    right: 24px;
  }
}
.team-section.gallery-section.certificates .gallery-item,
.team-section.gallery-section.certificates .team-member,
.team-section.certificates .gallery-item,
.team-section.certificates .team-member {
  border: 16px solid #fff;
  border-radius: 16px;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}

.popup-content {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  max-width: 90%;
  max-height: 90%;
  overflow: hidden;
}

.popup-content img {
  max-width: 100%;
  max-height: 100%;
}

.close-button {
  position: absolute;
  top: -10px;
  right: 5px;
  font-size: 24px;
  cursor: pointer;
  color: #000;
}

/* Стилі для форми Contact Form 7 */
.wpcf7-form {
  max-width: 600px;
  margin: 20px auto;
}

.wpcf7-form label {
  position: relative;
  display: block;
}

.wpcf7-form label strong {
  position: absolute;
  left: 15px;
  top: 10px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  color: #999;
}

.wpcf7-form label.active strong {
  position: absolute;
  left: 15px;
  top: -12px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  color: #004faa;
  z-index: 999;
  background: #faf8f6;
  font-family: "LitteraPlainBold", sans-serif;
  font-size: 20px;
  padding: 0 8px;
  font-weight: 600;
}

.wpcf7-form .wpcf7-form-control-wrap {
  position: relative;
  margin-bottom: 1.4em;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea {
  width: 100%;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 520px;
  padding: 15px 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #7c7c7f;
  color: #202123;
  font-family: "LitteraPlainLight", sans-serif;
  font-size: 20px;
  background: #faf8f6;
  font-weight: 100;
}
@media screen and (max-width: 1023px) {
  .wpcf7-form input[type=text],
  .wpcf7-form input[type=email],
  .wpcf7-form input[type=tel],
  .wpcf7-form textarea {
    max-width: 100%;
  }
}

.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form textarea:focus {
  outline: none;
  border-color: #0056b3;
}

.wpcf7-form input[type=text]:focus + label,
.wpcf7-form input[type=email]:focus + label,
.wpcf7-form input[type=tel]:focus + label,
.wpcf7-form textarea:focus + label {
  top: -20px;
  font-size: 12px;
  color: #0056b3;
}

.wpcf7-form input[type=text]:valid + label,
.wpcf7-form input[type=email]:valid + label,
.wpcf7-form input[type=tel]:valid + label,
.wpcf7-form textarea:valid + label {
  top: -20px;
  font-size: 12px;
  color: #0056b3;
}

/* Стилізація кнопки надсилання */
.wpcf7-form input[type=submit] {
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  background: #1257a6;
  margin-right: 0;
  margin-left: auto;
  font-weight: 100;
}

.wpcf7-form input[type=submit]:hover {
  background-color: #003366;
}

label.active input[type=text],
label.active input[type=email],
label.active input[type=tel],
label.active textarea,
label.active input[type=text]:focus,
label.active input[type=email]:focus,
label.active input[type=tel]:focus,
label.active textarea:focus {
  border-color: #004faa;
}
label.active input[type=text]::-webkit-input-placeholder, label.active input[type=email]::-webkit-input-placeholder, label.active input[type=tel]::-webkit-input-placeholder, label.active textarea::-webkit-input-placeholder {
  color: transparent;
}
label.active input[type=text]::-moz-placeholder, label.active input[type=email]::-moz-placeholder, label.active input[type=tel]::-moz-placeholder, label.active textarea::-moz-placeholder {
  color: transparent;
}
label.active input[type=text]:-ms-input-placeholder, label.active input[type=email]:-ms-input-placeholder, label.active input[type=tel]:-ms-input-placeholder, label.active textarea:-ms-input-placeholder {
  color: transparent;
}
label.active input[type=text]::-ms-input-placeholder, label.active input[type=email]::-ms-input-placeholder, label.active input[type=tel]::-ms-input-placeholder, label.active textarea::-ms-input-placeholder {
  color: transparent;
}
label.active input[type=text]::placeholder,
label.active input[type=email]::placeholder,
label.active input[type=tel]::placeholder,
label.active textarea::placeholder {
  color: transparent;
}

.wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
}

.wpcf7 form .wpcf7-response-output {
  position: absolute;
  top: 0;
  border: none;
  color: red;
}

.contact {
  padding: 90px 0;
}
@media screen and (max-width: 1023px) {
  .contact {
    padding-bottom: 0;
  }
}
.contact .page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .contact .page-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact .heed {
  margin-bottom: 8px;
  color: #a5a5a7;
  font-family: "Frigate", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.9px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
}
.contact .heed:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #0075bc;
  margin-right: 10px;
}
.contact h2 {
  color: #1257a6;
  font-family: "LitteraPlainBold", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  max-width: 418px;
}
@media screen and (max-width: 1370px) {
  .contact h2 {
    font-size: 46px;
  }
}
.contact p {
  color: #36373a;
  font-family: "LitteraPlainLight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.8px;
  margin: 0;
}

.contact-left {
  padding: 52px;
  border-radius: 24px;
  background: #faf8f6;
  width: calc(50% - 12px);
  margin-right: 12px;
}
@media screen and (max-width: 1023px) {
  .contact-left {
    width: 100%;
    padding: 48px 16px 0;
    margin-right: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.contact-right {
  padding: 52px;
  padding-bottom: 0;
  border-radius: 24px;
  background: #faf8f6;
  width: calc(50% - 12px);
  margin-left: 12px;
}
@media screen and (max-width: 1023px) {
  .contact-right {
    width: 100%;
    padding: 40px 16px 0;
    margin-left: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}

@media screen and (max-width: 767px) {
  .map {
    display: none;
  }
}
.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}
.flex-col {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.flex-col-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.flex-wrap-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}
.flex-no-wrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.justify-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.justify-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.justify-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.justify-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.justify-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
.justify-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}
.justify-stretch {
  -webkit-box-pack: stretch !important;
      -ms-flex-pack: stretch !important;
          justify-content: stretch !important;
}

.items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
.items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.hidden {
  display: none !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

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