@charset "UTF-8";
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

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

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

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

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * Remove the default vertical scrollbar in IE.
 */
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; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

@font-face {
  font-family: 'tt_norms';
  src: url("../fonts/tt_norms_pro_regular-webfont.woff2") format("woff2"), url("../fonts/tt_norms_pro_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'tt_norms';
  src: url("../fonts/tt_norms_pro_medium-webfont.woff2") format("woff2"), url("../fonts/tt_norms_pro_medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'tt_norms';
  src: url("../fonts/tt_norms_pro_bold-webfont.woff2") format("woff2"), url("../fonts/tt_norms_pro_bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

/*экран 1920px*/
/*экран 1680 - 1366px*/
/*экран 1366px*/
/*экран 1024px*/
/*экран 768px*/
/*экран 375px*/
/*экран 320px*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

html,
body {
  min-width: 320px;
  background: #fff;
  color: #000000;
  font-size: 14px;
  line-height: normal;
  font-family: "tt_norms", Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

.inside-wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 2203px; }
  @media (max-width: 2203px) {
    .inside-wrapper {
      max-width: 1648px; } }
  @media (max-width: 1682px) {
    .inside-wrapper {
      max-width: 1178px; } }
  @media (max-width: 1178px) {
    .inside-wrapper {
      max-width: 900px; } }
  @media (max-width: 900px) {
    .inside-wrapper {
      max-width: 680px; } }

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0 99px;
  height: 128px;
  font-weight: 500;
  font-size: 34px;
  line-height: 1;
  color: #FFFFFF;
  text-decoration: none;
  background: #0A49E8;
  border-radius: 100px;
  -webkit-box-shadow: 5px 5px 40px rgba(21, 87, 253, 0.2), inset 1px 2px 0px rgba(255, 255, 255, 0.25);
          box-shadow: 5px 5px 40px rgba(21, 87, 253, 0.2), inset 1px 2px 0px rgba(255, 255, 255, 0.25);
  -webkit-transition: background .3s;
  transition: background .3s; }
  .button:hover {
    background: #2663FF; }
  @media (max-width: 2203px) {
    .button {
      height: 96px;
      padding: 0 64px;
      font-size: 28px; } }
  @media (max-width: 1682px) {
    .button {
      height: 68px;
      padding: 0 45px;
      font-size: 20px; } }
  @media (max-width: 1178px) {
    .button {
      height: 50px;
      padding: 0 38px;
      font-size: 14px; } }
  @media (max-width: 900px) {
    .button {
      height: 38px;
      padding: 0 26px;
      font-size: 11px; } }
  @media (max-width: 560px) {
    .button {
      height: 60px;
      padding: 0 30px;
      font-size: 17px; } }

.main {
  position: relative;
  height: 1382px;
  background: #000000;
  color: #fff;
  overflow: hidden; }
  @media (max-width: 2203px) {
    .main {
      height: 1035px; } }
  @media (max-width: 1682px) {
    .main {
      height: 740px; } }
  @media (max-width: 1178px) {
    .main {
      height: 554px; } }
  @media (max-width: 900px) {
    .main {
      height: 413px; } }
  @media (max-width: 560px) {
    .main {
      height: auto; } }
  .main .inside-wrapper {
    padding: 154px 198px 0;
    height: 100%; }
    @media (max-width: 2203px) {
      .main .inside-wrapper {
        padding: 139px 147px 0; } }
    @media (max-width: 1682px) {
      .main .inside-wrapper {
        padding: 100px 109px 0; } }
    @media (max-width: 1178px) {
      .main .inside-wrapper {
        padding: 74px 90px 0; } }
    @media (max-width: 900px) {
      .main .inside-wrapper {
        padding: 53px 68px 0; } }
    @media (max-width: 560px) {
      .main .inside-wrapper {
        padding: 33px 25px 57px; } }

.main-logo {
  margin-bottom: 225px;
  margin-left: 5px;
  width: 243px;
  height: 57px; }
  @media (max-width: 2203px) {
    .main-logo {
      width: 182px;
      height: 43px;
      margin-bottom: 140px;
      margin-left: 0; } }
  @media (max-width: 1682px) {
    .main-logo {
      width: 129px;
      margin-bottom: 100px;
      height: 30px; } }
  @media (max-width: 1178px) {
    .main-logo {
      width: 98px;
      height: 23px;
      margin-bottom: 76px; } }
  @media (max-width: 900px) {
    .main-logo {
      width: 73px;
      height: 18px;
      margin-bottom: 56px; } }
  @media (max-width: 560px) {
    .main-logo {
      width: 135px;
      height: 30px;
      margin-bottom: 0; } }

.main-title {
  font-size: 105px;
  line-height: 112px;
  font-weight: 500;
  margin-left: 5px;
  margin-bottom: 72px; }
  @media (max-width: 2203px) {
    .main-title {
      font-size: 79px;
      line-height: 84px;
      margin-bottom: 60px;
      margin-left: 0; } }
  @media (max-width: 1682px) {
    .main-title {
      font-size: 56px;
      line-height: 60px;
      margin-bottom: 40px; } }
  @media (max-width: 1178px) {
    .main-title {
      font-size: 42px;
      line-height: 45px;
      margin-bottom: 26px; } }
  @media (max-width: 900px) {
    .main-title {
      font-size: 32px;
      line-height: 32px;
      margin-bottom: 24px; } }
  @media (max-width: 560px) {
    .main-title {
      font-size: 36px;
      line-height: 40px;
      margin-bottom: 20px; } }

.main-text {
  font-weight: 500;
  font-size: 34px;
  line-height: 46px;
  opacity: .6;
  margin-left: 5px;
  margin-bottom: 105px; }
  @media (max-width: 2203px) {
    .main-text {
      font-size: 25px;
      line-height: 34px;
      margin-bottom: 77px; } }
  @media (max-width: 1682px) {
    .main-text {
      font-size: 18px;
      line-height: 25px;
      margin-bottom: 53px; } }
  @media (max-width: 1178px) {
    .main-text {
      font-size: 14px;
      line-height: 19px;
      margin-bottom: 40px; } }
  @media (max-width: 900px) {
    .main-text {
      font-size: 10px;
      line-height: 14px;
      margin-bottom: 31px; } }
  @media (max-width: 560px) {
    .main-text {
      font-size: 15px;
      line-height: 21px;
      margin-bottom: 32px; } }

.main-blur {
  position: absolute;
  background: url("../img/blur1.png");
  background-size: 100%;
  opacity: .6;
  width: 2819px;
  height: 2819px;
  left: 30%;
  top: 0;
  -webkit-transform: translateY(-65%);
          transform: translateY(-65%); }
  @media (max-width: 2203px) {
    .main-blur {
      width: 1908px;
      height: 1908px; } }
  @media (max-width: 1682px) {
    .main-blur {
      width: 1612px;
      height: 1612px; } }
  @media (max-width: 1178px) {
    .main-blur {
      width: 1280px;
      height: 1280px; } }
  @media (max-width: 900px) {
    .main-blur {
      width: 1032px;
      height: 1032px; } }
  @media (max-width: 560px) {
    .main-blur {
      display: none; } }

.main-arrow {
  position: absolute;
  bottom: 8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  opacity: .5;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }
  .main-arrow:hover {
    opacity: 1; }
  .main-arrow svg {
    width: 70px;
    height: 40px; }
    @media (max-width: 2203px) {
      .main-arrow svg {
        width: 50px;
        height: 29px; } }
    @media (max-width: 1682px) {
      .main-arrow svg {
        width: 26px;
        height: 15px; } }
    @media (max-width: 1178px) {
      .main-arrow svg {
        width: 16px;
        height: 10px; } }
    @media (max-width: 560px) {
      .main-arrow svg {
        display: none; } }

.main-iframe-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 10%;
  width: 50%;
  z-index: 10;
  overflow: hidden; }
  @media (max-width: 1178px) {
    .main-iframe-wrapper {
      bottom: 5%; } }
  @media (max-width: 560px) {
    .main-iframe-wrapper {
      position: static;
      width: 100%;
      height: 90vw;
      margin-top: -28px; } }

.main-iframe {
  border: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.content {
  padding-top: 100px;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(155.49deg, #FFFFFF 14.77%, #EAEBEF 105.77%); }
  @media (max-width: 2203px) {
    .content {
      padding-top: 78px; } }
  @media (max-width: 1682px) {
    .content {
      padding-top: 50px; } }
  @media (max-width: 1178px) {
    .content {
      padding-top: 38px; } }
  @media (max-width: 900px) {
    .content {
      padding-top: 29px; } }
  @media (max-width: 560px) {
    .content {
      padding-top: 35px; } }

.content-over {
  position: relative;
  z-index: 10; }

.content-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 62px; }
  @media (max-width: 2203px) {
    .content-tabs {
      margin-bottom: 46px; } }
  @media (max-width: 1682px) {
    .content-tabs {
      margin-bottom: 34px; } }
  @media (max-width: 1178px) {
    .content-tabs {
      margin-bottom: 25px; } }
  @media (max-width: 900px) {
    .content-tabs {
      margin-bottom: 18px; } }
  @media (max-width: 560px) {
    .content-tabs {
      display: none; } }

.content-tabs-item {
  position: relative;
  height: 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  border-radius: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  font-size: 34px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  background: transparent;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .content-tabs-item + .content-tabs-item {
    margin-left: 35px; }
  .content-tabs-item:hover {
    color: #000000; }
    .content-tabs-item:hover .content-tabs-item-soon {
      opacity: 1; }
  .content-tabs-item.active {
    color: #000000;
    background: #F2F2F2; }
    .content-tabs-item.active .content-tabs-item-soon {
      opacity: 1; }
  @media (max-width: 2203px) {
    .content-tabs-item {
      font-size: 25px;
      line-height: 23px;
      padding: 0 36px;
      height: 84px; }
      .content-tabs-item + .content-tabs-item {
        margin-left: 20px; } }
  @media (max-width: 1682px) {
    .content-tabs-item {
      font-size: 18px;
      line-height: 16px;
      padding: 0 25px;
      height: 60px; }
      .content-tabs-item + .content-tabs-item {
        margin-left: 13px; } }
  @media (max-width: 1178px) {
    .content-tabs-item {
      font-size: 14px;
      line-height: 12px;
      padding: 0 17px;
      height: 45px; }
      .content-tabs-item + .content-tabs-item {
        margin-left: 10px; } }
  @media (max-width: 900px) {
    .content-tabs-item {
      font-size: 10px;
      line-height: 8px;
      padding: 0 15px;
      height: 34px; }
      .content-tabs-item + .content-tabs-item {
        margin-left: 7px; } }
  @media (max-width: 560px) {
    .content-tabs-item {
      font-size: 15px;
      line-height: 30px;
      padding: 0 36px;
      height: 60px; }
      .content-tabs-item + .content-tabs-item {
        margin-left: 0; } }
  .content-tabs-item_mobile {
    display: none; }
    @media (max-width: 560px) {
      .content-tabs-item_mobile {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-bottom: 29px; } }

.content-tabs-item-mobile-padding {
  padding: 0;
  width: 25px;
  display: none; }
  @media (max-width: 560px) {
    .content-tabs-item-mobile-padding {
      display: block; } }

.content-tabs-item-soon {
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#0042ED), to(#1456FF));
  background: linear-gradient(180deg, #0042ED 0%, #1456FF 100%);
  -webkit-box-shadow: 0 5px 20px rgba(21, 87, 253, 0.2);
          box-shadow: 0 5px 20px rgba(21, 87, 253, 0.2);
  border-radius: 100px;
  font-weight: 500;
  font-size: 12px;
  line-height: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 11px;
  height: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: -13px;
  right: -15px;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform: scale(1.5);
          transform: scale(1.5); }
  @media (max-width: 2203px) {
    .content-tabs-item-soon {
      -webkit-transform: scale(1);
              transform: scale(1); } }
  @media (max-width: 1682px) {
    .content-tabs-item-soon {
      -webkit-transform: scale(1);
              transform: scale(1); } }
  @media (max-width: 1178px) {
    .content-tabs-item-soon {
      -webkit-transform: scale(0.8);
              transform: scale(0.8); } }
  @media (max-width: 900px) {
    .content-tabs-item-soon {
      -webkit-transform: scale(0.6);
              transform: scale(0.6);
      right: -20px; } }
  @media (max-width: 560px) {
    .content-tabs-item-soon {
      -webkit-transform: scale(1);
              transform: scale(1);
      right: -15px; } }

.content-text {
  margin: 0 auto;
  text-align: center;
  color: #000000;
  line-height: 51px;
  font-size: 34px;
  max-width: 1104px; }
  @media (max-width: 2203px) {
    .content-text {
      font-size: 25px;
      line-height: 38px;
      max-width: 1140px; } }
  @media (max-width: 1682px) {
    .content-text {
      font-size: 18px;
      line-height: 27px;
      max-width: 610px; } }
  @media (max-width: 1178px) {
    .content-text {
      font-size: 14px;
      line-height: 20px;
      max-width: 480px; } }
  @media (max-width: 900px) {
    .content-text {
      font-size: 10px;
      line-height: 15px;
      max-width: 340px; } }
  @media (max-width: 560px) {
    .content-text {
      font-size: 15px;
      line-height: 24px;
      max-width: 335px; } }
  @media (max-width: 374px) {
    .content-text {
      max-width: 280px; } }

.tab {
  display: none;
  margin-bottom: 54px;
  outline: none; }
  .tab.active {
    display: block; }
  @media (max-width: 2203px) {
    .tab {
      margin-bottom: 30px; } }
  @media (max-width: 1682px) {
    .tab {
      margin-bottom: 23px; } }
  @media (max-width: 1178px) {
    .tab {
      margin-bottom: 25px; } }
  @media (max-width: 900px) {
    .tab {
      margin-bottom: 13px; } }
  @media (max-width: 560px) {
    .tab {
      margin-bottom: 20px;
      padding-top: 15px; } }

.iframe {
  border: none;
  width: 1644px;
  height: 1135px; }
  @media (max-width: 2203px) {
    .iframe {
      width: 1230px;
      height: 865px; } }
  @media (max-width: 1682px) {
    .iframe {
      width: 868px;
      height: 613px; } }
  @media (max-width: 1178px) {
    .iframe {
      width: 660px;
      height: 453px; } }
  @media (max-width: 900px) {
    .iframe {
      width: 490px;
      height: 345px; } }
  @media (max-width: 560px) {
    .iframe {
      width: 87vw;
      height: 74vw; } }

.figure1 {
  position: absolute;
  left: 50%;
  top: -38px;
  margin-left: 914px;
  height: 695px;
  width: 695px; }
  @media (max-width: 2203px) {
    .figure1 {
      top: -25px;
      margin-left: 681px;
      height: 518px;
      width: 518px; } }
  @media (max-width: 1682px) {
    .figure1 {
      top: -13px;
      margin-left: 631px;
      height: 364px;
      width: 364px; } }
  @media (max-width: 1460px) {
    .figure1 {
      top: -13px;
      margin-left: 491px;
      height: 364px;
      width: 364px; } }
  @media (max-width: 1178px) {
    .figure1 {
      top: -13px;
      margin-left: 364px;
      height: 276px;
      width: 276px; } }
  @media (max-width: 900px) {
    .figure1 {
      top: -8px;
      margin-left: 272px;
      height: 207px;
      width: 207px; } }
  @media (max-width: 560px) {
    .figure1 {
      display: none; } }

.figure2 {
  position: absolute;
  right: 50%;
  top: 614px;
  margin-right: 574px;
  height: 1180px;
  width: 1180px; }
  @media (max-width: 2203px) {
    .figure2 {
      top: 457px;
      margin-right: 430px;
      height: 880px;
      width: 880px; } }
  @media (max-width: 1682px) {
    .figure2 {
      top: 330px;
      margin-right: 390px;
      height: 627px;
      width: 627px; } }
  @media (max-width: 1460px) {
    .figure2 {
      top: 330px;
      margin-right: 300px;
      height: 627px;
      width: 627px; } }
  @media (max-width: 1178px) {
    .figure2 {
      top: 245px;
      margin-right: 227px;
      height: 470px;
      width: 470px; } }
  @media (max-width: 900px) {
    .figure2 {
      top: 185px;
      margin-right: 170px;
      height: 352px;
      width: 352px; } }
  @media (max-width: 560px) {
    .figure2 {
      top: 298px;
      margin-right: 110px;
      height: 142px;
      width: 142px; } }

.figure3 {
  position: absolute;
  left: 50%;
  top: 1645px;
  margin-left: -484px;
  height: 536px;
  width: 1132px; }
  @media (max-width: 2203px) {
    .figure3 {
      top: 1231px;
      margin-left: -361px;
      height: 398px;
      width: 842px; } }
  @media (max-width: 1682px) {
    .figure3 {
      top: 875px;
      margin-left: -257px;
      height: 287px;
      width: 607px; } }
  @media (max-width: 1178px) {
    .figure3 {
      top: 658px;
      margin-left: -191px;
      height: 212px;
      width: 448px; } }
  @media (max-width: 900px) {
    .figure3 {
      top: 494px;
      margin-left: -145px;
      height: 159px;
      width: 336px; } }
  @media (max-width: 560px) {
    .figure3 {
      top: 425px;
      margin-left: -51px;
      height: 130px;
      width: 275px; } }

.figure4 {
  position: absolute;
  left: 50%;
  top: 1345px;
  margin-left: 850px;
  height: 691px;
  width: 691px; }
  @media (max-width: 2203px) {
    .figure4 {
      top: 1004px;
      margin-left: 637px;
      height: 519px;
      width: 519px; } }
  @media (max-width: 1682px) {
    .figure4 {
      top: 719px;
      margin-left: 573px;
      height: 369px;
      width: 369px; } }
  @media (max-width: 1460px) {
    .figure4 {
      top: 719px;
      margin-left: 453px;
      height: 369px;
      width: 369px; } }
  @media (max-width: 1178px) {
    .figure4 {
      top: 536px;
      margin-left: 340px;
      height: 275px;
      width: 275px; } }
  @media (max-width: 900px) {
    .figure4 {
      top: 403px;
      margin-left: 255px;
      height: 206px;
      width: 206px; } }
  @media (max-width: 560px) {
    .figure4 {
      top: 160px;
      margin-left: 90px;
      height: 127px;
      width: 127px; } }

.footer {
  position: relative;
  z-index: 10;
  padding: 425px 28px 0 60px;
  text-align: left; }
  @media (max-width: 2203px) {
    .footer {
      padding: 317px 20px 0 40px; } }
  @media (max-width: 1682px) {
    .footer {
      padding: 229px 15px 0 35px; } }
  @media (max-width: 1178px) {
    .footer {
      padding: 170px 20px 0 35px; } }
  @media (max-width: 900px) {
    .footer {
      padding: 129px 18px 0 28px; } }
  @media (max-width: 560px) {
    .footer {
      padding: 59px 15px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.footer-title {
  font-weight: 500;
  font-size: 56px;
  line-height: 78px;
  color: #000000;
  margin-bottom: 56px; }
  @media (max-width: 2203px) {
    .footer-title {
      font-size: 43px;
      line-height: 57px;
      margin-bottom: 45px; } }
  @media (max-width: 1682px) {
    .footer-title {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 30px; } }
  @media (max-width: 1178px) {
    .footer-title {
      font-size: 23px;
      line-height: 31px;
      margin-bottom: 23px; } }
  @media (max-width: 900px) {
    .footer-title {
      font-size: 17px;
      line-height: 21px;
      margin-bottom: 24px; } }
  @media (max-width: 560px) {
    .footer-title {
      text-align: center;
      font-size: 22px;
      line-height: 28px;
      margin-bottom: 35px;
      max-width: 315px; } }

.footer-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 560px) {
    .footer-icons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.footer-download {
  grid-column: span 2;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  @media (max-width: 560px) {
    .footer-download {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.footer-download-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.footer-download-item-img {
  height: 96px;
  width: 310px; }
  @media (max-width: 2203px) {
    .footer-download-item-img {
      height: 72px;
      width: 230px; } }
  @media (max-width: 1682px) {
    .footer-download-item-img {
      height: 52px;
      width: 166px; } }
  @media (max-width: 1178px) {
    .footer-download-item-img {
      height: 39px;
      width: 125px; } }
  @media (max-width: 900px) {
    .footer-download-item-img {
      height: 30px;
      width: 96px; } }
  @media (max-width: 560px) {
    .footer-download-item-img {
      height: 52px;
      width: 166px; } }
  @media (max-width: 390px) {
    .footer-download-item-img {
      height: 42px;
      width: 134px; } }

.footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 100px; }
  @media (max-width: 2203px) {
    .footer-socials {
      margin-left: 70px; } }
  @media (max-width: 1682px) {
    .footer-socials {
      margin-left: 52px; } }
  @media (max-width: 1178px) {
    .footer-socials {
      margin-left: 40px; } }
  @media (max-width: 900px) {
    .footer-socials {
      margin-left: 30px; } }
  @media (max-width: 560px) {
    .footer-socials {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: 0;
      margin-bottom: 46px; } }

.footer-socials-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .footer-socials-item + .footer-socials-item {
    margin-left: 51px; }
    @media (max-width: 2203px) {
      .footer-socials-item + .footer-socials-item {
        margin-left: 41px; } }
    @media (max-width: 1682px) {
      .footer-socials-item + .footer-socials-item {
        margin-left: 30px; } }
    @media (max-width: 1178px) {
      .footer-socials-item + .footer-socials-item {
        margin-left: 22px; } }
    @media (max-width: 900px) {
      .footer-socials-item + .footer-socials-item {
        margin-left: 15px; } }
    @media (max-width: 560px) {
      .footer-socials-item + .footer-socials-item {
        margin-left: 38px; } }
  .footer-socials-item svg {
    width: 48px; }
    @media (max-width: 2203px) {
      .footer-socials-item svg {
        width: 34px; } }
    @media (max-width: 1682px) {
      .footer-socials-item svg {
        width: 23px; } }
    @media (max-width: 1178px) {
      .footer-socials-item svg {
        width: 17px; } }
    @media (max-width: 900px) {
      .footer-socials-item svg {
        width: 14px; } }
    @media (max-width: 560px) {
      .footer-socials-item svg {
        width: 27px; } }

.footer-info {
  padding: 176px 0 124px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 2203px) {
    .footer-info {
      padding: 130px 0 100px; } }
  @media (max-width: 1682px) {
    .footer-info {
      padding: 93px 0 73px; } }
  @media (max-width: 1178px) {
    .footer-info {
      padding: 66px 0 53px; } }
  @media (max-width: 900px) {
    .footer-info {
      padding: 50px 0 48px; } }
  @media (max-width: 560px) {
    .footer-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      padding: 56px 0 43px; } }

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 560px) {
    .footer-links {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.footer-links-item {
  font-size: 34px;
  line-height: 30px;
  color: #000;
  opacity: .5;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  text-decoration: none; }
  .footer-links-item:hover {
    opacity: 1; }
  .footer-links-item + .footer-links-item {
    margin-left: 100px; }
  @media (max-width: 2203px) {
    .footer-links-item {
      font-size: 25px;
      line-height: 30px; }
      .footer-links-item + .footer-links-item {
        margin-left: 76px; } }
  @media (max-width: 1682px) {
    .footer-links-item {
      font-size: 18px;
      line-height: 23px; }
      .footer-links-item + .footer-links-item {
        margin-left: 51px; } }
  @media (max-width: 1178px) {
    .footer-links-item {
      font-size: 14px;
      line-height: 30px; }
      .footer-links-item + .footer-links-item {
        margin-left: 38px; } }
  @media (max-width: 900px) {
    .footer-links-item {
      font-size: 10px;
      line-height: 15px; }
      .footer-links-item + .footer-links-item {
        margin-left: 30px; } }
  @media (max-width: 560px) {
    .footer-links-item {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 17px; }
      .footer-links-item + .footer-links-item {
        margin-left: 0; } }

@media (max-width: 2203px) {
  .footer-logo {
    width: 130px; } }

@media (max-width: 1682px) {
  .footer-logo {
    width: 92px; } }

@media (max-width: 1178px) {
  .footer-logo {
    width: 71px; } }

@media (max-width: 900px) {
  .footer-logo {
    width: 52px; } }

@media (max-width: 560px) {
  .footer-logo {
    width: 89px;
    margin-bottom: 33px; } }

.slider-wrapper {
  position: relative; }

.slider-button {
  display: none; }
  @media (max-width: 560px) {
    .slider-button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      top: 15px;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      width: 48px;
      height: 60px;
      z-index: 2; } }
  .slider-button:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #aaa;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .slider-button_prev {
    left: 0; }
    .slider-button_prev:before {
      border-right: 0;
      border-bottom: 0;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .slider-button_next {
    right: 0; }
    .slider-button_next:before {
      border-left: 0;
      border-bottom: 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }

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