@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?ki5z7n");
  src: url("../fonts/icomoon.eot?ki5z7n#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ki5z7n") format("truetype"), url("../fonts/icomoon.woff?ki5z7n") format("woff"), url("../fonts/icomoon.svg?ki5z7n#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ico-01:before {
  content: "\e900";
}

.icon-ico-02:before {
  content: "\e901";
}

.icon-ico-03:before {
  content: "\e902";
}

.icon-ico-04:before {
  content: "\e903";
}

#footer .social-columns .social-holder, .certifiations-section .logo-block .logo-list, #header #nav-bar .menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

html {
  box-sizing: border-box;
}

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

* {
  max-height: 1000000px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
  max-width: none;
}

body {
  background: #fff;
  color: #000;
  font: 400 16px/1.25 "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
}

p, ul, ol, dl {
  margin: 0 0 1em;
}

a {
  text-decoration: underline;
  color: inherit;
}
a:hover, a:focus {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 700;
  margin: 0 0 0.5em;
  color: inherit;
}

h1 {
  font-size: 30px;
}
@media (min-width: 480px) {
  h1 {
    font-size: 35px;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 25px;
}
@media (min-width: 480px) {
  h2 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-size: 23px;
}
@media (min-width: 480px) {
  h3 {
    font-size: 27px;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 21px;
}
@media (min-width: 480px) {
  h4 {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  h4 {
    font-size: 27px;
  }
}

h5 {
  font-size: 18px;
}
@media (min-width: 480px) {
  h5 {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  h5 {
    font-size: 23px;
  }
}

h6 {
  font-size: 16px;
}
@media (min-width: 480px) {
  h6 {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  h6 {
    font-size: 20px;
  }
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 10px;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #000;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: inherit;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: inherit;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
  color: inherit;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

h1 {
  font-size: 40px;
  line-height: 1.1;
}
@media (min-width: 480px) {
  h1 {
    font-size: 46px;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 64px;
  }
}

h2 {
  font-size: 30px;
}
@media (min-width: 480px) {
  h2 {
    font-size: 38px;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 48px;
  }
}

h3 {
  font-size: 30px;
  margin: 0 0 0.17em;
}
@media (min-width: 480px) {
  h3 {
    font-size: 35px;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 40px;
  }
}

h4 {
  font-size: 26px;
  line-height: 1.2;
}
@media (min-width: 480px) {
  h4 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  h4 {
    font-size: 32px;
  }
}

h5 {
  font-size: 22px;
}
@media (min-width: 480px) {
  h5 {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  h5 {
    font-size: 30px;
  }
}

h6 {
  font-size: 18px;
  line-height: 1.1;
}
@media (min-width: 480px) {
  h6 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  h6 {
    font-size: 24px;
  }
}

a {
  text-decoration: none;
}

.container {
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 480px) {
  .container {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 40px;
  }
}

.logo {
  display: block;
  width: 175px;
}
.logo a, .logo img {
  display: block;
}

.video-block {
  position: relative;
  padding-top: 56.25%;
}
.video-block #myVideo {
  width: 100%;
  height: auto;
  display: block;
}
.video-block iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  border: 0;
  z-index: 1;
}
.video-block .play-button {
  transition: opacity 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 10;
}
.video-block .play-button:hover .play-ico {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.7);
}
.video-block .play-button.active {
  opacity: 0;
}
.video-block .play-ico {
  transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
}
.video-block .play-ico:before {
  transition: opacity 0.2s ease-in-out;
  font-family: "icomoon";
  content: "\e903";
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 2px;
}
.video-block .preview-image {
  width: 100%;
  height: 100%;
}

.btn {
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  display: inline-block;
  background: #00A6E0;
  padding: 10px 24px;
  color: #fff;
  font-family: "Work Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border: 2px solid #00A6E0;
  border-radius: 100px;
  width: 100%;
}
@media (min-width: 768px) {
  .btn {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .btn {
    font-size: 18px;
  }
}
.btn:hover {
  background: #000;
}
.btn.btn-white {
  background: #fff;
  padding: 16px 20px;
  color: #000;
  border: unset;
  border-radius: unset;
  max-width: 260px;
}
.btn.btn-white:hover {
  background: #bfbfbf;
}
.btn.btn-call {
  background: #00A6E0;
  border: 1px solid #00A6E0;
  color: #fff;
  padding: 15px;
  border-radius: unset;
  max-width: 260px;
}
.btn.btn-call:before {
  transition: color 0.2s ease-in-out;
  content: "\e900";
  font-family: "icomoon";
  font-size: 17px;
  color: #fff;
  margin-right: 12px;
}
.btn.btn-call:hover {
  background: #fff;
  color: #00A6E0;
}
.btn.btn-call:hover:before {
  color: #00A6E0;
}
.btn.btn-email {
  background: #fff;
  color: #000;
  width: 100%;
  border: 1px solid #000;
  padding: 15px;
  border-radius: unset;
  max-width: 328px;
}
.btn.btn-email:before {
  transition: color 0.2s ease-in-out;
  content: "\e901";
  font-family: "icomoon";
  font-size: 17px;
  color: #000;
  margin-right: 12px;
}
.btn.btn-email:hover {
  background: #000;
  color: #fff;
}
.btn.btn-email:hover:before {
  color: #fff;
}
.btn.btn-blue {
  background: #00A6E0;
  border: 2px solid #00A6E0;
  padding: 12px 15px;
  color: #fff;
  border-radius: unset;
  max-width: 260px;
}
@media (min-width: 768px) {
  .btn.btn-blue {
    padding: 14px 15px;
  }
}
.btn.btn-blue:hover {
  background: #fff;
  color: #00A6E0;
}
.btn.btn-download {
  background: #00A6E0;
  border: 2px solid #00A6E0;
  padding: 6px 15px;
  color: #fff;
  border-radius: unset;
}
.btn.btn-download:after {
  transition: color 0.2s ease-in-out;
  content: "\e902";
  font-family: "icomoon";
  font-size: 16px;
  color: #fff;
  margin-left: 15px;
}
.btn.btn-download:hover {
  background: #fff;
  color: #00A6E0;
}
.btn.btn-download:hover:after {
  color: #00A6E0;
}

#header {
  transition: padding 0.2s ease-in-out;
  position: fixed;
  left: 0;
  right: 0;
  background: #000;
  padding: 20px 0;
  color: #000;
  z-index: 999;
}
@media (min-width: 768px) {
  #header {
    padding: 35px 0;
  }
}
@media (min-width: 1024px) {
  #header {
    padding: 50px 0;
  }
}
#header.fixed-position {
  padding: 15px 0;
}
@media (min-width: 768px) {
  #header.fixed-position {
    padding: 20px 0;
  }
}
@media (min-width: 1024px) {
  #header.fixed-position {
    padding: 35px 0;
  }
}
#header .logo,
#header .btn-holder {
  position: relative;
  z-index: 2;
}
#header .columns-block {
  position: relative;
}
@media (min-width: 550px) {
  #header .columns-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 30px;
  }
}
#header .right-column {
  display: flex;
  justify-content: center;
  gap: 0 18px;
  margin: 30px 0 0;
}
@media (min-width: 550px) {
  #header .right-column {
    margin: 0;
  }
}
#header #nav-bar {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 550px) {
  #header #nav-bar {
    position: unset;
  }
}
#header #nav-bar.active .opener:before {
  transform: translate(0, 9px) rotate(-135deg);
  width: 28px;
}
#header #nav-bar.active .opener span {
  width: 0;
}
#header #nav-bar.active .opener:after {
  transform: translate(0, -9px) rotate(135deg);
  width: 28px;
}
#header #nav-bar.active .drop {
  top: 0;
  left: 0;
  opacity: 1;
  transition: top 0s 0s, left 0s 0s, opacity 0.2s 0s, transform 0.2s 0s;
  z-index: 1;
}
#header #nav-bar .opener {
  position: relative;
  display: none;
  z-index: 1100;
  transition: background 0.2s ease-in-out;
  width: 55px;
  height: 50px;
  position: relative;
  padding: 15px;
  margin-right: -10px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#header #nav-bar .opener:before, #header #nav-bar .opener:after, #header #nav-bar .opener span {
  transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, top 0.2s ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out, transform 0.2s ease-in-out;
  content: "";
  background: #fff;
  width: 100%;
  height: 3px;
}
#header #nav-bar .drop {
  color: #fff;
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: -99999px;
  left: -9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  transition: top 0s 0.2s, left 0s 0.2s, opacity 0.2s 0s, transform 0.2s 0s;
}
#header #nav-bar .menu-list {
  font-size: 32px;
  line-height: 1.13;
}
#header #nav-bar .menu-list li {
  margin: 0 0 30px;
}
#header #nav-bar .menu-list a {
  transition: color 0.2s ease-in-out;
  padding: 5px;
  text-decoration: none;
}
#header #nav-bar .menu-list a:hover {
  color: #00A6E0;
}

#main {
  background: #000;
  padding: 175px 0 0;
}
@media (min-width: 550px) {
  #main {
    padding: 95px 0 0;
  }
}
@media (min-width: 768px) {
  #main {
    padding: 135px 0 0;
  }
}
@media (min-width: 1024px) {
  #main {
    padding: 180px 0 0;
  }
}

.intro-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #000;
  padding: 75px 0;
  color: #fff;
  min-height: 350px;
}
@media (min-width: 768px) {
  .intro-section {
    padding: 90px 0;
    min-height: 500px;
  }
}
@media (min-width: 1200px) {
  .intro-section {
    min-height: 780px;
  }
}
.intro-section h1, .intro-section h2, .intro-section h3, .intro-section h4, .intro-section h5, .intro-section h6 {
  color: #fff;
  margin: 0 0 0.23em;
  position: relative;
  z-index: 1;
}
.intro-section h3 {
  font-weight: 400;
}
.intro-section:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
  .intro-section:before {
    background: rgba(0, 0, 0, 0.3);
  }
}
.intro-section .btn-holder {
  margin: 28px 0 0;
  position: relative;
  z-index: 1;
}

.about-us-section {
  background: #fff;
  padding: 30px 0;
  font-family: "Work Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 768px) {
  .about-us-section {
    padding: 50px 0;
  }
}
@media (min-width: 1024px) {
  .about-us-section {
    padding: 90px 0 60px;
  }
}
.about-us-section h1, .about-us-section h2, .about-us-section h3, .about-us-section h4, .about-us-section h5, .about-us-section h6 {
  font-family: "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: -0.01em;
  margin: 0 0 0.33em;
}
.about-us-section p {
  margin: 0 0 1.3em;
}
@media (min-width: 768px) {
  .about-us-section .columns-block {
    display: flex;
    justify-content: space-between;
    gap: 0 50px;
  }
}
@media (min-width: 768px) {
  .about-us-section .left-column {
    width: calc(45.26% - 25px);
  }
}
@media (min-width: 768px) {
  .about-us-section .right-column {
    max-width: calc(54.74% - 25px);
  }
}
.about-us-section .img-holder {
  margin: 0 0 30px;
}
.about-us-section .img-holder img {
  width: 100%;
  height: 350px;
  display: block;
  object-fit: cover;
}
@media (min-width: 768px) {
  .about-us-section .img-holder img {
    width: 100%;
    height: 616px;
  }
}
.about-us-section .post-title {
  display: block;
  letter-spacing: 0.38em;
  margin: 0 0 5px;
}
.about-us-section .post-box {
  display: block;
  background: #F2F2F2;
  padding: 10px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin: 30px 0 20px;
}
@media (min-width: 1024px) {
  .about-us-section .post-box {
    padding: 22px;
    font-size: 32px;
  }
}
.about-us-section .btn-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .about-us-section .btn-block {
    justify-content: flex-start;
  }
}

.info-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom left -100px;
  background-size: auto 50%;
  background-color: #24262B;
  padding: 30px 0 0;
  font-family: "Work Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #fff;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .info-section {
    background-size: auto 75%;
  }
}
@media (min-width: 1200px) {
  .info-section {
    background-size: auto 100%;
    background-position: bottom -20px left calc(50% - 748px);
  }
}
.info-section h1, .info-section h2, .info-section h3, .info-section h4, .info-section h5, .info-section h6 {
  font-weight: 600;
  margin: 0 0 0.2em;
}
.info-section p {
  margin: 0 0 1.9em;
}
.info-section .columns-block {
  display: flex;
  flex-direction: column-reverse;
  gap: 0 30px;
}
@media (min-width: 768px) {
  .info-section .columns-block {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .info-section .columns-block {
    gap: 0 80px;
  }
}
.info-section .left-column {
  align-content: flex-end;
}
@media (min-width: 768px) {
  .info-section .left-column {
    width: calc(48.71% - 15px);
  }
}
@media (min-width: 1024px) {
  .info-section .left-column {
    width: calc(46.55% - 40px);
  }
}
.info-section .right-column {
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .info-section .right-column {
    width: calc(51.29% - 15px);
    margin: 25px 0 55px;
  }
}
@media (min-width: 1024px) {
  .info-section .right-column {
    width: calc(53.45% - 40px);
  }
}
.info-section .img-holder {
  max-width: 350px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .info-section .img-holder {
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .info-section .img-holder {
    margin: -25px 0 0 -20px;
  }
}
.info-section .logo {
  margin: 0 auto 30px;
}
@media (min-width: 768px) {
  .info-section .logo {
    margin: 0 0 50px;
  }
}
.info-section .name {
  display: block;
  font-weight: 600;
  font-size: 26px;
  margin: 0 0 6px;
}
@media (min-width: 480px) {
  .info-section .name {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .info-section .name {
    font-size: 32px;
  }
}
.info-section .position {
  display: block;
  font-size: 20px;
  margin: 0 0 20px;
}
.info-section .contact-block {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 768px) {
  .info-section .contact-block {
    justify-content: space-between;
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .info-section .contact-block {
    font-size: 18px;
  }
}
.info-section .contact-block a {
  transition: color 0.2s ease-in-out;
}
.info-section .contact-block a:hover {
  color: #F54A91;
}
.info-section .contact-block .icon {
  font-size: 16px;
  color: #F54A91;
  margin: 0 7px 0 0;
}
.info-section .decoration-holder {
  background-color: #fff;
}

.columns-section {
  background-color: #fff;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .columns-section {
    padding: 60px 0 50px;
  }
}
@media (min-width: 1024px) {
  .columns-section {
    padding: 90px 0 50px;
  }
}
.columns-section h1, .columns-section h2, .columns-section h3, .columns-section h4, .columns-section h5, .columns-section h6 {
  letter-spacing: -0.4px;
  margin: 0 0 0.29em;
}
.columns-section p {
  font-family: "Work Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 768px) {
  .columns-section .columns-block {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 0 50px;
  }
}
@media (min-width: 768px) {
  .columns-section .post-column {
    width: calc(54.74% - 25px);
  }
}
.columns-section .video-column {
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .columns-section .video-column {
    width: calc(45.26% - 25px);
    margin: 0;
  }
}
.columns-section .btn-holder {
  margin: 30px 0 0;
}
@media (min-width: 768px) {
  .columns-section .btn-holder {
    margin: 40px 0 0;
  }
}

.projects-section {
  background-color: #fff;
  padding: 30px 0;
  font-family: "Work Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 768px) {
  .projects-section {
    padding: 35px 0;
  }
}
.projects-section h1, .projects-section h2, .projects-section h3, .projects-section h4, .projects-section h5, .projects-section h6 {
  font-family: "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: -0.4px;
  margin: 0 0 0.31em;
}
.projects-section p {
  margin: 0 0 1.5em;
}
.projects-section .heading-holder {
  max-width: 550px;
}
@media (min-width: 1024px) {
  .projects-section .heading-holder {
    max-width: 610px;
  }
}
.projects-section .post-block {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 18px 0 0;
}
.projects-section .location {
  display: block;
  font-weight: 600;
  margin: 0 0 20px;
  letter-spacing: -0.1px;
}
@media (min-width: 768px) {
  .projects-section .location {
    font-size: 20px;
  }
}
.projects-section .description {
  display: block;
  letter-spacing: -0.1px;
}
@media (min-width: 768px) {
  .projects-section .description {
    font-size: 20px;
  }
}
.projects-section .slick-slider {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0 20px;
}
@media (min-width: 768px) {
  .projects-section .slick-slider {
    margin: -155px 0 0;
  }
}
.projects-section .slick-list {
  order: 2;
  margin: 30px -10px 0;
}
@media (min-width: 768px) {
  .projects-section .slick-list {
    margin: 115px -10px 0;
  }
}
.projects-section .slide {
  background: #fff;
  height: inherit;
  overflow: hidden;
  margin: 0 10px;
  border: none;
}
@media (min-width: 768px) {
  .projects-section .slide {
    letter-spacing: 1.2px;
  }
}
.projects-section .slick-arrow {
  width: 48px;
  height: 48px;
  transition: background 0.2s ease-in-out;
  display: grid;
  place-content: center;
  padding: 10px;
  border: 1px solid #999;
  border-radius: 50%;
  outline: none;
  background: none;
  z-index: 100;
  order: 1;
}
.projects-section .slick-arrow:hover {
  background: #999;
}
.projects-section .slick-arrow:hover svg path {
  fill: #fff;
}
.projects-section .slick-arrow svg {
  display: block;
  width: 10px;
  margin-right: 0.1em;
}
.projects-section .slick-arrow svg path {
  transition: fill 0.2s ease-in-out;
  fill: #000;
}
.projects-section .slick-arrow.arrow-next {
  left: 85px;
  scale: -1;
}
.projects-section .slick-arrow.slick-disabled {
  opacity: 0.3;
}
.projects-section .slick-arrow.slick-disabled:hover {
  background: none;
}
.projects-section .slick-arrow.slick-disabled:hover svg path {
  fill: #999;
}

.certifiations-section {
  background-color: #fff;
  padding: 30px 0;
  font-family: "Work Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 768px) {
  .certifiations-section {
    padding: 50px 0 60px;
    letter-spacing: 0.7px;
  }
}
.certifiations-section .title-holder {
  font-family: "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: -0.4px;
  margin: 0 0 25px;
  text-align: center;
}
.certifiations-section .logo-block {
  padding: 0 0 30px;
}
@media (min-width: 768px) {
  .certifiations-section .logo-block {
    padding: 0 0 50px;
  }
}
.certifiations-section .logo-block .logo-list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .certifiations-section .logo-block .logo-list {
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .certifiations-section .logo-block .logo-list {
    gap: 60px;
  }
}
.certifiations-section .logo-block .logo-list li img {
  max-height: 80px;
}
@media (min-width: 1024px) {
  .certifiations-section .logo-block .logo-list li img {
    max-height: 100px;
  }
}
.certifiations-section .certification-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .certifiations-section .certification-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .certifiations-section .certification-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
.certifiations-section .certification-cards .card {
  padding: 30px 15px;
  border: 1px solid #B7B7B7;
  letter-spacing: -0.1px;
}
@media (min-width: 768px) {
  .certifiations-section .certification-cards .card {
    padding: 30px;
  }
}
.certifiations-section .certification-cards .card .img-holder {
  max-width: 300px;
  margin: 0 auto 20px;
}
.certifiations-section .certification-cards .card .name {
  display: block;
  font-weight: 600;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .certifiations-section .certification-cards .card .name {
    font-size: 20px;
  }
}
.certifiations-section .certification-cards .card .description {
  display: block;
  color: #757575;
  margin: 0 0 10px;
}
.certifiations-section .certification-cards .col-2 {
  grid-column: span 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 480px) {
  .certifiations-section .certification-cards .col-2 {
    grid-column: span 2;
  }
}
.certifiations-section .certification-cards .col-2 .logo {
  margin: 0 0 30px;
}
.certifiations-section .certification-cards .col-2 .contact {
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .certifiations-section .certification-cards .col-2 .contact {
    font-size: 24px;
  }
}
.certifiations-section .btn-holder {
  margin: 20px 0 0;
}

#footer {
  background: #000;
  color: #fff;
  padding: 30px 0;
  font-family: "Work Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 768px) {
  #footer {
    padding: 50px 0;
  }
}
@media (min-width: 1024px) {
  #footer {
    padding: 70px 0;
  }
}
#footer .footer-top {
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  #footer .footer-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 0 0 60px;
  }
}
@media (min-width: 1024px) {
  #footer .footer-top {
    margin: 0 0 90px;
  }
}
#footer .logo-holder {
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  #footer .logo-holder {
    width: calc(36.9% - 10px);
    margin: 0;
  }
}
#footer .logo-holder .logo {
  margin: 0 auto;
}
@media (min-width: 768px) {
  #footer .logo-holder .logo {
    margin: 0;
  }
}
@media (min-width: 768px) {
  #footer .footer-contacts {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: calc(63.1% - 10px);
  }
}
#footer .footer-contacts a {
  transition: color 0.2s ease-in-out;
}
#footer .footer-contacts a:hover {
  color: #F54A91;
}
#footer .contact-column {
  margin: 0 0 30px;
  text-align: center;
}
@media (min-width: 768px) {
  #footer .contact-column {
    max-width: 300px;
    margin: 0;
    text-align: left;
  }
}
#footer .contact-column .column-name {
  display: block;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  #footer .contact-column .column-name {
    font-size: 20px;
    margin: 0 0 18px;
  }
}
#footer .contact-column .location {
  display: block;
  line-height: 1.2;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  #footer .contact-column .location {
    margin: 0 0 22px;
  }
}
#footer .contact-column .contacts-info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 30px;
}
@media (min-width: 768px) {
  #footer .contact-column .contacts-info {
    justify-content: flex-start;
  }
}
#footer .contact-column .phone {
  display: block;
  font-weight: 500;
  margin: 0 0 10px;
  font-size: 14px;
}
@media (min-width: 768px) {
  #footer .contact-column .phone {
    margin: 0 0 22px;
  }
}
@media (min-width: 1024px) {
  #footer .contact-column .phone {
    font-size: 18px;
  }
}
#footer .contact-column .phone:before {
  content: "\e900";
  font-family: "icomoon";
  font-size: 14px;
  color: #F54A91;
  margin: 0 10px 0 0;
}
@media (min-width: 1024px) {
  #footer .contact-column .phone:before {
    font-size: 16px;
    margin: 0 15px 0 0;
  }
}
#footer .contact-column .mail {
  display: block;
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 1024px) {
  #footer .contact-column .mail {
    font-size: 18px;
  }
}
#footer .contact-column .mail:before {
  content: "\e901";
  font-family: "icomoon";
  font-size: 14px;
  color: #F54A91;
  margin: 0 10px 0 0;
}
@media (min-width: 1024px) {
  #footer .contact-column .mail:before {
    font-size: 16px;
    margin: 0 15px 0 0;
  }
}
#footer .social-columns {
  width: 220px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #footer .social-columns {
    margin: 0;
  }
}
#footer .social-columns .column-name {
  display: block;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0 0 10px;
  text-align: center;
}
@media (min-width: 768px) {
  #footer .social-columns .column-name {
    font-size: 20px;
    margin: 0 0 18px;
    text-align: left;
  }
}
#footer .social-columns .social-holder {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media (min-width: 768px) {
  #footer .social-columns .social-holder {
    justify-content: flex-start;
  }
}
#footer .social-columns .social-holder li {
  width: 28px;
  height: 28px;
}
#footer .social-columns .social-holder a {
  transition: opacity 0.2s ease-in-out;
}
#footer .social-columns .social-holder a:hover {
  opacity: 0.8;
}
#footer .footer-copyright {
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  #footer .footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 30px;
    text-align: left;
  }
}
#footer .footer-copyright a {
  text-decoration: underline;
}
#footer .footer-copyright a:hover {
  text-decoration: none;
}
#footer .footer-copyright .left-column {
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  #footer .footer-copyright .left-column {
    width: calc(67.5% - 15px);
    margin: 0;
  }
}
#footer .footer-copyright .left-column p {
  margin: 0;
}
#footer .footer-copyright .right-column {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  #footer .footer-copyright .right-column {
    width: calc(32.5% - 15px);
    text-align: right;
  }
}