/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -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
   ========================================================================== */

/**
 * 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -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
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Swiper 5.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 11, 2020
 */

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.br-theme-fontawesome-stars-o .br-widget {
  height: 28px;
  white-space: nowrap;
}
.br-theme-fontawesome-stars-o .br-widget a {
  font: normal normal normal 20px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 2px;
}
.br-theme-fontawesome-stars-o .br-widget a:after {
  content: '\f006';
  color: #d2d2d2;
}
.br-theme-fontawesome-stars-o .br-widget a.br-active:after {
  content: '\f005';
  color: #50E3C2;
}
.br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
  content: '\f005';
  color: #50E3C2;
}
.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
  content: '\f123';
  color: #50E3C2;
}
.br-theme-fontawesome-stars-o .br-widget .br-current-rating {
  display: none;
}
.br-theme-fontawesome-stars-o .br-readonly a {
  cursor: default;
}
.br-theme-fontawesome-stars-o .br-reverse a.br-fractional {
  display: inline-block;
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";
}
@media print {
  .br-theme-fontawesome-stars-o .br-widget a:after {
    content: '\f006';
    color: black;
  }
  .br-theme-fontawesome-stars-o .br-widget a.br-active:after,
  .br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
    content: '\f005';
    color: black;
  }
  .br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
    content: '\f123';
    color: black;
  }
}

/* This is the core CSS of Tooltipster */

/* GENERAL STRUCTURE RULES (do not edit this section) */

.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
}

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
  and flex-basis auto for IE11- (at least) */
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

/* ANIMATIONS */

/* Open/close animations */

/* fade */

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

/* grow */

.tooltipster-grow {
  -webkit-transform: scale(0,0);
  -ms-transform: scale(0,0);
  transform: scale(0,0);
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1,1);
  -ms-transform: scale(1,1);
  transform: scale(1,1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

/* swing */

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

/* fall */

.tooltipster-fall {
  -webkit-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}
.tooltipster-fall.tooltipster-show {
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

/* slide */

.tooltipster-slide {
  -webkit-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}
.tooltipster-slide.tooltipster-show {
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

/* Update animations */

/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */

/* fade */

@-webkit-keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading 400ms;
          animation: tooltipster-fading 400ms;
}

/* rotate */

@-webkit-keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.tooltipster-update-rotate {
  -webkit-animation: tooltipster-rotating 600ms;
          animation: tooltipster-rotating 600ms;
}

/* scale */

@-webkit-keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling 600ms;
          animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */

/* .tooltipster-box */

.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid black;
  border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

/* .tooltipster-content */

.tooltipster-sidetip .tooltipster-content {
  color: white;
  line-height: 18px;
  padding: 6px 14px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
  been positioned yet */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

/* .tooltipster-arrow-background */

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px;
}

/* .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: black;
}

/* tooltipster-arrow-uncropped */

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box{border:none;border-radius:5px;background:#fff;-webkit-box-shadow:0 0 10px 6px rgba(0,0,0,.1);box-shadow:0 0 10px 6px rgba(0,0,0,.1)}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box{margin-top:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box{margin-right:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box{margin-left:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box{margin-bottom:6px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-content{color:#8d8d8d}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow{height:6px;margin-left:-6px;width:12px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow{height:12px;margin-left:0;margin-top:-6px;width:6px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background{display:none}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border{border:6px solid transparent}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border{border-left-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border{border-right-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border{border-top-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped{top:-6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped{left:-6px}
@font-face {
  font-family: 'Raleway';
  src: url("./assets/fonts/Raleway-Bold.woff2") format('woff2'), url("./assets/fonts/Raleway-Bold.woff") format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu';
  src: url("./assets/fonts/Ubuntu.woff2") format('woff2'), url("./assets/fonts/Ubuntu.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url("./assets/fonts/Raleway-SemiBold.woff2") format('woff2'), url("./assets/fonts/Raleway-SemiBold.woff") format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url("./assets/fonts/Raleway-Regular.woff2") format('woff2'), url("./assets/fonts/Raleway-Regular.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu';
  src: url("./assets/fonts/Ubuntu-Bold.woff2") format('woff2'), url("./assets/fonts/Ubuntu-Bold.woff") format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url("./assets/fonts/fontawesome-webfont.woff2?v=4.7.0") format('woff2'), url("./assets/fonts/fontawesome-webfont.woff?v=4.7.0") format('woff');
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -moz-osx-font-smoothing: grayscale;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #000;
}
body.home-page {
  background: #f2f9fc;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
}
body .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  height: 100%;
  max-width: 100%;
}
body .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  overflow: hidden;
  min-height: 200px;
  position: relative;
}
body .footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
body img {
  display: block;
  margin: 0;
  max-width: 100%;
}
body .page {
  min-height: 100vh;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
body__content {
  padding-top: 90px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  overflow: hidden;
  min-height: 200px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  body__content {
    padding-top: 60px;
  }
}
body__footer {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
body__title {
  padding-top: 80px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  body__title {
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
body .container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  body .container {
    padding: 0 15px;
  }
}
.animate {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: visibility 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  transition: visibility 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -o-transition: visibility 1s ease, opacity 1s ease, transform 1s ease;
  transition: visibility 1s ease, opacity 1s ease, transform 1s ease;
  transition: visibility 1s ease, opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}
.animate.animate--init {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.animate.animate--wrapper {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  visibility: visible;
}
.animate.animate--wrapper .animate__child {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}
.animate.animate--wrapper .animate__child:nth-child(1) {
  -webkit-transition: opacity 0.5s 0.2s, visibility 0.5s 0.2s, -webkit-transform 1s 0.2s;
  transition: opacity 0.5s 0.2s, visibility 0.5s 0.2s, -webkit-transform 1s 0.2s;
  -o-transition: opacity 0.5s 0.2s, visibility 0.5s 0.2s, transform 1s 0.2s;
  transition: opacity 0.5s 0.2s, visibility 0.5s 0.2s, transform 1s 0.2s;
  transition: opacity 0.5s 0.2s, visibility 0.5s 0.2s, transform 1s 0.2s, -webkit-transform 1s 0.2s;
}
.animate.animate--wrapper .animate__child:nth-child(2) {
  -webkit-transition: opacity 0.5s 0.4s, visibility 0.5s 0.4s, -webkit-transform 1s 0.4s;
  transition: opacity 0.5s 0.4s, visibility 0.5s 0.4s, -webkit-transform 1s 0.4s;
  -o-transition: opacity 0.5s 0.4s, visibility 0.5s 0.4s, transform 1s 0.4s;
  transition: opacity 0.5s 0.4s, visibility 0.5s 0.4s, transform 1s 0.4s;
  transition: opacity 0.5s 0.4s, visibility 0.5s 0.4s, transform 1s 0.4s, -webkit-transform 1s 0.4s;
}
.animate.animate--wrapper .animate__child:nth-child(3) {
  -webkit-transition: opacity 0.5s 0.6s, visibility 0.5s 0.6s, -webkit-transform 1s 0.6s;
  transition: opacity 0.5s 0.6s, visibility 0.5s 0.6s, -webkit-transform 1s 0.6s;
  -o-transition: opacity 0.5s 0.6s, visibility 0.5s 0.6s, transform 1s 0.6s;
  transition: opacity 0.5s 0.6s, visibility 0.5s 0.6s, transform 1s 0.6s;
  transition: opacity 0.5s 0.6s, visibility 0.5s 0.6s, transform 1s 0.6s, -webkit-transform 1s 0.6s;
}
.animate.animate--wrapper .animate__child:nth-child(4) {
  -webkit-transition: opacity 0.5s 0.8s, visibility 0.5s 0.8s, -webkit-transform 1s 0.8s;
  transition: opacity 0.5s 0.8s, visibility 0.5s 0.8s, -webkit-transform 1s 0.8s;
  -o-transition: opacity 0.5s 0.8s, visibility 0.5s 0.8s, transform 1s 0.8s;
  transition: opacity 0.5s 0.8s, visibility 0.5s 0.8s, transform 1s 0.8s;
  transition: opacity 0.5s 0.8s, visibility 0.5s 0.8s, transform 1s 0.8s, -webkit-transform 1s 0.8s;
}
.animate.animate--wrapper .animate__child:nth-child(5) {
  -webkit-transition: opacity 0.5s 1s, visibility 0.5s 1s, -webkit-transform 1s 1s;
  transition: opacity 0.5s 1s, visibility 0.5s 1s, -webkit-transform 1s 1s;
  -o-transition: opacity 0.5s 1s, visibility 0.5s 1s, transform 1s 1s;
  transition: opacity 0.5s 1s, visibility 0.5s 1s, transform 1s 1s;
  transition: opacity 0.5s 1s, visibility 0.5s 1s, transform 1s 1s, -webkit-transform 1s 1s;
}
.animate.animate--wrapper .animate__child:nth-child(6) {
  -webkit-transition: opacity 0.5s 1.2s, visibility 0.5s 1.2s, -webkit-transform 1s 1.2s;
  transition: opacity 0.5s 1.2s, visibility 0.5s 1.2s, -webkit-transform 1s 1.2s;
  -o-transition: opacity 0.5s 1.2s, visibility 0.5s 1.2s, transform 1s 1.2s;
  transition: opacity 0.5s 1.2s, visibility 0.5s 1.2s, transform 1s 1.2s;
  transition: opacity 0.5s 1.2s, visibility 0.5s 1.2s, transform 1s 1.2s, -webkit-transform 1s 1.2s;
}
.animate.animate--wrapper .animate__child:nth-child(7) {
  -webkit-transition: opacity 0.5s 1.4s, visibility 0.5s 1.4s, -webkit-transform 1s 1.4s;
  transition: opacity 0.5s 1.4s, visibility 0.5s 1.4s, -webkit-transform 1s 1.4s;
  -o-transition: opacity 0.5s 1.4s, visibility 0.5s 1.4s, transform 1s 1.4s;
  transition: opacity 0.5s 1.4s, visibility 0.5s 1.4s, transform 1s 1.4s;
  transition: opacity 0.5s 1.4s, visibility 0.5s 1.4s, transform 1s 1.4s, -webkit-transform 1s 1.4s;
}
.animate.animate--wrapper .animate__child:nth-child(8) {
  -webkit-transition: opacity 0.5s 1.6s, visibility 0.5s 1.6s, -webkit-transform 1s 1.6s;
  transition: opacity 0.5s 1.6s, visibility 0.5s 1.6s, -webkit-transform 1s 1.6s;
  -o-transition: opacity 0.5s 1.6s, visibility 0.5s 1.6s, transform 1s 1.6s;
  transition: opacity 0.5s 1.6s, visibility 0.5s 1.6s, transform 1s 1.6s;
  transition: opacity 0.5s 1.6s, visibility 0.5s 1.6s, transform 1s 1.6s, -webkit-transform 1s 1.6s;
}
.animate.animate--wrapper .animate__child:nth-child(9) {
  -webkit-transition: opacity 0.5s 1.8s, visibility 0.5s 1.8s, -webkit-transform 1s 1.8s;
  transition: opacity 0.5s 1.8s, visibility 0.5s 1.8s, -webkit-transform 1s 1.8s;
  -o-transition: opacity 0.5s 1.8s, visibility 0.5s 1.8s, transform 1s 1.8s;
  transition: opacity 0.5s 1.8s, visibility 0.5s 1.8s, transform 1s 1.8s;
  transition: opacity 0.5s 1.8s, visibility 0.5s 1.8s, transform 1s 1.8s, -webkit-transform 1s 1.8s;
}
.animate.animate--wrapper .animate__child:nth-child(10) {
  -webkit-transition: opacity 0.5s 2s, visibility 0.5s 2s, -webkit-transform 1s 2s;
  transition: opacity 0.5s 2s, visibility 0.5s 2s, -webkit-transform 1s 2s;
  -o-transition: opacity 0.5s 2s, visibility 0.5s 2s, transform 1s 2s;
  transition: opacity 0.5s 2s, visibility 0.5s 2s, transform 1s 2s;
  transition: opacity 0.5s 2s, visibility 0.5s 2s, transform 1s 2s, -webkit-transform 1s 2s;
}
.animate.animate--wrapper .animate__child:nth-child(11) {
  -webkit-transition: opacity 0.5s 2.2s, visibility 0.5s 2.2s, -webkit-transform 1s 2.2s;
  transition: opacity 0.5s 2.2s, visibility 0.5s 2.2s, -webkit-transform 1s 2.2s;
  -o-transition: opacity 0.5s 2.2s, visibility 0.5s 2.2s, transform 1s 2.2s;
  transition: opacity 0.5s 2.2s, visibility 0.5s 2.2s, transform 1s 2.2s;
  transition: opacity 0.5s 2.2s, visibility 0.5s 2.2s, transform 1s 2.2s, -webkit-transform 1s 2.2s;
}
.animate.animate--wrapper .animate__child:nth-child(12) {
  -webkit-transition: opacity 0.5s 2.4s, visibility 0.5s 2.4s, -webkit-transform 1s 2.4s;
  transition: opacity 0.5s 2.4s, visibility 0.5s 2.4s, -webkit-transform 1s 2.4s;
  -o-transition: opacity 0.5s 2.4s, visibility 0.5s 2.4s, transform 1s 2.4s;
  transition: opacity 0.5s 2.4s, visibility 0.5s 2.4s, transform 1s 2.4s;
  transition: opacity 0.5s 2.4s, visibility 0.5s 2.4s, transform 1s 2.4s, -webkit-transform 1s 2.4s;
}
.animate.animate--wrapper .animate__child:nth-child(13) {
  -webkit-transition: opacity 0.5s 2.6s, visibility 0.5s 2.6s, -webkit-transform 1s 2.6s;
  transition: opacity 0.5s 2.6s, visibility 0.5s 2.6s, -webkit-transform 1s 2.6s;
  -o-transition: opacity 0.5s 2.6s, visibility 0.5s 2.6s, transform 1s 2.6s;
  transition: opacity 0.5s 2.6s, visibility 0.5s 2.6s, transform 1s 2.6s;
  transition: opacity 0.5s 2.6s, visibility 0.5s 2.6s, transform 1s 2.6s, -webkit-transform 1s 2.6s;
}
.animate.animate--wrapper .animate__child:nth-child(14) {
  -webkit-transition: opacity 0.5s 2.8s, visibility 0.5s 2.8s, -webkit-transform 1s 2.8s;
  transition: opacity 0.5s 2.8s, visibility 0.5s 2.8s, -webkit-transform 1s 2.8s;
  -o-transition: opacity 0.5s 2.8s, visibility 0.5s 2.8s, transform 1s 2.8s;
  transition: opacity 0.5s 2.8s, visibility 0.5s 2.8s, transform 1s 2.8s;
  transition: opacity 0.5s 2.8s, visibility 0.5s 2.8s, transform 1s 2.8s, -webkit-transform 1s 2.8s;
}
.animate.animate--wrapper .animate__child:nth-child(15) {
  -webkit-transition: opacity 0.5s 3s, visibility 0.5s 3s, -webkit-transform 1s 3s;
  transition: opacity 0.5s 3s, visibility 0.5s 3s, -webkit-transform 1s 3s;
  -o-transition: opacity 0.5s 3s, visibility 0.5s 3s, transform 1s 3s;
  transition: opacity 0.5s 3s, visibility 0.5s 3s, transform 1s 3s;
  transition: opacity 0.5s 3s, visibility 0.5s 3s, transform 1s 3s, -webkit-transform 1s 3s;
}
.animate.animate--wrapper.animate--init .animate__child {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
h1 {
  font-size: 56px;
  line-height: 60px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: 'Ubuntu', sans-serif;
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 52px;
    line-height: 56px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 10px;
  }
}
h2 {
  font-size: 56px;
  line-height: 60px;
  font-weight: 400;
  margin-bottom: 30px;
  font-family: 'Ubuntu', sans-serif;
  color: #05f;
}
@media screen and (max-width: 1200px) {
  h2 {
    font-size: 44px;
    line-height: 48px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #05f;
  font-family: 'Ubuntu', sans-serif;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
h4 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #05f;
}
h5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 16px;
    line-height: 22px;
  }
}
mark {
  background: transparent;
  color: #00dcbe;
}
a {
  color: #05f;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: -webkit-text-decoration-color 0.2s ease;
  transition: -webkit-text-decoration-color 0.2s ease;
  -o-transition: text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
}
a:hover {
  -webkit-text-decoration-color: #05f;
          text-decoration-color: #05f;
  text-decoration: underline;
}
p {
  margin-bottom: 16px;
}
ul {
  list-style: none;
  padding: 0;
}
ul:not(.not-list) li {
  padding-left: 65px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  ul:not(.not-list) li {
    padding-left: 25px;
  }
}
ul:not(.not-list) li:before {
  content: '';
  display: block;
  width: 19px;
  height: 26px;
  background: url("./assets/images/ico-list.svg") no-repeat center center;
  position: absolute;
  left: 30px;
  top: 0;
}
@media screen and (max-width: 1200px) {
  ul:not(.not-list) li:before {
    height: 22px;
  }
}
@media screen and (max-width: 767px) {
  ul:not(.not-list) li:before {
    left: 0;
  }
}
ol {
  padding: 0;
  counter-reset: li;
}
ol:not(.not-list) li {
  padding-left: 60px;
  position: relative;
  margin-bottom: 26px;
  list-style: none;
}
ol:not(.not-list) li:before {
  counter-increment: li;
  content: counter(li) ". ";
  position: absolute;
  left: 25px;
  top: -2px;
  text-align: right;
  font-weight: 700;
  color: #00dcbe;
  width: 26px;
}
@media screen and (max-width: 767px) {
  ol:not(.not-list) li {
    padding-left: 40px;
  }
  ol:not(.not-list) li:before {
    left: 5px;
  }
}
ol + p {
  margin-top: 24px;
}
* + h1,
* + h2 {
  margin-top: 35px;
}
* + h3 {
  margin-top: 25px;
}
.about {
  background: #fff;
}
.about .blockTitle {
  position: relative;
  z-index: 3;
  margin-bottom: 40px;
}
.about__wrapper {
  padding-top: 56px;
  padding-bottom: 100px;
  background: #f2f9fc;
}
@media screen and (max-width: 1023px) {
  .about__wrapper {
    padding-bottom: 5px;
  }
}
.accordion__item {
  background: #f2f9fc;
  margin-bottom: 20px;
  -webkit-transition: background 0.2s ease, border 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, -webkit-box-shadow 0.2s ease;
  -o-transition: background 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
  transition: background 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
  transition: background 0.2s ease, box-shadow 0.2s ease, border 0.2s ease, -webkit-box-shadow 0.2s ease;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #f2f9fc;
}
.accordion__item:hover {
  -webkit-box-shadow: 0 10px 20px -8px rgba(0,125,239,0.1);
          box-shadow: 0 10px 20px -8px rgba(0,125,239,0.1);
  background: #fff;
  border: 1px solid #eef2f9;
}
.accordion__item:hover .accordion__link {
  color: #00dcbe;
}
.accordion__item.active {
  background: #fff;
  -webkit-box-shadow: 0 10px 20px -8px rgba(0,125,239,0.1);
          box-shadow: 0 10px 20px -8px rgba(0,125,239,0.1);
  border: 1px solid #eef2f9;
}
.accordion__item.active .accordion__link {
  color: #00dcbe;
}
.accordion__item.active .accordion__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion__item.active .accordion__title {
  text-decoration: none;
}
.accordion__link {
  padding: 35px;
  padding-right: 60px;
  display: block;
  width: 100%;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #05f;
  background: transparent;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  outline: none;
  cursor: pointer;
  position: relative;
  text-align: left;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.accordion__link:hover,
.accordion__link:focus {
  color: #00dcbe;
}
@media screen and (max-width: 767px) {
  .accordion__link {
    padding: 15px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .accordion__title {
    text-decoration: underline;
    font-size: 16px;
  }
}
.accordion__arrow {
  position: absolute;
  right: 36px;
  top: 41px;
  display: block;
  width: 20px;
  height: 20px;
  background: url("./assets/images/ico-arrow-accordion.svg") no-repeat center center;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (max-width: 767px) {
  .accordion__arrow {
    display: none;
  }
}
.accordion__content {
  position: relative;
  padding: 30px 35px;
  display: none;
  color: #6d859e;
}
.accordion__content:before {
  content: '';
  display: block;
  position: absolute;
  left: 35px;
  top: 0;
  height: 1px;
  width: calc(100% - 70px);
  background: rgba(0,51,170,0.25);
}
@media screen and (max-width: 767px) {
  .accordion__content {
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .accordion__content:before {
    left: 15px;
    width: calc(100% - 30px);
  }
}
.achievments {
  padding: 75px 0 120px;
}
.achievments .container {
  max-width: 1030px;
}
.advantages {
  padding: 160px 0;
  position: relative;
  z-index: 3;
  background: #f2f9fc;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .advantages {
    padding: 180px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .advantages {
    padding: 100px 0;
    text-align: center;
  }
}
.advantages__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1023px) {
  .advantages__wrapper {
    display: block;
  }
}
.advantages__phone {
  display: none;
  position: relative;
  max-width: 312px;
  width: 100%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1023px) {
  .advantages__phone {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .advantages__phone {
    max-width: 212px;
  }
}
.advantages__phone .phoneAdvantages--item {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.advantages__phone-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: block;
  text-align: center;
  color: #fff;
}
.advantages__text {
  margin-left: auto;
  width: 100%;
  max-width: 670px;
}
@media screen and (max-width: 1100px) {
  .advantages__text {
    max-width: 600px;
  }
}
@media screen and (max-width: 1023px) {
  .advantages__text {
    max-width: 100%;
  }
}
.advantages__step {
  margin-bottom: 30px;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  -o-transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  cursor: pointer;
  position: relative;
}
.advantages__step.active .advantages__step-title,
.advantages__step:hover .advantages__step-title {
  color: #05f;
}
@media screen and (max-width: 1023px) {
  .advantages__step--3 .advantages__phone {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .advantages__step--3 .advantages__phone.fixed {
    top: 90px;
    position: fixed;
  }
}
.advantages__blank {
  position: relative;
}
.advantages__step-icon {
  margin-bottom: 5px;
  max-width: 28px;
  width: 26px;
  position: absolute;
  left: 0;
  top: 6px;
}
@media screen and (max-width: 767px) {
  .advantages__step-icon {
    margin: 0 auto 5px;
    position: relative;
    left: auto;
    top: auto;
  }
}
.advantages__step-text {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.advantages__step-title {
  font-family: 'Ubuntu', sans-serif;
  font-size: 32px;
  line-height: 36px;
  color: #000;
  margin-bottom: 6px;
  padding-left: 35px;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media screen and (max-width: 1023px) {
  .advantages__step-title {
    color: #05f;
  }
}
@media screen and (max-width: 767px) {
  .advantages__step-title {
    font-size: 22px;
    line-height: 26px;
    padding: 0;
  }
}
.advantages__step-description {
  font-size: 18px;
  line-height: 26px;
  color: #6d859e;
}
@media screen and (max-width: 1023px) {
  .advantages__step-description {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .advantages__step-description {
    font-size: 14px;
    line-height: 20px;
  }
}
.advantages__background {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background-size: 1920px auto;
  pointer-events: none;
}
.advantages__background--top {
  background-image: url("./assets/images/bg-advantages-1.svg");
  background-repeat: no-repeat;
  background-position: center top;
  top: 0;
  bottom: auto;
  height: 467px;
}
.advantages__background--bottom {
  top: auto;
  bottom: 0;
  background-image: url("./assets/images/bg-advantages-2.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 365px;
  z-index: 6;
}
@media screen and (min-width: 1921px) {
  .advantages__background {
    background: none;
    height: auto;
  }
}
.advantages__background img {
  display: none;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 1921px) {
  .advantages__background img {
    display: block;
  }
}
.advantages__phoneBlock {
  max-width: 316px;
  position: relative;
  z-index: 99;
}
.advantages__phoneBlock .phoneAdvantages {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
@media screen and (max-width: 1100px) {
  .advantages__phoneBlock {
    left: 30px;
  }
}
.advantages__phoneBlock.fixed {
  position: fixed;
}
@media screen and (max-width: 1023px) {
  .advantages__phoneBlock {
    display: none !important;
  }
}
.advantages__phoneBlock img {
  position: relative;
  z-index: 2;
}
.advantages__phoneBlock-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: block;
  text-align: center;
  color: #fff;
}
.advantages__phoneBlock-background {
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease, -webkit-transform 0.6s ease;
  -o-transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 660px;
  top: 0;
  -webkit-transform: translateX(-50%) scale(0.8);
      -ms-transform: translateX(-50%) scale(0.8);
          transform: translateX(-50%) scale(0.8);
}
.backLink {
  border-top: 1px solid rgba(179,192,205,0.5);
  padding-top: 30px;
  padding-bottom: 30px;
}
.backLink__link {
  padding-left: 30px;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.backLink__link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 22px;
  background: url("./assets/images/ico-back-arrow.svg") no-repeat center center;
}
.benefits {
  padding: 147px 0 100px;
  background: #f2f9fc;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .benefits {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .benefits {
    padding-top: 40px;
  }
}
.benefits .container {
  position: relative;
  z-index: 3;
}
.benefits__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .benefits__wrapper {
    display: block;
  }
}
.benefits__col-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 530px;
  margin-right: 30px;
}
@media screen and (max-width: 1023px) {
  .benefits__col-left {
    max-width: 100%;
  }
}
.benefits__col-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 570px;
  padding-top: 76px;
}
@media screen and (max-width: 1023px) {
  .benefits__col-right {
    padding-top: 40px;
    max-width: 100%;
  }
}
.benefits .blockTitle {
  margin-bottom: 25px;
}
.benefits__text {
  font-size: 18px;
  line-height: 32px;
  color: #6d859e;
}
@media screen and (max-width: 767px) {
  .benefits__text {
    font-size: 16px;
    line-height: 22px;
  }
}
.benefits__list-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .benefits__list-title {
    font-size: 22px;
    line-height: 28px;
  }
}
.benefits__list {
  list-style: none;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media screen and (max-width: 767px) {
  .benefits__list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
.benefits__list-item {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 23px;
  display: inline-block;
  width: 100%;
  padding-left: 45px;
  position: relative;
}
.benefits__list-item:before {
  content: '';
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  left: 4px;
  top: 2px;
  background: url("./assets/images/ico-list-2.svg") no-repeat center center;
}
@media screen and (max-width: 767px) {
  .benefits__list-item:before {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .benefits__list-item {
    font-size: 16px;
    line-height: 22px;
    padding-left: 40px;
  }
}
.benefits__decor-1 {
  background: #00dcbe;
  background-image: -o-linear-gradient(267deg, #5cf7e2 0%, #00dcbe 91%);
  background-image: linear-gradient(183deg, #5cf7e2 0%, #00dcbe 91%);
  border-radius: 44px;
  width: 520px;
  height: 88px;
  -webkit-transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
      -ms-transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
          transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
  position: absolute;
  left: calc((100% - 2220px) / 2);
  bottom: 80px;
  pointer-events: none;
}
.animate--init .benefits__decor-1 {
  -webkit-transform: rotate(-45deg) !important;
      -ms-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
}
@media screen and (max-width: 1200px) {
  .benefits__decor-1 {
    left: calc((100% - 1600px) / 2);
  }
}
@media screen and (max-width: 1023px) {
  .benefits__decor-1 {
    width: 175px;
    height: 30px;
    border-radius: 15px;
    left: 20px;
    bottom: -15px;
  }
}
@media screen and (max-width: 767px) {
  .benefits__decor-1 {
    display: none;
  }
}
.benefits__decor-2 {
  background: #00dcbe;
  background-image: -o-linear-gradient(267deg, #5cf7e2 0%, #00dcbe 91%);
  background-image: linear-gradient(183deg, #5cf7e2 0%, #00dcbe 91%);
  border-radius: 44px;
  width: 280px;
  height: 88px;
  -webkit-transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
      -ms-transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
          transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
  position: absolute;
  left: calc((100% - 1850px) / 2);
  bottom: -20px;
  pointer-events: none;
}
.animate--init .benefits__decor-2 {
  -webkit-transform: rotate(-45deg) !important;
      -ms-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
}
@media screen and (max-width: 1200px) {
  .benefits__decor-2 {
    left: calc((100% - 1230px) / 2);
  }
}
@media screen and (max-width: 1023px) {
  .benefits__decor-2 {
    width: 95px;
    height: 30px;
    border-radius: 15px;
    left: -6px;
    bottom: -20px;
  }
}
@media screen and (max-width: 767px) {
  .benefits__decor-2 {
    display: none;
  }
}
.benefits__background {
  position: absolute;
  top: -20px;
  left: -5px;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.benefits__background img {
  width: calc(100% + 10px);
  height: auto;
  display: block;
  margin: 0;
}
@media screen and (max-width: 1400px) {
  .benefits__background {
    top: -5px;
  }
}
@media screen and (max-width: 767px) {
  .benefits__background {
    top: -3px;
  }
}
.blockTitle {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .blockTitle {
    margin-bottom: 30px;
  }
}
.blockTitle h2 {
  color: #05f;
  font-weight: 400;
  font-family: 'Ubuntu', sans-serif;
  margin-bottom: 16px;
}
.blockTitle--center {
  text-align: center;
}
.blockTitle--center .blockTitle__description {
  margin: 0 auto;
}
.blockTitle__subtitle {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  max-width: 1030px;
  margin: 0 auto 12px;
}
@media screen and (max-width: 1200px) {
  .blockTitle__subtitle {
    font-size: 20px;
    line-height: 26px;
  }
}
.blockTitle__description {
  font-size: 24px;
  line-height: 34px;
  max-width: 1030px;
}
@media screen and (max-width: 767px) {
  .blockTitle__description {
    font-size: 16px;
    line-height: 22px;
  }
}
.blockTitle__description p {
  margin-bottom: 14px;
}
.blockTitle__description p:last-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .blockTitle--small h2 {
    font-size: 48px;
    line-height: 56px;
  }
}
.blog {
  padding: 0 0 75px;
  background: #edf7fc;
}
@media screen and (max-width: 1023px) {
  .blog {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.blog__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 14px;
}
.blog__tag {
  font-size: 14px;
  line-height: 18px;
  padding: 4px 6px;
  margin: 0 4px 10px 0;
  border: 1px solid transparent;
  border-radius: 4px;
  display: block;
  outline: none;
  text-decoration: none !important;
  -webkit-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  transition: border 0.2s ease;
}
.blog__tag:hover,
.blog__tag:focus {
  border: 1px solid rgba(0,85,255,0.3);
}
.blog__tag.active {
  font-weight: 700;
  border: 1px solid rgba(0,85,255,0.3);
}
.blog__wrapper {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .blog__wrapper {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}
.blog__button {
  text-align: center;
  padding-top: 30px;
}
.btn {
  display: inline-block;
  padding: 20px 38px;
  background: #05f;
  cursor: pointer;
  outline: none;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-decoration: none !important;
  letter-spacing: 0;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #fff;
  border-radius: 6px;
  border: 0;
  font-weight: 600;
  -webkit-box-shadow: 0 10px 15px -8px rgba(0,85,255,0.5);
          box-shadow: 0 10px 15px -8px rgba(0,85,255,0.5);
  min-width: 240px;
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 17px 20px;
  }
}
.btn--small {
  font-size: 16px;
  line-height: 22px;
  padding: 10px 22px;
  min-width: 160px;
}
.btn:hover,
.btn:focus {
  color: #fff;
  background: #05f;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:active {
  background: #0549d1;
}
.btn--big {
  font-size: 24px;
  line-height: 30px;
  padding: 29px 29px;
  min-width: 560px;
  border-radius: 44px;
}
.btn--white {
  background: #fff !important;
  color: #05f !important;
}
.btn--white:hover,
.btn--white:focus {
  -webkit-box-shadow: 0 6px 40px -4px rgba(242,249,252,0.7);
          box-shadow: 0 6px 40px -4px rgba(242,249,252,0.7);
}
.btn--white:active {
  -webkit-box-shadow: 0 10px 15px 0 rgba(0,85,255,0.5);
          box-shadow: 0 10px 15px 0 rgba(0,85,255,0.5);
  background: #cdf !important;
}
.btn--green {
  background: #00dcbe;
  color: #fff;
}
.btn--green:hover,
.btn--green:focus {
  background: #02c7ad;
}
.btn--green:active {
  background: #00b89f;
}
.btn[disabled] {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #5890ff;
  cursor: not-allowed;
}
.burger {
  display: block;
  position: relative;
  outline: 0;
  padding: 0;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  width: 24px;
  height: 16px;
}
.burger__wrapper {
  position: relative;
  width: 24px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
}
.burger__line {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  background-color: #fff;
  -webkit-transition: background-color 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
}
.burger__line:nth-child(1) {
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
}
.active .burger__line:nth-child(1) {
  -webkit-transform: translateY(0) rotate(45deg) !important;
      -ms-transform: translateY(0) rotate(45deg) !important;
          transform: translateY(0) rotate(45deg) !important;
}
.active .burger__line:nth-child(2) {
  -webkit-transform: scale(0.1, 1) !important;
      -ms-transform: scale(0.1, 1) !important;
          transform: scale(0.1, 1) !important;
}
.burger__line:nth-child(3) {
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
}
.active .burger__line:nth-child(3) {
  -webkit-transform: translateY(0) rotate(-45deg) !important;
      -ms-transform: translateY(0) rotate(-45deg) !important;
          transform: translateY(0) rotate(-45deg) !important;
}
.careersIntro {
  padding: 0 0 150px;
  background: #edf7fc;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .careersIntro {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .careersIntro {
    padding-bottom: 60px;
  }
}
.careersIntro .container {
  position: relative;
  z-index: 3;
}
.careersIntro__title {
  font-size: 48px;
  line-height: 56px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .careersIntro__title {
    font-size: 22px;
    line-height: 28px;
  }
}
.careersIntro__description {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 30px;
}
.careersIntro__description p {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .careersIntro__description {
    font-size: 16px;
    line-height: 22px;
  }
}
.careersIntro__decor-1 {
  background: #00dcbe;
  background-image: -o-linear-gradient(267deg, #5cf7e2 0%, #00dcbe 91%);
  background-image: linear-gradient(183deg, #5cf7e2 0%, #00dcbe 91%);
  border-radius: 44px;
  width: 520px;
  height: 88px;
  -webkit-transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
      -ms-transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
          transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
  position: absolute;
  right: calc((100% - 1470px) / 2);
  bottom: 30px;
  z-index: 2;
  pointer-events: none;
}
.animate--init .careersIntro__decor-1 {
  -webkit-transform: rotate(-45deg) !important;
      -ms-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
}
@media screen and (max-width: 1200px) {
  .careersIntro__decor-1 {
    right: calc((100% - 1070px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .careersIntro__decor-1 {
    width: 175px;
    height: 30px;
    border-radius: 15px;
    right: 20px;
    bottom: -15px;
  }
}
.careersIntro__decor-2 {
  background: #00dcbe;
  background-image: -o-linear-gradient(267deg, #5cf7e2 0%, #00dcbe 91%);
  background-image: linear-gradient(183deg, #5cf7e2 0%, #00dcbe 91%);
  border-radius: 44px;
  width: 280px;
  height: 88px;
  -webkit-transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
      -ms-transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
          transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
  position: absolute;
  right: calc((100% - 1380px) / 2);
  bottom: -50px;
  z-index: 2;
  pointer-events: none;
}
.animate--init .careersIntro__decor-2 {
  -webkit-transform: rotate(-45deg) !important;
      -ms-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
}
@media screen and (max-width: 1200px) {
  .careersIntro__decor-2 {
    right: calc((100% - 980px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .careersIntro__decor-2 {
    width: 95px;
    height: 30px;
    border-radius: 15px;
    right: 10px;
    bottom: -20px;
  }
}
.careersIntro__background {
  position: absolute;
  bottom: -20px;
  left: -5px;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.careersIntro__background img {
  width: calc(100% + 10px);
  height: auto;
  display: block;
  margin: 0;
}
@media screen and (max-width: 1400px) {
  .careersIntro__background {
    bottom: -5px;
  }
}
@media screen and (max-width: 767px) {
  .careersIntro__background {
    bottom: -3px;
  }
}
.commitment {
  padding-top: 86px;
  padding-bottom: 73px;
  position: relative;
  z-index: 3;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .commitment {
    padding: 40px 0;
  }
}
.commitment .blockTitle {
  margin-bottom: 30px;
}
.commitment__subtitle {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .commitment__subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}
.commitment__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 767px) {
  .commitment__wrapper {
    display: block;
    margin: 0;
  }
}
.commitment__item {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  padding: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .commitment__item {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    padding: 0;
  }
}
.commitment__icon {
  margin-right: 20px;
  min-width: 40px;
  width: 40px;
}
.commitment__icon img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .commitment__icon {
    margin-right: 15px;
  }
}
.commitment__item-title {
  font-size: 32px;
  line-height: 36px;
  color: #05f;
  font-family: 'Ubuntu', sans-serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .commitment__item-title {
    font-size: 22px;
    line-height: 26px;
  }
}
.commitment__item-description {
  font-size: 18px;
  line-height: 26px;
  color: #6d859e;
  max-width: 450px;
}
@media screen and (max-width: 767px) {
  .commitment__item-description {
    font-size: 16px;
    line-height: 22px;
  }
}
.community {
  padding-top: 159px;
  padding-bottom: 60px;
  background: #edf7fc;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .community {
    padding: 60px 0;
  }
}
.community .blockTitle {
  margin-bottom: 30px;
}
.community__subtitle {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .community__subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}
.community__background {
  position: absolute;
  top: 0px;
  left: -5px;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.community__background img {
  width: calc(100% + 10px);
  height: auto;
  display: block;
  margin: 0;
}
.community__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.community .swiper-container {
  padding-bottom: 24px;
}
.community .swiper-button-prev,
.community .swiper-button-next {
  background-color: transparent;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(0,85,255,0.5);
  display: block;
  margin: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  border-radius: 50%;
  margin: 0 21px;
  position: relative;
  outline: none;
  -webkit-transition: border 0.2s ease, opacity 0.2s ease;
  -o-transition: border 0.2s ease, opacity 0.2s ease;
  transition: border 0.2s ease, opacity 0.2s ease;
}
.community .swiper-button-prev:hover,
.community .swiper-button-next:hover {
  border-color: #05f;
}
.community .swiper-button-prev:after,
.community .swiper-button-next:after,
.community .swiper-button-prev:before,
.community .swiper-button-next:before {
  display: none;
}
.community .swiper-button-prev:before,
.community .swiper-button-next:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px 17px;
}
.community .swiper-button-prev:before {
  background-image: url("./assets/images/ico-arrow-slider-left.svg");
  background-position: 10px center;
}
.community .swiper-button-next:before {
  background-image: url("./assets/images/ico-arrow-slider-right.svg");
  background-position: 12px center;
}
.communityCard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none !important;
  background: #fff;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .communityCard {
    display: block;
  }
}
.communityCard__image {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  min-height: 460px;
  max-height: 460px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .communityCard__image {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .communityCard__image {
    height: 200px;
  }
}
.communityCard__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.communityCard__content {
  padding: 44px 30px;
  max-width: 500px;
  min-width: 500px;
}
@media screen and (max-width: 1023px) {
  .communityCard__content {
    min-width: 400px;
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .communityCard__content {
    padding: 15px;
    min-width: auto;
    max-width: 100%;
  }
}
.communityCard__title {
  width: 100%;
  color: #05f;
  font-size: 32px;
  line-height: 36px;
  font-family: 'Ubuntu', sans-serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .communityCard__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.communityCard__description {
  width: 100%;
  color: #6d859e;
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .communityCard__description {
    font-size: 14px;
    line-height: 22px;
  }
}
.contacts {
  padding: 43px 0 90px;
}
.contacts__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .contacts__wrapper {
    display: block;
  }
}
.contacts__info {
  min-width: 380px;
  margin-right: 20px;
  padding-top: 30px;
  font-size: 18px;
  line-height: 24px;
  color: #6d859e;
}
.contacts__info h3 {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 14px;
}
.contacts__info h5 {
  margin: 0;
}
.contacts__info * + h3 {
  margin-top: 65px;
}
.contacts__info strong {
  color: #000;
}
@media screen and (max-width: 1023px) {
  .contacts__info {
    min-width: auto;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .contacts__info {
    font-size: 16px;
    line-height: 22px;
    padding-top: 0;
  }
  .contacts__info h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .contacts__info + h3 {
    margin-top: 30px;
  }
}
.contacts__map {
  width: calc(100% - 400px);
}
@media screen and (max-width: 1023px) {
  .contacts__map {
    width: 100%;
  }
}
.cta {
  background: #05f;
  background-image: -o-linear-gradient(33deg, #3550ec 0%, #2a71ff 100%);
  background-image: linear-gradient(57deg, #3550ec 0%, #2a71ff 100%);
  position: relative;
  overflow: hidden;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  position: relative;
  z-index: 6;
}
.cta--gray .cta__mask svg path {
  fill: #edf7fc;
}
.cta__mask {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
}
.cta__mask img,
.cta__mask svg {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  min-width: 600px;
  -o-object-position: top center;
     object-position: top center;
}
@media screen and (max-width: 600px) {
  .cta__mask img,
  .cta__mask svg {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.cta__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .cta__wrapper {
    display: block;
  }
}
.cta__text {
  padding-top: 80px;
  max-width: 670px;
  width: 100%;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
  z-index: 5;
}
.cta__text > * {
  opacity: 0;
}
.cta__icon {
  max-width: 145px;
  width: 145px;
  height: 145px;
  margin: 0 auto 30px;
}
.cta__title {
  color: #fff;
  font-size: 56px;
  line-height: 60px;
  font-family: 'Ubuntu', sans-serif;
  margin-top: 0;
  margin-bottom: 36px;
}
.cta__title > span {
  display: block;
  color: #fff864;
}
@media screen and (max-width: 1023px) {
  .cta__title {
    font-size: 40px;
    line-height: 44px;
  }
}
@media screen and (max-width: 767px) {
  .cta__title {
    font-size: 28px;
    line-height: 32px;
  }
}
.cta__description {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 34px;
  color: #fff;
}
.cta__button {
  margin-bottom: 30px;
}
.cta__button .btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 10px 15px 0 rgba(0,51,170,0.4);
          box-shadow: 0 10px 15px 0 rgba(0,51,170,0.4);
}
.cta__button .btn img {
  margin-left: 10px;
}
.cta__button .btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cta__iphone {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin-left: 26px;
  position: relative;
  z-index: 8;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  min-width: 374px;
  max-width: 374px;
}
@media screen and (max-width: 767px) {
  .cta__iphone {
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -60px;
  }
}
.cta__iphone-text {
  position: absolute;
  top: 218px;
  width: 100%;
}
@media screen and (max-width: 380px) {
  .cta__iphone-text {
    top: 168px;
  }
}
.cta__iphone-title {
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  color: #fff;
}
.cta__iphone-title span {
  display: block;
  color: #fff864;
}
.cta__iphone-date {
  font-size: 32px;
  line-height: 36px;
  font-family: 'Ubuntu', sans-serif;
  color: #fff;
  text-align: center;
}
.cta__decor1,
.cta__decor2 {
  width: 525px;
  height: 90px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #00dcbe;
  background-image: -o-linear-gradient(267deg, #5cf7e2 0%, #00dcbe 91%);
  background-image: linear-gradient(183deg, #5cf7e2 0%, #00dcbe 91%);
  border-radius: 45px;
  position: absolute;
  right: calc((100% - 2220px) / 2);
  top: 325px;
  z-index: 3;
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .cta__decor1,
  .cta__decor2 {
    display: none;
  }
}
.cta__decor2 {
  width: 285px;
  right: calc((100% - 2120px) / 2);
  top: 410px;
}
.ctaJobs {
  padding: 170px 0 90px;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ctaJobs {
    padding: 70px 0;
  }
}
.ctaJobs .container {
  max-width: 1030px;
  position: relative;
  z-index: 3;
}
.ctaJobs__background {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  overflow: hidden;
  background: #fff;
  opacity: 1 !important;
  visibility: visible !important;
}
.ctaJobs__background img {
  display: none;
  width: 100%;
}
@media screen and (min-width: 1920px) {
  .ctaJobs__background img {
    display: block;
  }
}
@media screen and (max-width: 1920px) {
  .ctaJobs__background {
    background-image: url("./assets/images/bg-cta-jobs.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
  }
}
.ctaJobs .container {
  position: relative;
}
.ctaJobs mark {
  color: #fff864;
}
.ctaJobs__title {
  color: #fff;
  margin-bottom: 20px;
}
.ctaJobs__description {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}
.ctaJobs__description p {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .ctaJobs__description {
    font-size: 16px;
    line-height: 20px;
  }
}
.ctaJobs__decor-1 {
  background: #00dcbe;
  background-image: -o-linear-gradient(267deg, #5cf7e2 0%, #00dcbe 91%);
  background-image: linear-gradient(183deg, #5cf7e2 0%, #00dcbe 91%);
  border-radius: 44px;
  width: 520px;
  height: 88px;
  -webkit-transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
      -ms-transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
          transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
  position: absolute;
  right: calc((100% - 1690px) / 2);
  bottom: 195px;
}
.animate--init .ctaJobs__decor-1 {
  -webkit-transform: rotate(-45deg) !important;
      -ms-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
}
@media screen and (max-width: 1200px) {
  .ctaJobs__decor-1 {
    right: calc((100% - 1070px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .ctaJobs__decor-1 {
    width: 175px;
    height: 30px;
    border-radius: 15px;
    right: 20px;
    bottom: -15px;
  }
}
.ctaJobs__decor-2 {
  background: #00dcbe;
  background-image: -o-linear-gradient(267deg, #5cf7e2 0%, #00dcbe 91%);
  background-image: linear-gradient(183deg, #5cf7e2 0%, #00dcbe 91%);
  border-radius: 44px;
  width: 280px;
  height: 88px;
  -webkit-transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
      -ms-transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
          transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
  position: absolute;
  right: calc((100% - 1590px) / 2);
  bottom: 110px;
}
.animate--init .ctaJobs__decor-2 {
  -webkit-transform: rotate(-45deg) !important;
      -ms-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
}
@media screen and (max-width: 1200px) {
  .ctaJobs__decor-2 {
    right: calc((100% - 980px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .ctaJobs__decor-2 {
    width: 95px;
    height: 30px;
    border-radius: 15px;
    right: 10px;
    bottom: -20px;
  }
}
.departmentCard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none !important;
  background: #fff;
  border-radius: 8px;
  min-width: calc(33.33% - 30px);
  max-width: calc(33.33% - 30px);
  width: calc(33.33% - 30px);
  margin: 0 15px 30px;
  border: 1px solid #eef2f9;
  text-align: center;
  padding: 60px 35px 32px;
  min-height: 270px;
  outline: none;
  position: relative;
  -webkit-transition: visibility 1s ease, opacity 1s ease, background 0.2s ease, border 0.2s ease, -webkit-transform 1s ease, -webkit-box-shadow 0.2s ease;
  transition: visibility 1s ease, opacity 1s ease, background 0.2s ease, border 0.2s ease, -webkit-transform 1s ease, -webkit-box-shadow 0.2s ease;
  -o-transition: visibility 1s ease, opacity 1s ease, transform 1s ease, background 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
  transition: visibility 1s ease, opacity 1s ease, transform 1s ease, background 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
  transition: visibility 1s ease, opacity 1s ease, transform 1s ease, background 0.2s ease, box-shadow 0.2s ease, border 0.2s ease, -webkit-transform 1s ease, -webkit-box-shadow 0.2s ease;
}
@media screen and (max-width: 1023px) {
  .departmentCard {
    min-width: calc(50% - 30px);
    max-width: calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .departmentCard {
    max-width: 100%;
    min-width: auto;
    width: 100%;
    padding: 30px 15px;
    min-height: auto;
    margin: 0 auto 15px;
  }
}
.departmentCard:hover,
.departmentCard:focus {
  background: #fff;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 15px 40px -10px rgba(0,51,170,0.15);
          box-shadow: 0 15px 40px -10px rgba(0,51,170,0.15);
}
.departmentCard__icon {
  max-width: 80px;
  margin: 0 auto 30px;
}
.departmentCard__icon img {
  margin: 0 auto;
}
.departmentCard__title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #05f;
  width: 100%;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .departmentCard__title {
    font-size: 16px;
    line-height: 20px;
  }
}
.departmentCard__subtitle {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #05f;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .departmentCard__subtitle {
    font-size: 14px;
    line-height: 18px;
  }
}
.departmentsPreview {
  padding: 131px 0 90px;
  background: #f2f9fc;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .departmentsPreview {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .departmentsPreview {
    padding-top: 60px;
  }
}
.departmentsPreview__wrapper {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .departmentsPreview__wrapper {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}
.departmentsPreview__background {
  position: absolute;
  top: -20px;
  left: -5px;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.departmentsPreview__background img {
  width: calc(100% + 10px);
  height: auto;
  display: block;
  margin: 0;
}
@media screen and (max-width: 1400px) {
  .departmentsPreview__background {
    top: -5px;
  }
}
@media screen and (max-width: 767px) {
  .departmentsPreview__background {
    top: -3px;
  }
}
.departmentsPreview__decor-1 {
  background: #00dcbe;
  background-image: -o-linear-gradient(267deg, #5cf7e2 0%, #00dcbe 91%);
  background-image: linear-gradient(183deg, #5cf7e2 0%, #00dcbe 91%);
  border-radius: 44px;
  width: 520px;
  height: 88px;
  -webkit-transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
      -ms-transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
          transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
  position: absolute;
  right: calc((100% - 1730px) / 2);
  bottom: 30px;
  z-index: 2;
  pointer-events: none;
}
.animate--init .departmentsPreview__decor-1 {
  -webkit-transform: rotate(-45deg) !important;
      -ms-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
}
@media screen and (max-width: 1200px) {
  .departmentsPreview__decor-1 {
    right: calc((100% - 1070px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .departmentsPreview__decor-1 {
    width: 175px;
    height: 30px;
    border-radius: 15px;
    right: 20px;
    bottom: -15px;
  }
}
.departmentsPreview__decor-2 {
  background: #00dcbe;
  background-image: -o-linear-gradient(267deg, #5cf7e2 0%, #00dcbe 91%);
  background-image: linear-gradient(183deg, #5cf7e2 0%, #00dcbe 91%);
  border-radius: 44px;
  width: 280px;
  height: 88px;
  -webkit-transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
      -ms-transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
          transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
  position: absolute;
  right: calc((100% - 1630px) / 2);
  bottom: -50px;
  z-index: 2;
  pointer-events: none;
}
.animate--init .departmentsPreview__decor-2 {
  -webkit-transform: rotate(-45deg) !important;
      -ms-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
}
@media screen and (max-width: 1200px) {
  .departmentsPreview__decor-2 {
    right: calc((100% - 980px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .departmentsPreview__decor-2 {
    width: 95px;
    height: 30px;
    border-radius: 15px;
    right: 10px;
    bottom: -20px;
  }
}
.faq {
  padding: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .faq {
    padding-top: 40px;
  }
}
.faq__title {
  font-size: 48px;
  line-height: 52px;
  color: #05f;
  font-weight: 400;
  margin-bottom: 24px;
  font-family: 'Ubuntu', sans-serif;
}
@media screen and (max-width: 767px) {
  .faq__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
.footer {
  background: #f2f9fc;
  position: relative;
  z-index: 6;
}
.footer__wrapper {
  max-width: 1230px;
  margin: 0 auto;
}
.footer__logo-wrapper {
  margin-right: 60px;
  min-width: 177px;
  max-width: 177px;
}
@media screen and (max-width: 767px) {
  .footer__logo-wrapper {
    margin-right: 0;
    max-width: 100px;
    min-width: 100px;
  }
}
.footer__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e4ecf2;
}
@media screen and (max-width: 1200px) {
  .footer__top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.footer__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .footer__menu {
    min-width: 100%;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer__menu {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.footer__menu-item {
  margin: 0 25px;
}
@media screen and (max-width: 1200px) {
  .footer__menu-item:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__menu-item {
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 5px;
  }
}
.footer__menu-link {
  color: #6d859e;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.footer__menu-link:hover {
  text-decoration: none;
  color: #000;
}
.footer__company {
  color: #6d859e;
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.footer__company img {
  width: 70px;
  margin-left: 10px;
}
.footer__bottom {
  padding: 5px 0 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 18px;
  color: #6d859e;
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    display: block;
  }
}
.footer__links {
  margin-right: auto;
  margin-left: 15px;
}
.footer__links a {
  margin-right: 10px;
}
.footer__links a:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer__links {
    margin-left: 0;
    padding-top: 15px;
  }
}
.footer__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__social {
    padding-top: 10px;
  }
}
.footer__social-item {
  margin-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: transparent;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.footer__social-item:hover {
  background: #e4ecf2;
}
@media screen and (max-width: 767px) {
  .footer__social-item {
    margin-left: 0;
    margin-right: 20px;
  }
  .footer__text {
    margin-bottom: 0 !important;
  }
  .footer__text p:nth-child(2) {
    margin-bottom: 0;
  }
}
.footer__text {
  font-size: 14px;
  line-height: 18px;
  color: rgba(109,133,158,0.85);
  max-width: 970px;
  margin-bottom: 20px;
}
.footer__text p {
  margin-bottom: 12px;
}
.header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 999;
  line-height: 0;
  padding: 13px 0;
  opacity: 0;
  -webkit-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateZ(0) !important;
}
.header.fixed,
.header.active {
  background: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
          box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}
.header.fixed .btn,
.header.active .btn {
  color: #fff !important;
  background: #05f !important;
  border-color: #05f !important;
}
.header.fixed .burger__line,
.header.active .burger__line {
  background: #05f;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 10px 0;
  }
}
.header__container {
  max-width: 1230px;
  padding: 0 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header__container {
    padding: 0 15px;
  }
}
.header__logo {
  display: block;
  min-width: 178px;
  max-width: 178px;
  position: relative;
  z-index: 99;
}
.header__logo svg {
  display: block;
  width: 100%;
  max-width: 100%;
  pointer-events: none;
}
.header__logo svg path,
.header__logo svg rect {
  -webkit-transition: fill 0.4s ease;
  -o-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}
@media screen and (max-width: 767px) {
  .header__logo {
    min-width: 110px;
    max-width: 110px;
  }
}
.header:not(.fixed):not(.active) .header__logo svg path,
.header:not(.fixed):not(.active) .header__logo svg rect {
  fill: #fff;
}
.header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 4px;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .header__menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    display: block;
    width: 100%;
    padding: 15px 0;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
    -o-transition: opacity 0.4s ease, visibility 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  .header__menu.active {
    opacity: 1;
    visibility: visible;
  }
}
.header .burger {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header .burger {
    display: block;
  }
}
.header__button {
  margin-left: 40px;
}
@media screen and (max-width: 1200px) {
  .header__button {
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .header__button {
    margin: 0;
    margin-left: auto;
    margin-right: 15px;
    padding: 0;
  }
  .header__button .btn {
    min-width: auto;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 15px;
  }
}
.hero {
  min-height: 640px;
  background: transparent;
  padding-top: 154px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .hero {
    padding-top: 110px;
  }
}
@media screen and (max-width: 1023px) {
  .hero {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    padding-top: 40px;
    text-align: center;
    min-height: auto;
  }
}
.hero__overflow {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: transparent;
  position: absolute;
  background: #05f;
  background-image: -o-linear-gradient(50deg, #2a71ff 4%, #3550ec 100%);
  background-image: linear-gradient(40deg, #2a71ff 4%, #3550ec 100%);
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}
.hero__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .hero__wrapper {
    display: block;
  }
}
.hero__text {
  color: #fff;
  max-width: 640px;
  margin-right: 10px;
  position: relative;
  padding-top: 30px;
  z-index: 4;
}
.hero__text > * {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .hero__text .hero__subtitle,
  .hero__text .hero__description {
    display: none;
  }
}
.hero__title {
  color: #fff;
  margin-bottom: 20px;
}
.hero__title > span {
  color: #fff864;
}
.hero__subtitle {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .hero__subtitle {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
.hero__background {
  width: 100%;
  position: absolute;
  top: -30px;
  left: 0;
  background: url("./assets/images/bg-hero.svg") no-repeat center center;
  background-size: contain;
  height: 645px;
  background-size: 1920px auto;
  pointer-events: none;
}
@media screen and (min-width: 1921px) {
  .hero__background {
    background: none;
    height: auto;
  }
}
.hero__background img {
  display: none;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 1921px) {
  .hero__background img {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .hero__background {
    top: auto;
    bottom: 0;
  }
}
.hero__background:before {
  content: '';
  width: 100%;
  height: 400px;
  background: #f2f9fc;
  position: absolute;
  left: 0;
  bottom: -390px;
  right: 0;
  display: block;
}
.hero__form {
  min-width: 470px;
  opacity: 0;
  position: relative;
  z-index: 4;
  padding-top: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  .hero__form {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .hero__form {
    min-width: auto;
    margin-top: 30px;
    padding-top: 0;
  }
}
.hero__iphone {
  min-width: 811px;
  opacity: 0;
  position: absolute;
  top: 60px;
  left: calc((100% - 140px) / 2);
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .hero__iphone {
    top: calc(100% - 630px);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .hero__iphone {
    min-width: 500px;
    top: auto;
    bottom: -160px;
  }
}
.hero__decor1,
.hero__decor2 {
  width: 525px;
  height: 90px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #00dcbe;
  background-image: -o-linear-gradient(267deg, #5cf7e2 0%, #00dcbe 91%);
  background-image: linear-gradient(183deg, #5cf7e2 0%, #00dcbe 91%);
  border-radius: 45px;
  position: absolute;
  left: calc((100% - 2300px) / 2);
  top: 300px;
  opacity: 0;
}
.hero__decor2 {
  width: 285px;
  left: calc((100% - 1920px) / 2);
  top: 380px;
  opacity: 0;
}
.hero-mobile-text {
  display: none;
  padding-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hero-mobile-text {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hero-mobile-text__subtitle {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 700;
  }
}
.heroForm {
  min-width: 470px;
  max-width: 470px;
  -webkit-box-shadow: 0 20px 25px 0 rgba(0,51,170,0.25);
          box-shadow: 0 20px 25px 0 rgba(0,51,170,0.25);
  border-radius: 12px;
  background: #fff;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1023px) {
  .heroForm {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .heroForm {
    min-width: auto;
  }
}
.heroForm.alert .heroForm__alert {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.heroForm__alert {
  text-align: left;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  bottom: calc(100% - 20px);
  left: 0;
  right: 0;
  background: #edf7fc;
  border-radius: 8px;
  padding: 15px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 35px;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (max-width: 767px) {
  .heroForm__alert {
    padding: 15px;
    padding-bottom: 25px;
  }
}
.heroForm__alert-icon {
  margin-right: 20px;
  min-width: 34px;
  width: 34px;
}
@media screen and (max-width: 767px) {
  .heroForm__alert-icon {
    margin-right: 10px;
  }
}
.heroForm__alert-text {
  font-size: 16px;
  line-height: 18px;
  color: #6d859e;
}
@media screen and (max-width: 767px) {
  .heroForm__alert-text {
    font-size: 14px;
  }
}
.heroForm__alert-text mark {
  color: #05f;
}
.heroForm__alert-text sup {
  color: #05f;
}
.heroForm__alert-note {
  color: rgba(109,133,158,0.5);
}
.heroForm__body {
  padding: 28px 50px 20px;
  border-radius: 12px;
  position: relative;
  z-index: 3;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .heroForm__body {
    padding: 15px;
    padding-top: 20px;
    line-height: 30px;
  }
}
.heroForm__footer {
  padding: 22px 40px;
  background: #f9fbfc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.heroForm__footer-col {
  padding: 0 10px;
  max-width: 50%;
  max-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.heroForm__footer-col img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  max-height: 50px;
}
@media screen and (max-width: 767px) {
  .heroForm__footer {
    padding: 15px 10px;
  }
}
.heroForm__logo {
  margin-bottom: 40px;
}
.heroForm__logo img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .heroForm__logo {
    margin-bottom: 25px;
  }
}
.heroForm__row {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .heroForm__row {
    display: inline;
    font-size: 16px;
  }
}
.heroForm .input {
  height: 34px;
  background: #fff;
  color: #05f;
  font-weight: 700;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(109,133,158,0.7);
  padding: 0 12px;
  text-align: center;
  outline: none;
  margin: 0 8px;
  width: 110px;
  -webkit-transition: border 0.2s ease, color 0.2s ease;
  -o-transition: border 0.2s ease, color 0.2s ease;
  transition: border 0.2s ease, color 0.2s ease;
}
.heroForm .input:hover,
.heroForm .input:focus {
  border-bottom: 1px solid #05f;
}
.heroForm .input.error {
  border-bottom: 1px solid #f00;
}
.heroForm select {
  height: 34px;
  background: #fff;
  color: #05f;
  font-weight: 700;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(109,133,158,0.7);
  padding: 0 12px;
  outline: none;
  margin: 0 8px;
  width: 180px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("./assets/images/ico-arrow-select.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 11px) 11px;
  cursor: pointer;
  -webkit-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  transition: border 0.2s ease;
}
.heroForm select:hover,
.heroForm select:focus {
  border-bottom: 1px solid #05f;
}
.heroForm select.error {
  border-bottom: 1px solid #f00;
}
.heroForm__submit {
  text-align: center;
  padding-top: 22px;
}
.heroForm__submit .btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.heroForm__submit .btn img {
  margin-left: 10px;
}
.heroForm__info {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #6d859e;
  padding-top: 17px;
}
.jobCard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none !important;
  background: #f5fafc;
  border-radius: 8px;
  min-width: calc(33.33% - 30px);
  max-width: calc(33.33% - 30px);
  width: calc(33.33% - 30px);
  margin: 0 15px 30px;
  padding: 60px 35px 32px;
  min-height: 200px;
  outline: none;
  position: relative;
  -webkit-transition: visibility 1s ease, opacity 1s ease, background 0.2s ease, -webkit-transform 1s ease, -webkit-box-shadow 0.2s ease;
  transition: visibility 1s ease, opacity 1s ease, background 0.2s ease, -webkit-transform 1s ease, -webkit-box-shadow 0.2s ease;
  -o-transition: visibility 1s ease, opacity 1s ease, transform 1s ease, background 0.2s ease, box-shadow 0.2s ease;
  transition: visibility 1s ease, opacity 1s ease, transform 1s ease, background 0.2s ease, box-shadow 0.2s ease;
  transition: visibility 1s ease, opacity 1s ease, transform 1s ease, background 0.2s ease, box-shadow 0.2s ease, -webkit-transform 1s ease, -webkit-box-shadow 0.2s ease;
}
@media screen and (max-width: 1023px) {
  .jobCard {
    min-width: calc(50% - 30px);
    max-width: calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .jobCard {
    max-width: 100%;
    min-width: auto;
    width: 100%;
    padding: 20px 15px;
    min-height: 150px;
    margin: 0 auto 15px;
  }
}
.jobCard:hover,
.jobCard:focus {
  background: #fff;
  -webkit-box-shadow: 0 15px 40px -10px rgba(0,51,170,0.15);
          box-shadow: 0 15px 40px -10px rgba(0,51,170,0.15);
}
.jobCard:hover .jobCard__link,
.jobCard:focus .jobCard__link {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.jobCard:hover .jobCard__content,
.jobCard:focus .jobCard__content {
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
}
@media screen and (max-width: 767px) {
  .jobCard:hover .jobCard__content,
  .jobCard:focus .jobCard__content {
    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
.jobCard__content {
  width: 100%;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.jobCard__type {
  width: 100%;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #00dcbe;
  margin-bottom: 10px;
}
.jobCard__title {
  width: 100%;
  color: #05f;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .jobCard__title {
    font-size: 16px;
    line-height: 20px;
  }
}
.jobCard__country {
  width: 100%;
  color: #6d859e;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .jobCard__country {
    font-size: 14px;
    line-height: 18px;
  }
}
.jobCard__link {
  position: relative;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  position: absolute;
  bottom: 30px;
  left: 35px;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (max-width: 767px) {
  .jobCard__link {
    font-size: 16px;
    line-height: 20px;
    display:none;
  }
}
.jobCard__link-icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 15px;
  background: url("./assets/images/ico-arrow-job-card.svg") no-repeat center center;
}
@media screen and (max-width: 767px) {
  .jobCard__link {
    left: 15px;
    bottom: 15px;
  }
}
.jobReviews {
  padding: 160px 0 77px;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .jobReviews {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .jobReviews {
    padding: 70px 0 40px;
  }
}
.jobReviews__wrapper {
  max-width: 1030px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
}
.jobReviews__wrapper:before {
  content: '';
  width: 60px;
  height: 40px;
  display: block;
  position: absolute;
  left: -70px;
  top: 17px;
  background: url("./assets/images/ico-quote.svg") no-repeat center center;
}
@media screen and (max-width: 1200px) {
  .jobReviews__wrapper:before {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .jobReviews__wrapper {
    padding: 0 15px;
  }
}
.jobReviews__text {
  font-size: 48px;
  line-height: 64px;
  color: #05f;
  margin-bottom: 28px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .jobReviews__text {
    font-size: 38px;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .jobReviews__text {
    font-size: 22px;
    line-height: 28px;
  }
}
.jobReviews__author {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .jobReviews__author {
    font-size: 16px;
    line-height: 20px;
  }
}
.jobReviews__position {
  font-size: 18px;
  line-height: 22px;
  color: #6d859e;
}
@media screen and (max-width: 767px) {
  .jobReviews__position {
    font-size: 16px;
    line-height: 20px;
  }
}
.jobReviews__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.jobReviews .swiper-container {
  padding-bottom: 25px;
}
.jobReviews .swiper-button-prev,
.jobReviews .swiper-button-next {
  background-color: transparent;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(0,85,255,0.5);
  display: block;
  margin: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  border-radius: 50%;
  margin: 0 21px;
  position: relative;
  outline: none;
  -webkit-transition: border 0.2s ease, opacity 0.2s ease;
  -o-transition: border 0.2s ease, opacity 0.2s ease;
  transition: border 0.2s ease, opacity 0.2s ease;
}
.jobReviews .swiper-button-prev:hover,
.jobReviews .swiper-button-next:hover {
  border-color: #05f;
}
.jobReviews .swiper-button-prev:after,
.jobReviews .swiper-button-next:after,
.jobReviews .swiper-button-prev:before,
.jobReviews .swiper-button-next:before {
  display: none;
}
.jobReviews .swiper-button-prev:before,
.jobReviews .swiper-button-next:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px 17px;
}
.jobReviews .swiper-button-prev:before {
  background-image: url("./assets/images/ico-arrow-slider-left.svg");
  background-position: 10px center;
}
.jobReviews .swiper-button-next:before {
  background-image: url("./assets/images/ico-arrow-slider-right.svg");
  background-position: 12px center;
}
.jobs {
  padding: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .jobs {
    padding-top: 40px;
  }
}
.jobs__select {
  max-width: 570px;
  margin-bottom: 56px;
}
.jobs__select select {
  border-bottom-width: 2px !important;
}
.jobs__wrapper {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .jobs__wrapper {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}
.jobsPreview {
  padding: 80px 0 120px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .jobsPreview {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .jobsPreview {
    padding-top: 40px;
  }
}
.jobsPreview .container {
  position: relative;
  z-index: 3;
}
.jobsPreview__wrapper {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .jobsPreview__wrapper {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}
.jobsPreview__button {
  text-align: center;
  padding-top: 10px;
}
.logos {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.visible .logos .logos__item:nth-child(1) {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
  transition: opacity 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
  -o-transition: opacity 0.5s 0.1s, transform 0.5s 0.1s;
  transition: opacity 0.5s 0.1s, transform 0.5s 0.1s;
  transition: opacity 0.5s 0.1s, transform 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
}
.visible .logos .logos__item:nth-child(2) {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
  transition: opacity 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
  -o-transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
  transition: opacity 0.5s 0.2s, transform 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
}
.visible .logos .logos__item:nth-child(3) {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
  transition: opacity 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
  -o-transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
  transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
  transition: opacity 0.5s 0.3s, transform 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
}
.visible .logos .logos__item:nth-child(4) {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s 0.4s, -webkit-transform 0.5s 0.4s;
  transition: opacity 0.5s 0.4s, -webkit-transform 0.5s 0.4s;
  -o-transition: opacity 0.5s 0.4s, transform 0.5s 0.4s;
  transition: opacity 0.5s 0.4s, transform 0.5s 0.4s;
  transition: opacity 0.5s 0.4s, transform 0.5s 0.4s, -webkit-transform 0.5s 0.4s;
}
.visible .logos .logos__item:nth-child(5) {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
  transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
  -o-transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
  transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
  transition: opacity 0.5s 0.5s, transform 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
}
.visible .logos .logos__item:nth-child(6) {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s 0.6s, -webkit-transform 0.5s 0.6s;
  transition: opacity 0.5s 0.6s, -webkit-transform 0.5s 0.6s;
  -o-transition: opacity 0.5s 0.6s, transform 0.5s 0.6s;
  transition: opacity 0.5s 0.6s, transform 0.5s 0.6s;
  transition: opacity 0.5s 0.6s, transform 0.5s 0.6s, -webkit-transform 0.5s 0.6s;
}
.visible .logos .logos__item:nth-child(7) {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s 0.7s, -webkit-transform 0.5s 0.7s;
  transition: opacity 0.5s 0.7s, -webkit-transform 0.5s 0.7s;
  -o-transition: opacity 0.5s 0.7s, transform 0.5s 0.7s;
  transition: opacity 0.5s 0.7s, transform 0.5s 0.7s;
  transition: opacity 0.5s 0.7s, transform 0.5s 0.7s, -webkit-transform 0.5s 0.7s;
}
.visible .logos .logos__item:nth-child(8) {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
  transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
  -o-transition: opacity 0.5s 0.8s, transform 0.5s 0.8s;
  transition: opacity 0.5s 0.8s, transform 0.5s 0.8s;
  transition: opacity 0.5s 0.8s, transform 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
}
.visible .logos .logos__item:nth-child(9) {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s 0.9s, -webkit-transform 0.5s 0.9s;
  transition: opacity 0.5s 0.9s, -webkit-transform 0.5s 0.9s;
  -o-transition: opacity 0.5s 0.9s, transform 0.5s 0.9s;
  transition: opacity 0.5s 0.9s, transform 0.5s 0.9s;
  transition: opacity 0.5s 0.9s, transform 0.5s 0.9s, -webkit-transform 0.5s 0.9s;
}
.visible .logos .logos__item:nth-child(10) {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s 1s, -webkit-transform 0.5s 1s;
  transition: opacity 0.5s 1s, -webkit-transform 0.5s 1s;
  -o-transition: opacity 0.5s 1s, transform 0.5s 1s;
  transition: opacity 0.5s 1s, transform 0.5s 1s;
  transition: opacity 0.5s 1s, transform 0.5s 1s, -webkit-transform 0.5s 1s;
}
.visible .logos .logos__item:nth-child(11) {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s 1.1s, -webkit-transform 0.5s 1.1s;
  transition: opacity 0.5s 1.1s, -webkit-transform 0.5s 1.1s;
  -o-transition: opacity 0.5s 1.1s, transform 0.5s 1.1s;
  transition: opacity 0.5s 1.1s, transform 0.5s 1.1s;
  transition: opacity 0.5s 1.1s, transform 0.5s 1.1s, -webkit-transform 0.5s 1.1s;
}
.visible .logos .logos__item:nth-child(12) {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s 1.2s, -webkit-transform 0.5s 1.2s;
  transition: opacity 0.5s 1.2s, -webkit-transform 0.5s 1.2s;
  -o-transition: opacity 0.5s 1.2s, transform 0.5s 1.2s;
  transition: opacity 0.5s 1.2s, transform 0.5s 1.2s;
  transition: opacity 0.5s 1.2s, transform 0.5s 1.2s, -webkit-transform 0.5s 1.2s;
}
.visible .logos .logos__item:nth-child(13) {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s 1.3s, -webkit-transform 0.5s 1.3s;
  transition: opacity 0.5s 1.3s, -webkit-transform 0.5s 1.3s;
  -o-transition: opacity 0.5s 1.3s, transform 0.5s 1.3s;
  transition: opacity 0.5s 1.3s, transform 0.5s 1.3s;
  transition: opacity 0.5s 1.3s, transform 0.5s 1.3s, -webkit-transform 0.5s 1.3s;
}
.visible .logos .logos__item:nth-child(14) {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s 1.4s, -webkit-transform 0.5s 1.4s;
  transition: opacity 0.5s 1.4s, -webkit-transform 0.5s 1.4s;
  -o-transition: opacity 0.5s 1.4s, transform 0.5s 1.4s;
  transition: opacity 0.5s 1.4s, transform 0.5s 1.4s;
  transition: opacity 0.5s 1.4s, transform 0.5s 1.4s, -webkit-transform 0.5s 1.4s;
}
.visible .logos .logos__item:nth-child(15) {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s 1.5s, -webkit-transform 0.5s 1.5s;
  transition: opacity 0.5s 1.5s, -webkit-transform 0.5s 1.5s;
  -o-transition: opacity 0.5s 1.5s, transform 0.5s 1.5s;
  transition: opacity 0.5s 1.5s, transform 0.5s 1.5s;
  transition: opacity 0.5s 1.5s, transform 0.5s 1.5s, -webkit-transform 0.5s 1.5s;
}
.logos__item {
  position: absolute;
  z-index: 1;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}
.logos__item img {
  display: block;
  max-width: 100%;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: opacity 0.2s ease, -webkit-filter 0.2s ease;
  transition: opacity 0.2s ease, -webkit-filter 0.2s ease;
  -o-transition: opacity 0.2s ease, filter 0.2s ease;
  transition: opacity 0.2s ease, filter 0.2s ease;
  transition: opacity 0.2s ease, filter 0.2s ease, -webkit-filter 0.2s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.logos__item-inner {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0 18px 22px 0 rgba(0,51,170,0.25);
          box-shadow: 0 18px 22px 0 rgba(0,51,170,0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.logos__item.active {
  z-index: 4;
}
.logos__item.active .logos__item-inner {
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
}
.logos__item.active img {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.logos__item:nth-child(1) {
  left: -11px;
  top: 173px;
}
.logos__item:nth-child(2) {
  left: 129px;
  top: 156px;
}
.logos__item:nth-child(3) {
  left: 251px;
  top: 149px;
}
.logos__item:nth-child(4) {
  left: -10px;
  top: 311px;
}
.logos__item:nth-child(5) {
  left: 70px;
  top: 250px;
}
.logos__item:nth-child(6) {
  left: 204px;
  top: 240px;
}
.logos__item:nth-child(7) {
  left: 250px;
  top: 335px;
}
.logos__item:nth-child(8) {
  left: 140px;
  top: 350px;
}
.logos__item:nth-child(9) {
  left: 197px;
  top: 454px;
}
.logos__item:nth-child(10) {
  left: 50px;
  top: 407px;
}
.logos__item:nth-child(11) {
  left: 118px;
  top: 534px;
}
.logos__item:nth-child(12) {
  left: 20px;
  top: 510px;
}
.map {
  width: 100%;
  min-height: 560px;
  background: #f2f9fc;
}
.map iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
@media screen and (max-width: 767px) {
  .map {
    min-height: 400px;
  }
}
.map__list {
  display: none;
}
.map p {
  margin: 0;
}
.menu__list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .menu__list {
    display: block;
  }
}
.menu__item {
  margin: 0 9px;
}
@media screen and (max-width: 1200px) {
  .menu__item {
    margin: 0;
  }
}
.menu__link {
  font-size: 16px;
  line-height: 20px;
  padding: 10px 15px;
  font-weight: 600;
  color: #fff;
  text-decoration: none !important;
  position: relative;
}
.menu__link:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 3px;
  background: #fff;
  bottom: 5px;
  left: 15px;
  -webkit-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.menu__link:hover:before,
.menu__link.active:before {
  width: calc(100% - 30px);
}
.fixed .menu__link,
.active .menu__link {
  color: #05f;
}
.fixed .menu__link:before,
.active .menu__link:before {
  background: #05f;
}
@media screen and (max-width: 1200px) {
  .menu__link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }
  .menu__link:before {
    display: none;
  }
  .menu__link.active {
    background: #f2f9fc;
  }
}
@media screen and (max-width: 767px) {
  .menu__link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.newsCard {
  display: block;
  text-decoration: none !important;
  background: #fff;
  border-radius: 8px;
  min-width: calc(33.33% - 30px);
  max-width: calc(33.33% - 30px);
  width: calc(33.33% - 30px);
  margin: 0 15px 30px;
  position: relative;
  overflow: hidden;
  -webkit-transition: visibility 1s ease, opacity 1s ease, background 0.2s ease, -webkit-transform 1s ease, -webkit-box-shadow 0.2s ease;
  transition: visibility 1s ease, opacity 1s ease, background 0.2s ease, -webkit-transform 1s ease, -webkit-box-shadow 0.2s ease;
  -o-transition: visibility 1s ease, opacity 1s ease, transform 1s ease, background 0.2s ease, box-shadow 0.2s ease;
  transition: visibility 1s ease, opacity 1s ease, transform 1s ease, background 0.2s ease, box-shadow 0.2s ease;
  transition: visibility 1s ease, opacity 1s ease, transform 1s ease, background 0.2s ease, box-shadow 0.2s ease, -webkit-transform 1s ease, -webkit-box-shadow 0.2s ease;
}
.newsCard:hover,
.newsCard:focus {
  background: #fff;
  -webkit-box-shadow: 0 15px 40px -10px rgba(0,51,170,0.15);
          box-shadow: 0 15px 40px -10px rgba(0,51,170,0.15);
}
.newsCard:hover .newsCard__image img,
.newsCard:focus .newsCard__image img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
@media screen and (max-width: 1023px) {
  .newsCard {
    min-width: calc(50% - 30px);
    max-width: calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .newsCard {
    max-width: 100%;
    min-width: auto;
    width: 100%;
    margin: 0 auto 15px;
  }
}
@media screen and (min-width: 768px) {
  .newsCard--big {
    min-width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    width: calc(100% - 30px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .newsCard--big .newsCard__image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    min-width: 50%;
    height: auto;
  }
  .newsCard--big .newsCard__content {
    padding-top: 41px;
    padding-bottom: 41px;
  }
  .newsCard--big .newsCard__tag {
    margin-bottom: 25px;
  }
  .newsCard--big .newsCard__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .newsCard--big .newsCard__link {
    display: inline-block;
  }
}
@media screen and (min-width: 1023px) {
  .newsCard--big .newsCard__image {
    height: 460px;
    min-width: 57%;
  }
  .newsCard--big .newsCard__title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 27px;
  }
}
.newsCard__image {
  height: 240px;
  overflow: hidden;
}
.newsCard__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (max-width: 480px) {
  .newsCard__image {
    height: 180px;
  }
}
.newsCard__content {
  padding: 24px 30px;
}
@media screen and (max-width: 767px) {
  .newsCard__content {
    padding: 15px;
  }
}
.newsCard__tag {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00dcbe;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .newsCard__tag {
    margin-bottom: 5px;
  }
}
.newsCard__title {
  width: 100%;
  color: #05f;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .newsCard__title {
    font-size: 22px;
    line-height: 26px;
  }
}
.newsCard__description {
  width: 100%;
  color: #6d859e;
  font-size: 18px;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .newsCard__description {
    font-size: 14px;
    line-height: 22px;
  }
}
.newsCard__link {
  display: none;
  margin-top: 30px;
  position: relative;
  padding-right: 20px;
}
.newsCard__link-icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 15px;
  background: url("./assets/images/ico-arrow-job-card.svg") no-repeat center center;
}
.numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .numbers {
    display: block;
    margin: 0;
  }
}
.numbers__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .numbers__item {
    padding: 0;
  }
}
.numbers__icon {
  margin-right: 15px;
  min-width: 40px;
  max-width: 40px;
}
.numbers__icon img {
  margin: 0 auto;
}
.numbers__title {
  font-size: 32px;
  line-height: 36px;
  color: #05f;
  font-family: 'Ubuntu', sans-serif;
}
@media screen and (max-width: 767px) {
  .numbers__title {
    font-size: 22px;
    line-height: 28px;
  }
}
.numbers__description {
  font-size: 18px;
  line-height: 24px;
  color: #6d859e;
}
@media screen and (max-width: 767px) {
  .numbers__description {
    font-size: 16px;
    line-height: 22px;
  }
}
.pageHeader {
  padding: 115px 0 110px;
  background: #05f;
  background-image: -o-linear-gradient(50deg, #2a71ff 4%, #3550ec 100%);
  background-image: linear-gradient(40deg, #2a71ff 4%, #3550ec 100%);
  color: #fff;
  min-height: 380px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pageHeader {
    min-height: 150px;
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
.pageHeader .container {
  position: relative;
  z-index: 4;
}
.pageHeader__title {
  margin-top: 37px;
  max-width: 830px;
}
.pageHeader__title mark {
  color: #fff864;
}
.pageHeader__subtitle {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
}
.pageHeader__subtitle + .pageHeader__title {
  margin-top: 0;
}
.pageHeader__background {
  position: absolute;
  bottom: -20px;
  left: -5px;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.pageHeader__background svg {
  width: calc(100% + 10px);
  height: auto !important;
  display: block;
  margin: 0;
}
.pageHeader--gray .pageHeader__background svg path {
  fill: #edf7fc;
}
@media screen and (max-width: 1400px) {
  .pageHeader__background {
    bottom: -5px;
  }
}
@media screen and (max-width: 767px) {
  .pageHeader__background {
    bottom: -3px;
  }
}
.pageHeader__decor-1 {
  background: #00dcbe;
  background-image: -o-linear-gradient(267deg, #5cf7e2 0%, #00dcbe 91%);
  background-image: linear-gradient(183deg, #5cf7e2 0%, #00dcbe 91%);
  border-radius: 44px;
  width: 520px;
  height: 88px;
  -webkit-transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
      -ms-transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
          transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
  position: absolute;
  right: calc((100% - 1470px) / 2);
  bottom: 30px;
  pointer-events: none;
}
.animate--init .pageHeader__decor-1 {
  -webkit-transform: rotate(-45deg) !important;
      -ms-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
}
@media screen and (max-width: 1200px) {
  .pageHeader__decor-1 {
    right: calc((100% - 1070px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .pageHeader__decor-1 {
    width: 175px;
    height: 30px;
    border-radius: 15px;
    right: 20px;
    bottom: -15px;
  }
}
.pageHeader__decor-2 {
  background: #00dcbe;
  background-image: -o-linear-gradient(267deg, #5cf7e2 0%, #00dcbe 91%);
  background-image: linear-gradient(183deg, #5cf7e2 0%, #00dcbe 91%);
  border-radius: 44px;
  width: 280px;
  height: 88px;
  -webkit-transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
      -ms-transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
          transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
  position: absolute;
  right: calc((100% - 1380px) / 2);
  bottom: -50px;
  pointer-events: none;
}
.animate--init .pageHeader__decor-2 {
  -webkit-transform: rotate(-45deg) !important;
      -ms-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
}
@media screen and (max-width: 1200px) {
  .pageHeader__decor-2 {
    right: calc((100% - 980px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .pageHeader__decor-2 {
    width: 95px;
    height: 30px;
    border-radius: 15px;
    right: 10px;
    bottom: -20px;
  }
}
.pageHeader2 {
  padding: 115px 0 110px;
  background: #05f;
  background-image: -o-linear-gradient(50deg, #2a71ff 4%, #3550ec 100%);
  background-image: linear-gradient(40deg, #2a71ff 4%, #3550ec 100%);
  color: #fff;
  min-height: 380px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pageHeader2 {
    min-height: 150px;
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
.pageHeader2 .container {
  position: relative;
  z-index: 4;
}
.pageHeader2__title {
  margin-top: 37px;
  max-width: 830px;
}
.pageHeader2__title mark {
  color: #fff864;
}
.pageHeader2__subtitle {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
}
.pageHeader2__subtitle + .pageHeader2__title {
  margin-top: 0;
}
.pageHeader2__background {
  position: absolute;
  bottom: -20px;
  left: -5px;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.pageHeader2__background svg {
  width: calc(100% + 10px);
  height: auto;
  display: block;
  margin: 0;
}
.pageHeader--gray .pageHeader2__background svg path {
  fill: #f2f9fc;
}
@media screen and (max-width: 1400px) {
  .pageHeader2__background {
    bottom: -5px;
  }
}
@media screen and (max-width: 767px) {
  .pageHeader2__background {
    bottom: -3px;
  }
}
.pageHeader2__decor-1 {
  background: #00dcbe;
  background-image: -o-linear-gradient(267deg, #5cf7e2 0%, #00dcbe 91%);
  background-image: linear-gradient(183deg, #5cf7e2 0%, #00dcbe 91%);
  border-radius: 44px;
  width: 520px;
  height: 88px;
  -webkit-transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
      -ms-transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
          transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
  position: absolute;
  right: calc((100% - 1470px) / 2);
  bottom: 120px;
  pointer-events: none;
  z-index: 2;
}
.animate--init .pageHeader2__decor-1 {
  -webkit-transform: rotate(-45deg) !important;
      -ms-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
}
@media screen and (max-width: 1200px) {
  .pageHeader2__decor-1 {
    right: calc((100% - 1070px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .pageHeader2__decor-1 {
    width: 175px;
    height: 30px;
    border-radius: 15px;
    right: 20px;
    bottom: 25px;
  }
}
.pageHeader2__decor-2 {
  background: #00dcbe;
  background-image: -o-linear-gradient(267deg, #5cf7e2 0%, #00dcbe 91%);
  background-image: linear-gradient(183deg, #5cf7e2 0%, #00dcbe 91%);
  border-radius: 44px;
  width: 280px;
  height: 88px;
  -webkit-transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
      -ms-transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
          transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
  position: absolute;
  right: calc((100% - 1380px) / 2);
  bottom: 40px;
  pointer-events: none;
  z-index: 2;
}
.animate--init .pageHeader2__decor-2 {
  -webkit-transform: rotate(-45deg) !important;
      -ms-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
}
@media screen and (max-width: 1200px) {
  .pageHeader2__decor-2 {
    right: calc((100% - 980px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .pageHeader2__decor-2 {
    width: 95px;
    height: 30px;
    border-radius: 15px;
    right: 10px;
    bottom: 20px;
  }
}
.pageHeader2__decor-3 {
  background: #00dcbe;
  background-image: -o-linear-gradient(267deg, #5cf7e2 0%, #00dcbe 91%);
  background-image: linear-gradient(183deg, #5cf7e2 0%, #00dcbe 91%);
  border-radius: 44px;
  width: 520px;
  height: 88px;
  -webkit-transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
      -ms-transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
          transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
  position: absolute;
  left: calc((100% - 2300px) / 2);
  bottom: 120px;
  pointer-events: none;
  z-index: 2;
}
.animate--init .pageHeader2__decor-3 {
  -webkit-transform: rotate(-45deg) !important;
      -ms-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
}
@media screen and (max-width: 1200px) {
  .pageHeader2__decor-3 {
    display: none;
  }
}
.pageHeader2__decor-4 {
  background: #00dcbe;
  background-image: -o-linear-gradient(267deg, #5cf7e2 0%, #00dcbe 91%);
  background-image: linear-gradient(183deg, #5cf7e2 0%, #00dcbe 91%);
  border-radius: 44px;
  width: 280px;
  height: 88px;
  -webkit-transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
      -ms-transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
          transform: rotate(-45deg) translateY(30px) translateX(-70px) !important;
  position: absolute;
  left: calc((100% - 1920px) / 2);
  bottom: 40px;
  pointer-events: none;
  z-index: 2;
}
.animate--init .pageHeader2__decor-4 {
  -webkit-transform: rotate(-45deg) !important;
      -ms-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
}
@media screen and (max-width: 1200px) {
  .pageHeader2__decor-4 {
    display: none;
  }
}
.philosophy {
  padding-top: 95px;
  padding-bottom: 60px;
  padding-left: calc((100% - 30px) / 2);
  padding-right: calc((100% - 1170px) / 2);
  position: relative;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .philosophy {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .philosophy {
    padding: 0;
  }
}
.philosophy .container {
  position: relative;
  z-index: 3;
}
.philosophy__item {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .philosophy__item {
    margin-bottom: 30px;
  }
}
.philosophy__title {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 10px;
  color: #05f;
  font-family: 'Ubuntu', sans-serif;
}
@media screen and (max-width: 767px) {
  .philosophy__title {
    font-size: 22px;
    line-height: 26px;
  }
}
.philosophy__text {
  font-size: 18px;
  line-height: 24px;
  color: #6d859e;
}
@media screen and (max-width: 767px) {
  .philosophy__text {
    font-size: 16px;
    line-height: 22px;
  }
}
.philosophy__image {
  position: absolute;
  left: 0;
  top: -40%;
  pointer-events: none;
  width: 100%;
  display: block;
  max-width: 70%;
}
@media screen and (max-width: 1600px) {
  .philosophy__image {
    top: -20%;
  }
}
@media screen and (max-width: 1023px) {
  .philosophy__image {
    position: relative;
    top: auto;
    left: auto;
    max-width: 600px;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .philosophy__image img {
    margin-top: -50px;
  }
}
.philosophy__background {
  position: absolute;
  bottom: 100%;
  left: -5px;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.philosophy__background img {
  width: calc(100% + 10px);
  height: auto;
  display: block;
  margin: 0;
  position: relative;
  z-index: 1;
}
.philosophy__background:before {
  content: '';
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .philosophy__background {
    top: -5px;
    bottom: auto;
  }
}
.phone {
  max-width: 316px;
  position: absolute;
  left: calc((100% - 1025px) / 2);
  top: 66px;
  opacity: 0;
  z-index: 5;
}
@media screen and (max-width: 1100px) {
  .phone {
    left: 30px;
  }
}
.phone.fixed {
  position: fixed;
}
@media screen and (max-width: 1023px) {
  .phone {
    display: none !important;
  }
}
.phone img {
  position: relative;
  z-index: 2;
}
.phone__block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: block;
  text-align: center;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  -o-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.phone__block.visible {
  opacity: 1;
  visibility: visible;
}
.phone__background {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  left: 50%;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease, -webkit-transform 0.6s ease;
  -o-transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.phone__background--2 {
  width: 455px;
  top: 125px;
  -webkit-transform: translateX(-50%) scale(0.8);
      -ms-transform: translateX(-50%) scale(0.8);
          transform: translateX(-50%) scale(0.8);
}
.phone__background--3 {
  width: 660px;
  top: 0;
  -webkit-transform: translateX(-50%) scale(0.8);
      -ms-transform: translateX(-50%) scale(0.8);
          transform: translateX(-50%) scale(0.8);
}
.phone__background--3-1,
.phone__background--3-2 {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.phone__background--3-1.active,
.phone__background--3-2.active {
  opacity: 0.1;
}
.phone__background.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.phone-wrapper {
  position: relative;
}
.phoneAdvantages {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  top: 0;
  height: 100%;
}
.phoneAdvantages__item {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  left: 50%;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  width: 100%;
  height: 200px;
}
.phoneAdvantages__item.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translateX(-50%);
      -ms-transform: scale(1) translateX(-50%);
          transform: scale(1) translateX(-50%);
}
.phoneAdvantages__item--1 {
  width: 400px;
  height: 400px;
  top: 100px;
}
.phoneAdvantages__item--2 {
  width: 400px;
  height: 400px;
  top: 100px;
}
.phoneAdvantages__item--3 {
  width: 400px;
  height: 400px;
  top: 150px;
}
@media screen and (max-width: 767px) {
  .phoneAdvantages__item {
    width: 280px;
    height: 280px;
    top: 80px;
  }
}
.phoneTimer__text {
  position: absolute;
  top: 198px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .phoneTimer__text {
    top: 140px;
  }
}
.phoneTimer__title {
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .phoneTimer__title {
    font-size: 22px;
    line-height: 26px;
  }
}
.phoneTimer__title-animate {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  -o-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.phoneTimer__title-animate.visible {
  opacity: 1;
  visibility: visible;
}
.phoneTimer__title span {
  display: block;
  color: #fff864;
}
.phoneTimer__date {
  font-size: 34px;
  line-height: 40px;
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .phoneTimer__date {
    font-size: 22px;
    line-height: 26px;
  }
}
.post {
  padding: 0 0 60px;
  background: #edf7fc;
  color: #6d859e;
  font-size: 18px;
  line-height: 26px;
}
@media screen and (max-width: 1023px) {
  .post {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .post {
    font-size: 16px;
    line-height: 24px;
  }
}
.post .container {
  max-width: 970px;
}
.content .post .container img {
  margin-bottom: 40px;
  margin-top: 40px;
}
.post__date {
  color: #6d859e;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 18px;
}
.post__intro {
  font-size: 24px;
  line-height: 36px;
  color: #000;
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .post__intro {
    font-size: 16px;
    line-height: 24px;
  }
}
.post h2,
.post h3,
.post h4 {
  color: #05f;
}
.post h2 {
  font-size: 48px;
  line-height: 56px;
}
@media screen and (max-width: 767px) {
  .post h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
.post h3 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  font-family: 'Ubuntu', sans-serif;
}
@media screen and (max-width: 767px) {
  .post h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.post h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .post h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
.post strong {
  color: #000;
}
.post * + h2,
.post * + h3,
.post * + h4 {
  margin-top: 40px;
}
.postsSlider {
  padding: 60px 0;
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .postsSlider {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.postsSlider .swiper-slide {
  margin: 0;
  margin-right: 30px;
  min-width: auto;
  max-width: 370px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .postsSlider .swiper-slide {
    margin: 0;
    max-width: 100%;
  }
}
.postsSlider__wrapper {
  max-width: 1230px;
  padding: 0 30px;
  overflow: hidden;
  border-radius: 8px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .postsSlider__wrapper {
    padding: 0 15px;
  }
}
.postsSlider__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.postsSlider .swiper-container {
  border-radius: 8px;
  padding-bottom: 30px;
}
.postsSlider .swiper-wrapper {
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .postsSlider .swiper-wrapper {
    height: auto !important;
  }
}
.postsSlider .swiper-button-prev,
.postsSlider .swiper-button-next {
  background-color: transparent;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(0,85,255,0.5);
  display: block;
  margin: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  border-radius: 50%;
  margin: 0 21px;
  position: relative;
  outline: none;
  -webkit-transition: border 0.2s ease, opacity 0.2s ease;
  -o-transition: border 0.2s ease, opacity 0.2s ease;
  transition: border 0.2s ease, opacity 0.2s ease;
}
.postsSlider .swiper-button-prev:hover,
.postsSlider .swiper-button-next:hover {
  border-color: #05f;
}
.postsSlider .swiper-button-prev:after,
.postsSlider .swiper-button-next:after,
.postsSlider .swiper-button-prev:before,
.postsSlider .swiper-button-next:before {
  display: none;
}
.postsSlider .swiper-button-prev:before,
.postsSlider .swiper-button-next:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px 17px;
}
.postsSlider .swiper-button-prev:before {
  background-image: url("./assets/images/ico-arrow-slider-left.svg");
  background-position: 10px center;
}
.postsSlider .swiper-button-next:before {
  background-image: url("./assets/images/ico-arrow-slider-right.svg");
  background-position: 12px center;
}
.privacyPage {
  padding-bottom: 150px;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .privacyPage {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .privacyPage {
    padding: 40px 0 60px;
  }
}
.privacyPage__intro {
  font-size: 24px;
  line-height: 36px;
  color: #000;
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .privacyPage__intro {
    font-size: 16px;
    line-height: 22px;
  }
}
.privacyPage__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .privacyPage__wrapper {
    display: block;
  }
}
.privacyPage__navigation {
  min-width: 340px;
  margin-right: 60px;
  position: relative;
  will-change: min-height;
}
@media screen and (max-width: 1200px) {
  .privacyPage__navigation {
    margin-right: 30px;
    min-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .privacyPage__navigation {
    margin-bottom: 30px;
    min-width: auto;
    margin-right: 0;
  }
}
.privacyPage__navigation-select {
  display: none;
}
@media screen and (max-width: 767px) {
  .privacyPage__navigation-select {
    display: block;
  }
}
.privacyPage__navigation-list {
  max-width: 340px;
  width: 100%;
  counter-reset: li;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  will-change: position, transform;
}
@media screen and (max-width: 1200px) {
  .privacyPage__navigation-list {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .privacyPage__navigation-list {
    display: none;
  }
}
.privacyPage__navigation-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 26px;
  padding: 5px 35px;
  min-height: 42px;
  text-decoration: none !important;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  -o-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
  border-radius: 5px;
  padding-left: 50px;
  position: relative;
}
.privacyPage__navigation-link:before {
  counter-increment: li;
  content: counter(li) ". ";
  position: absolute;
  left: 22px;
  top: 7px;
  text-align: right;
  width: 22px;
}
.privacyPage__navigation-link:hover {
  background: #f2f9fc;
}
@media screen and (min-width: 768px) {
  .privacyPage__navigation-link.active {
    background: #f2f9fc;
  }
}
.privacyPage__content {
  color: #6d859e;
  font-size: 14px;
  line-height: 20px;
}
.privacyPage__content strong {
  color: #000;
}
.privacyPage__content h2,
.privacyPage__content h3,
.privacyPage__content h4 {
  color: #05f;
}
.process {
  padding: 60px 0 170px;
  min-height: 800px;
  position: relative;
  z-index: 2;
  background: #f2f9fc;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .process {
    padding-bottom: 50px;
    text-align: center;
  }
}
.process__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1023px) {
  .process__wrapper {
    display: block;
  }
}
.process__phone-blank {
  margin-left: 70px;
}
.process__phone {
  display: none;
  max-width: 312px;
  position: relative;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1023px) {
  .process__phone {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .process__phone {
    max-width: 212px;
  }
}
.process__phone-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: block;
  text-align: center;
  color: #fff;
}
.process__phone-content .phoneTimer__title-animate {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.process__text {
  margin-left: auto;
  width: 100%;
  max-width: 670px;
}
@media screen and (max-width: 1100px) {
  .process__text {
    max-width: 600px;
  }
}
@media screen and (max-width: 1023px) {
  .process__text {
    max-width: 100%;
  }
}
.process__background {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("./assets/images/bg-hero2.svg") no-repeat center center;
  background-size: contain;
  height: 645px;
  background-size: 1920px auto;
  pointer-events: none;
}
@media screen and (min-width: 1921px) {
  .process__background {
    background: none;
    height: auto;
  }
}
.process__background img {
  display: none;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 1921px) {
  .process__background img {
    display: block;
  }
}
.process__steps {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.process__step {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .process__step {
    display: block;
  }
}
.process__step-icon {
  width: 140px;
  height: 140px;
  min-width: 140px;
  overflow: hidden;
  margin-right: 48px;
}
@media screen and (max-width: 767px) {
  .process__step-icon {
    margin-right: 0;
    width: 100px;
    height: 100px;
    min-width: 100px;
    margin: 0 auto 20px;
  }
}
.process__step-text {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.process__step-title {
  font-size: 32px;
  line-height: 36px;
  color: #05f;
  margin-bottom: 6px;
  font-family: 'Ubuntu', sans-serif;
}
@media screen and (max-width: 767px) {
  .process__step-title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.process__step-description {
  font-size: 18px;
  line-height: 26px;
  color: #6d859e;
}
@media screen and (max-width: 767px) {
  .process__step-description {
    font-size: 14px;
    line-height: 20px;
  }
}
.quote {
  padding-top: 31px;
  padding-bottom: 70px;
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.quote__text {
  font-size: 32px;
  line-height: 36px;
  color: #05f;
  font-family: 'Ubuntu', sans-serif;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .quote__text {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 25px;
  }
}
.quote__icon {
  width: 60px;
  margin: 0 auto 30px;
}
.quote__icon img {
  margin: 0 auto;
}
.quote__person {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: left;
}
.quote__photo {
  background: #6d859e;
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.quote__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.quote__info {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.quote__name {
  font-size: 18px;
  line-height: 22px;
  color: #333;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .quote__name {
    font-size: 16px;
    line-height: 20px;
  }
}
.quote__description {
  font-size: 18px;
  line-height: 22px;
  color: #6d859e;
}
@media screen and (max-width: 767px) {
  .quote__description {
    font-size: 16px;
    line-height: 20px;
  }
}
.rate select {
  display: none;
}
.rate .br-widget {
  height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.rate .br-widget a:after,
.rate .br-widget a.br-selected:after,
.rate .br-widget a.br-fractional:after {
  color: #edc11c;
}
.rate .br-widget a {
  font-size: 18px;
  display: block;
  margin-right: 5px;
}
.reviews {
  padding: 125px 0 67px;
  background: #fff;
  position: relative;
  z-index: 6;
}
@media screen and (max-width: 767px) {
  .reviews {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.reviews__title-wrapper {
  text-align: center;
}
.reviews__title {
  display: inline-block;
  color: #05f;
  text-align: center;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .reviews__title {
    font-size: 48px;
    line-height: 56px;
  }
}
.reviews__icon {
  display: block;
  position: absolute;
  top: -46px;
  left: -31px;
}
@media screen and (max-width: 767px) {
  .reviews__icon {
    left: 0;
  }
}
.reviews__description {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  max-width: 770px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .reviews__description {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
.reviews .swiper-container {
  border-radius: 8px;
  padding-bottom: 30px;
}
.reviews__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews .swiper-button-prev,
.reviews .swiper-button-next {
  background-color: transparent;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(0,85,255,0.5);
  display: block;
  margin: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  border-radius: 50%;
  margin: 0 21px;
  position: relative;
  outline: none;
  -webkit-transition: border 0.2s ease, opacity 0.2s ease;
  -o-transition: border 0.2s ease, opacity 0.2s ease;
  transition: border 0.2s ease, opacity 0.2s ease;
}
.reviews .swiper-button-prev:hover,
.reviews .swiper-button-next:hover {
  border-color: #05f;
}
.reviews .swiper-button-prev:after,
.reviews .swiper-button-next:after,
.reviews .swiper-button-prev:before,
.reviews .swiper-button-next:before {
  display: none;
}
.reviews .swiper-button-prev:before,
.reviews .swiper-button-next:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px 17px;
}
.reviews .swiper-button-prev:before {
  background-image: url("./assets/images/ico-arrow-slider-left.svg");
  background-position: 10px center;
}
.reviews .swiper-button-next:before {
  background-image: url("./assets/images/ico-arrow-slider-right.svg");
  background-position: 12px center;
}
.reviews__google-review {
  text-align: center;
  padding-top: 30px;
}
.reviews__google-review .br-widget a {
  font-size: 40px;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .reviews__google-review .br-widget a {
    font-size: 30px;
    line-height: 30px;
  }
}
.reviews__total-rate {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.reviews__total-rate-num {
  font-size: 48px;
  line-height: 52px;
  color: #05f;
  font-family: 'Ubuntu', sans-serif;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .reviews__total-rate-num {
    font-size: 34px;
    line-height: 40px;
  }
}
.reviews__total-rate-text {
  font-size: 24px;
  line-height: 28px;
  color: #6d859e;
}
@media screen and (max-width: 767px) {
  .reviews__total-rate-text {
    font-size: 20px;
    line-height: 24px;
  }
}
.reviews__google-icon img {
  margin: 0 auto;
}
.reviews__background {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background-size: 1920px auto;
  pointer-events: none;
  top: auto;
  bottom: 100%;
  background-image: url("./assets/images/bg-advantages-2.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 365px;
  z-index: 6;
}
@media screen and (min-width: 1921px) {
  .reviews__background {
    background: none;
    height: auto;
  }
}
.reviews__background img {
  display: none;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 1921px) {
  .reviews__background img {
    display: block;
  }
}
.reviewsCard {
  padding: 20px 25px;
  background: #f2f9fc;
  border-radius: 8px;
  max-width: 370px;
  margin: 0 auto;
  min-height: 390px;
  padding-bottom: 60px;
  position: relative;
}
.reviewsCard__user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.reviewsCard__photo {
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.reviewsCard__photo img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviewsCard__info {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.reviewsCard__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.reviewsCard__date {
  font-size: 14px;
  line-height: 18px;
  color: #6d859e;
}
.reviewsCard__title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .reviewsCard__title {
    font-size: 20px;
    line-height: 24px;
  }
}
.reviewsCard__text {
  font-size: 18px;
  line-height: 26px;
  color: #6d859e;
}
@media screen and (max-width: 767px) {
  .reviewsCard__text {
    font-size: 14px;
    line-height: 20px;
  }
}
.reviewsCard__rate {
  position: absolute;
  bottom: 17px;
  left: 0;
  padding: 0 25px;
  font-size: 32px;
  line-height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Ubuntu', sans-serif;
}
@media screen and (max-width: 767px) {
  .reviewsCard__rate {
    font-size: 24px;
    line-height: 30px;
  }
}
.reviewsCard__rate .rate {
  padding-top: 2px;
  margin-left: 10px;
}
.rewards {
  padding: 150px 0 170px;
  position: relative;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .rewards {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .rewards {
    padding: 60px 0;
    text-align: center;
  }
}
.rewards__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 3;
}
.rewards__phone {
  margin-left: 70px;
}
.rewards__text {
  margin-left: auto;
  width: 100%;
  max-width: 670px;
  position: relative;
  z-index: 6;
}
@media screen and (max-width: 1100px) {
  .rewards__text {
    max-width: 600px;
  }
}
@media screen and (max-width: 1023px) {
  .rewards__text {
    max-width: 100%;
  }
}
.rewardsCards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.rewardsCards__item {
  width: calc(25% - 20px);
  min-width: calc(25% - 20px);
  max-width: calc(25% - 20px);
  height: 90px;
  margin: 0 10px 20px;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f2f9fc;
  border-radius: 6px;
  position: relative;
  border: 1px solid #f2f9fc;
  -webkit-transition: background 0.2s ease, border 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, -webkit-box-shadow 0.2s ease;
  -o-transition: background 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
  transition: background 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
  transition: background 0.2s ease, box-shadow 0.2s ease, border 0.2s ease, -webkit-box-shadow 0.2s ease;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .rewardsCards__item {
    width: calc(25% - 20px);
    min-width: calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .rewardsCards__item {
    width: calc(50% - 20px);
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
.rewardsCards__item img {
  display: block;
  max-width: 100%;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: opacity 0.2s ease, -webkit-filter 0.2s ease;
  transition: opacity 0.2s ease, -webkit-filter 0.2s ease;
  -o-transition: opacity 0.2s ease, filter 0.2s ease;
  transition: opacity 0.2s ease, filter 0.2s ease;
  transition: opacity 0.2s ease, filter 0.2s ease, -webkit-filter 0.2s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.rewardsCards__item:hover,
.rewardsCards__item.active {
  background: #fff;
  border: 1px solid #eef2f9;
  -webkit-box-shadow: 0 10px 20px -8px rgba(0,125,239,0.1);
          box-shadow: 0 10px 20px -8px rgba(0,125,239,0.1);
}
.rewardsCards__item:hover img,
.rewardsCards__item.active img {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.rewardsCards__item:hover .rewardsCards__tooltip,
.rewardsCards__item.active .rewardsCards__tooltip {
  opacity: 1;
  visibility: visible;
}
.rewardsCards__tooltip {
  display: none;
  background: #fff;
  padding: 15px 25px;
}
.rewardsCards__tooltip-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #333;
  margin-bottom: 10px;
}
.rewardsCards__tooltip-description {
  font-size: 16px;
  line-height: 22px;
  color: #6d859e;
  margin-bottom: 10px;
}
.rewardsCards__tooltip-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.tooltipster-content .rewardsCards__tooltip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .tooltipster-content .rewardsCards__tooltip {
    display: block;
  }
}
.tooltipster-box {
  -webkit-box-shadow: 0 18px 22px 0 rgba(0,51,170,0.25) !important;
          box-shadow: 0 18px 22px 0 rgba(0,51,170,0.25) !important;
  border-radius: 8px !important;
  border: 1px solid #f2f9fc;
}
@media screen and (max-width: 710px) {
  .tooltipster-base {
    max-width: calc(100% - 30px) !important;
    left: 15px !important;
    right: 15px !important;
  }
}
.rewardsCards2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.rewardsCards2__item {
  width: calc(16.66% - 20px);
  min-width: calc(16.66% - 20px);
  max-width: calc(16.66% - 20px);
  height: 90px;
  margin: 0 10px 20px;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f2f9fc;
  border-radius: 6px;
  position: relative;
  border: 1px solid #f2f9fc;
  -webkit-transition: background 0.2s ease, border 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, -webkit-box-shadow 0.2s ease;
  -o-transition: background 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
  transition: background 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
  transition: background 0.2s ease, box-shadow 0.2s ease, border 0.2s ease, -webkit-box-shadow 0.2s ease;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .rewardsCards2__item {
    width: calc(25% - 20px);
    min-width: calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .rewardsCards2__item {
    width: calc(50% - 20px);
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
.rewardsCards2__item img {
  display: block;
  max-width: 100%;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: opacity 0.2s ease, -webkit-filter 0.2s ease;
  transition: opacity 0.2s ease, -webkit-filter 0.2s ease;
  -o-transition: opacity 0.2s ease, filter 0.2s ease;
  transition: opacity 0.2s ease, filter 0.2s ease;
  transition: opacity 0.2s ease, filter 0.2s ease, -webkit-filter 0.2s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.rewardsCards2__item:hover,
.rewardsCards2__item.active {
  background: #fff;
  border: 1px solid #eef2f9;
  -webkit-box-shadow: 0 10px 20px -8px rgba(0,125,239,0.1);
          box-shadow: 0 10px 20px -8px rgba(0,125,239,0.1);
}
.rewardsCards2__item:hover img,
.rewardsCards2__item.active img {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.rewardsCards2__item:hover .rewardsCards2__tooltip,
.rewardsCards2__item.active .rewardsCards2__tooltip {
  opacity: 1;
  visibility: visible;
}
.rewardsCards2__tooltip {
  display: none;
  background: #fff;
  padding: 15px 25px;
}
.rewardsCards2__tooltip-logo {
  min-width: 160px;
  max-width: 160px;
  height: 130px;
  margin-right: 30px;
}
.rewardsCards2__tooltip-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .rewardsCards2__tooltip-logo {
    display: none;
  }
}
.rewardsCards2__tooltip-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: #05f;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .rewardsCards2__tooltip-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.rewardsCards2__tooltip-description {
  font-size: 16px;
  line-height: 22px;
  color: #6d859e;
  margin-bottom: 10px;
}
.rewardsCards2__tooltip-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.tooltipster-content .rewardsCards2__tooltip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .tooltipster-content .rewardsCards2__tooltip {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .tooltipster-base {
    max-width: calc(100% - 30px) !important;
    left: 30px !important;
    right: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .tooltipster-base {
    max-width: calc(100% - 30px) !important;
    left: 15px !important;
    right: 15px !important;
  }
}
.tooltipster-box {
  -webkit-box-shadow: 0 18px 22px 0 rgba(0,51,170,0.25) !important;
          box-shadow: 0 18px 22px 0 rgba(0,51,170,0.25) !important;
  border-radius: 8px !important;
  border: 1px solid #f2f9fc;
}
.search {
  position: relative;
  max-width: 770px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .search {
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 20px;
  }
}
.search__input-wrapper {
  position: relative;
}
.search__input-wrapper:before {
  content: '';
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  left: 17px;
  top: 13px;
  background-image: url("./assets/images/ico-search.svg");
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .search__input-wrapper:before {
    background-size: contain;
    width: 20px;
    height: 20px;
    left: 10px;
    top: 10px;
  }
}
.search__input {
  width: 100%;
  height: 52px;
  padding-left: 66px;
  padding-right: 180px;
  font-size: 18px;
  line-height: 24px;
  color: #6d859e;
  background: #fff;
  border: 0;
  border-radius: 6px;
  -webkit-box-shadow: 0 10px 15px -4px rgba(0,51,170,0.1);
          box-shadow: 0 10px 15px -4px rgba(0,51,170,0.1);
  outline: none;
  -webkit-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  transition: border 0.2s ease;
}
@media screen and (max-width: 767px) {
  .search__input {
    padding-left: 40px;
    padding-right: 15px;
    font-size: 16px;
    height: 40px;
    border-bottom: 1px solid rgba(0,51,170,0.25);
    margin-bottom: 10px;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .search__input:focus {
    border-bottom: 1px solid #05f;
  }
}
.search__submit {
  position: absolute;
  right: 2px;
  top: 2px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding-top: 13px;
  padding-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .search__submit {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }
}
.select {
  display: block;
  width: 100%;
  height: 56px;
  background: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  padding: 10px 20px;
  color: #05f;
  padding-right: 45px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("./assets/images/ico-arrow-select.svg");
  background-position: calc(100% - 24px) 26px;
  background-repeat: no-repeat;
  outline: none;
  cursor: pointer;
  border-bottom: 1px solid rgba(109,133,158,0.7);
  -webkit-transition: background-color 0.2s ease, border 0.2s ease;
  -o-transition: background-color 0.2s ease, border 0.2s ease;
  transition: background-color 0.2s ease, border 0.2s ease;
}
.select:hover,
.select:focus {
  border-bottom: 1px solid #05f;
}
.team {
  padding: 93px 0;
  background: #fff;
  padding-bottom: 519px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .team {
    padding-bottom: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .team {
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 767px) {
  .team {
    padding-bottom: 220px;
  }
  .team .blockTitle {
    text-align: center !important;
  }
}
.team .container {
  position: relative;
  z-index: 3;
}
.team__wrapper {
  position: absolute !important;
  height: 700px;
  width: 100%;
  left: 0;
  top: 144px;
  opacity: 1 !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  visibility: visible !important;
}
.team__wrapper svg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.team__wrapper.animate--init .team__photo,
.team__wrapper.animate--init .team__circle {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1400px) {
  .team__wrapper {
    height: 470px;
    top: 200px;
  }
  .team__wrapper svg {
    width: 1400px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .team__wrapper {
    top: auto;
    bottom: 0;
    height: 240px;
  }
  .team__wrapper svg {
    width: 700px;
  }
}
.team__photo,
.team__circle {
  visibility: hidden;
  opacity: 0;
}
.team .team__photo:nth-child(1),
.team .team__circle:nth-child(1) {
  -webkit-transition: opacity 0.5s 0.2s, visibility 0.5s 0.2s;
  -o-transition: opacity 0.5s 0.2s, visibility 0.5s 0.2s;
  transition: opacity 0.5s 0.2s, visibility 0.5s 0.2s;
}
.team .team__photo:nth-child(2),
.team .team__circle:nth-child(2) {
  -webkit-transition: opacity 0.5s 0.4s, visibility 0.5s 0.4s;
  -o-transition: opacity 0.5s 0.4s, visibility 0.5s 0.4s;
  transition: opacity 0.5s 0.4s, visibility 0.5s 0.4s;
}
.team .team__photo:nth-child(3),
.team .team__circle:nth-child(3) {
  -webkit-transition: opacity 0.5s 0.6s, visibility 0.5s 0.6s;
  -o-transition: opacity 0.5s 0.6s, visibility 0.5s 0.6s;
  transition: opacity 0.5s 0.6s, visibility 0.5s 0.6s;
}
.team .team__photo:nth-child(4),
.team .team__circle:nth-child(4) {
  -webkit-transition: opacity 0.5s 0.8s, visibility 0.5s 0.8s;
  -o-transition: opacity 0.5s 0.8s, visibility 0.5s 0.8s;
  transition: opacity 0.5s 0.8s, visibility 0.5s 0.8s;
}
.team .team__photo:nth-child(5),
.team .team__circle:nth-child(5) {
  -webkit-transition: opacity 0.5s 1s, visibility 0.5s 1s;
  -o-transition: opacity 0.5s 1s, visibility 0.5s 1s;
  transition: opacity 0.5s 1s, visibility 0.5s 1s;
}
.team .team__photo:nth-child(6),
.team .team__circle:nth-child(6) {
  -webkit-transition: opacity 0.5s 1.2s, visibility 0.5s 1.2s;
  -o-transition: opacity 0.5s 1.2s, visibility 0.5s 1.2s;
  transition: opacity 0.5s 1.2s, visibility 0.5s 1.2s;
}
.team .team__photo:nth-child(7),
.team .team__circle:nth-child(7) {
  -webkit-transition: opacity 0.5s 1.4s, visibility 0.5s 1.4s;
  -o-transition: opacity 0.5s 1.4s, visibility 0.5s 1.4s;
  transition: opacity 0.5s 1.4s, visibility 0.5s 1.4s;
}
.team .team__photo:nth-child(8),
.team .team__circle:nth-child(8) {
  -webkit-transition: opacity 0.5s 1.6s, visibility 0.5s 1.6s;
  -o-transition: opacity 0.5s 1.6s, visibility 0.5s 1.6s;
  transition: opacity 0.5s 1.6s, visibility 0.5s 1.6s;
}
.team .team__photo:nth-child(9),
.team .team__circle:nth-child(9) {
  -webkit-transition: opacity 0.5s 1.8s, visibility 0.5s 1.8s;
  -o-transition: opacity 0.5s 1.8s, visibility 0.5s 1.8s;
  transition: opacity 0.5s 1.8s, visibility 0.5s 1.8s;
}
.team .team__photo:nth-child(10),
.team .team__circle:nth-child(10) {
  -webkit-transition: opacity 0.5s 2s, visibility 0.5s 2s;
  -o-transition: opacity 0.5s 2s, visibility 0.5s 2s;
  transition: opacity 0.5s 2s, visibility 0.5s 2s;
}
.team .team__photo:nth-child(11),
.team .team__circle:nth-child(11) {
  -webkit-transition: opacity 0.5s 2.2s, visibility 0.5s 2.2s;
  -o-transition: opacity 0.5s 2.2s, visibility 0.5s 2.2s;
  transition: opacity 0.5s 2.2s, visibility 0.5s 2.2s;
}
.team .team__photo:nth-child(12),
.team .team__circle:nth-child(12) {
  -webkit-transition: opacity 0.5s 2.4s, visibility 0.5s 2.4s;
  -o-transition: opacity 0.5s 2.4s, visibility 0.5s 2.4s;
  transition: opacity 0.5s 2.4s, visibility 0.5s 2.4s;
}
.team .team__photo:nth-child(13),
.team .team__circle:nth-child(13) {
  -webkit-transition: opacity 0.5s 2.6s, visibility 0.5s 2.6s;
  -o-transition: opacity 0.5s 2.6s, visibility 0.5s 2.6s;
  transition: opacity 0.5s 2.6s, visibility 0.5s 2.6s;
}
.team .team__photo:nth-child(14),
.team .team__circle:nth-child(14) {
  -webkit-transition: opacity 0.5s 2.8s, visibility 0.5s 2.8s;
  -o-transition: opacity 0.5s 2.8s, visibility 0.5s 2.8s;
  transition: opacity 0.5s 2.8s, visibility 0.5s 2.8s;
}
.team .team__photo:nth-child(15),
.team .team__circle:nth-child(15) {
  -webkit-transition: opacity 0.5s 3s, visibility 0.5s 3s;
  -o-transition: opacity 0.5s 3s, visibility 0.5s 3s;
  transition: opacity 0.5s 3s, visibility 0.5s 3s;
}
.vacancy {
  padding: 0 0 30px;
}
@media screen and (max-width: 1023px) {
  .vacancy {
    padding-top: 40px;
  }
}
.vacancy__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 18px;
  margin-left: -15px;
  margin-right: -15px;
}
.vacancy__info-col {
  padding: 0 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 1023px) {
  .vacancy__info-col {
    min-width: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .vacancy__info-col {
    max-width: 100%;
    min-width: auto;
  }
}
.vacancy__info-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #00dcbe;
  margin-bottom: 6px;
}
.vacancy__info-text {
  font-weight: 700;
  color: #05f;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .vacancy__info-text {
    font-size: 16px;
    line-height: 20px;
  }
}
.vacancy__intro {
  padding-top: 50px;
  border-top: 1px solid rgba(179,192,205,0.5);
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .vacancy__intro {
    padding-top: 30px;
    font-size: 18px;
    line-height: 22px;
  }
}
.vacancy__description {
  padding-bottom: 30px;
}

table.wp-block-table, th, td {
  border:1px solid black;
  border-collapse: collapse;
  margin-bottom: .5em;
}
td{
  padding:.5em;
}
.jobs__empty {
  background: #f8f9fc;
  padding: 35px;
  font-weight: 700;
  text-align: left;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 60px;
  color: #6d859e;
}

.jobs__empty .container {
  max-width: 1170px
}

@media screen and (max-width:767px) {
  .jobs__empty {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  iframe{
     max-width: 100% !important;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}

button.swiper-button-next, button.swiper-button-prev{
  background-image: none;
}


.post__image img{
  width: 100%;
  height: 100%;
  margin-bottom: 20px !important;
}

.featured_caption{
  text-align: center;
  font-style: italic;
  font-size: 16px;
  margin-bottom: 20px !important;
}

.mt-20{
  margin-top: 20px !important
}

.jus-center {
  justify-content: center;
}