@import url(https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,200;8..144,300;8..144,400;8..144,500;8..144,600;8..144,700;8..144,800;8..144,900&display=swap);
/* ==========================================================================
Config
========================================================================== */

/* Normalize */

/*! 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 */
    min-height: 100%;
    -ms-touch-action: manipulation; /* Для Internet Explorer 10+ */
    touch-action: manipulation; /* Для других браузеров */
    -webkit-transform: translateZ(0); /* Для Safari */
   transform: scale(1);
   transform-origin: top left;
   width: 100%;  
}

/* Sections
========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  min-height: 100vh;
}
@supports (-webkit-touch-callout: none) {
    * {
        zoom: initial !important;
    }
}
/**
 * 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;
  font-family: "Sora";
}

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

/* Variables */

:root {
  --color-white: #FFFFFF;
  --color-gray-light: #E1E1E1;
  --color-black: #000000;
  --color-blue: #0055F6;
  --color-gray-dark: #A9A9A9;
  --color-dark: #1A1A1A;
  --color-gray: #4D4D4D;
  --color-gray2: #868686;
  --color-black2: #151515;
  --color-blue_hover: #0045BE;
  --color-red: #FA6652;
}

/* Grid */

@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-wide,
.col-wide-auto,
.col-wide-12,
.col-wide-11,
.col-wide-10,
.col-wide-9,
.col-wide-8,
.col-wide-7,
.col-wide-6,
.col-wide-5,
.col-wide-4,
.col-wide-3,
.col-wide-2,
.col-wide-1,
.col-xxl,
.col-xxl-auto,
.col-xxl-12,
.col-xxl-11,
.col-xxl-10,
.col-xxl-9,
.col-xxl-8,
.col-xxl-7,
.col-xxl-6,
.col-xxl-5,
.col-xxl-4,
.col-xxl-3,
.col-xxl-2,
.col-xxl-1,
.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

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

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

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

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

/* States */

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

.text-right {
  text-align: right;
}

.is-hidden {
  display: none;
}

/* ==================== */

.pixelated {
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  image-rendering: crisp-edges;
}

body.preload {
  overflow-y: scroll;
}

.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ==========================================================================
Base styles
========================================================================== */

/* Connect fonts */

/* Layout */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font: 400 16px/20px "Roboto Flex", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  background: var(--color-black);
  color: var(--color-white);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.wrapper {
  position: relative;
  z-index: 20;
  min-height: 100%;
  overflow: hidden;
  width: 100%;
  min-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
    */
  -ms-flex-direction: column;
  flex-direction: column;
}

dialog::backdrop {
 background-color: rgba(0, 0, 0, 0.8);
 z-index: 0 !important;

}
.container {
  width: 100%;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
  z-index: 50;
}

/* Buttons */

.btn {
  cursor: pointer;
  text-decoration: none;
  background: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  max-width: 100%;
  outline: none;
}

.btn:hover {
  text-decoration: none;
}

.btn:active {
  -webkit-transition: none;
  transition: none;
}

.btn-start {
  padding: 10px 30px;
  gap: 9px;
  border: 1px solid var(--color-blue);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  height: 40px;
  color: var(--color-white);
}

.btn-start:hover {
  background: var(--color-blue);
}

.btn-base {
  font-weight: 600;
  height: 45px;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 18px;
}

.btn-base--blue {
  background: var(--color-blue);
  color: var(--color-white);
}

.btn-base--blue:hover {
  background: var(--color-blue_hover);
}

.btn-base--gray {
  background: var(--color-gray-light);
  color: var(--color-black);
}

.btn-base--gray:hover {
  background: var(--color-white);
}

.btn-base--login {
  min-width: 165px;
}

.btn-base--size-small {
  height: 30px;
  font-size: 16px;
  line-height: 1;
  min-width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.btn-switch-theme {
  background: #161616;
  border: 1px solid #545454;
  border-radius: 12px;
  width: 44px;
  height: 24px;
  position: relative;
}

.btn-switch-theme__trigger {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius: 100%;
  background: #545454;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0;
  top: 0;
}

.btn-switch-theme__trigger svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: var(--color-gray-dark);
}

.btn-switch-theme__trigger .icon-theme-dark {
  display: none;
}

.btn-switch-theme.is-switched .btn-switch-theme__trigger {
  left: calc(100% - 22px);
}

.btn-switch-theme.is-switched .icon-theme-dark {
  display: inline-block;
}

.btn-switch-theme.is-switched .icon-theme-light {
  display: none;
}

.btn-menu {
  position: relative;
  height: 26px;
  width: 26px;
}

.btn-menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 100%;
  height: 2px;
  background: var(--color-white);
}

.btn-menu:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  height: 2px;
  background: var(--color-white);
}

.btn-close {
  width: 27px;
  height: 27px;
}

.btn-icon {
  position: relative;
  line-height: 0;
}

.btn-icon svg {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.btn-icon:hover .icon-acrobat,
.btn-icon:hover .icon-doc,
.btn-icon:hover .icon-txt,
.btn-icon:hover .icon-cvs {
  fill: var(--color-white);
}

.btn-icon:hover .icon-loop,
.btn-icon:hover .icon-cart,
.btn-icon:hover .icon-calendar,
.btn-icon:hover .icon-bell,
.btn-icon:hover .icon-wallet,
.btn-icon:hover .icon-chevron-left,
.btn-icon:hover .icon-arrow-right-top,
.btn-icon:hover .icon-chevron-left,
.btn-icon:hover .icon-plus-circle {
  stroke: var(--color-white);
}

.btn--fullwidth {
  width: 100%;
}

/* Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
}

p,
figure,
em,
blockquote {
  margin: 0 0 16px;
  display: block;
}

p:last-child,
figure:last-child,
em:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

img,
picture {
  max-width: 100%;
  max-height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

blockquote {
  display: block;
  background: white;
  padding: 15px;
  margin: 0 0 20px;
  position: relative;
}

blockquote:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 15px;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 15px solid white;
}

blockquote p {
  margin: 0 0 10px;
}

blockquote p:last-child {
  margin: 0;
}

a {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.link-base {
  color: var(--color-white);
}

mark {
  background: none;
  color: green;
}

video {
  max-width: 100%;
}

.heading {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

h1 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -0.02em;
}

h1 span {
  color: var(--color-gray-dark);
}

h2 {
  font-family: "Roboto Flex";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.02em;
}

.heading-h2 {
  text-align: center;
  margin-bottom: 25px;
}

h3 {
  font-family: "Roboto Flex";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
}

h4 {
  font-family: "Roboto Flex";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.02em;
}

.heading-h4 {
  margin-bottom: 30px;
}

h5 {
  font-family: "Roboto Flex", Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.link-base:hover {
  color: var(--color-gray-dark);
  text-decoration: none;
}

.desc-text {
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 25px;
}

.desc-text--examples-bottom {
  margin-bottom: 25px;
}

/* Icons */

[class*=icon-] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 0;
}

.icon-theme-light {
  width: 18px;
  height: 18px;
}

.icon-telegram {
  width: 19px;
  height: 16px;
}

.icon-linkedin {
  width: 16px;
  height: 15px;
}

.icon-twitter {
  width: 18px;
  height: 15px;
}

.icon-theme-light {
  width: 16px;
  height: 16px;
}

.icon-theme-dark {
  width: 16px;
  height: 16px;
}

.icon-close {
  fill: var(--color-gray-dark);
  width: 17px;
  height: 17px;
}

.icon-check {
  width: 12px;
  height: 12px;
  fill: transparent;
  stroke: black;
  stroke-width: 2px;
}

.icon-logo {
  width: 48px;
  height: 41px;
  fill: var(--color-white);
}

.icon-plus-circle {
  width: 15px;
  height: 15px;
  stroke: var(--color-gray);
  fill: none;
}

.icon-arrow-right-top {
  width: 10px;
  height: 10px;
  stroke: var(--color-gray);
  fill: none;
}

.icon-chevron-left {
  width: 7px;
  height: 13px;
  fill: var(--color-gray-light);
  stroke: none;
}

.icon-wallet {
  width: 16px;
  height: 16px;
  stroke: var(--color-gray-light);
  fill: none;
  stroke-width: 2px;
}

.icon-bell {
  width: 20px;
  height: 20px;
  stroke: var(--color-gray);
  fill: none;
}

.icon-ava {
  width: 20px;
  height: 20px;
  stroke: var(--color-gray);
  fill: none;
}

.icon-calendar {
  width: 14px;
  height: 14px;
  stroke: var(--color-gray-light);
  fill: none;
  stroke-width: 2px;
}

.icon-cart {
  width: 10px;
  height: 13px;
  stroke: var(--color-gray);
  stroke-width: 2px;
  fill: none;
}

.icon-acrobat,
.icon-doc,
.icon-txt,
.icon-cvs {
  width: 14px;
  height: 14px;
  stroke: var(--color-black);
  fill: var(--color-gray);
}

.icon-loop {
  width: 15px;
  height: 15px;
  stroke: var(--color-gray);
  fill: none;
}

/* forms */

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: transparent;
}

button {
  cursor: pointer;
  border: 0;
  outline: none;
}

input {
  vertical-align: middle;
  outline: none;
  border: 0;
}

input[type=submit],
input[type=button] {
  cursor: pointer;
  -webkit-appearance: none;
}

textarea {
  outline: none;
  resize: none;
  overflow: auto;
}

:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input {
  position: relative;
}

.input__field {
  display: block;
  width: 100%;
  font-family: "Roboto Flex", Arial, sans-serif;
  -webkit-appearance: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-white);
  background: #2C2C2C;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  margin-bottom: 10px;
}

.input__field::-webkit-input-placeholder {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: none;
  opacity: 0;
  visibility: hidden;
}

.input__field::-moz-placeholder {
  -moz-transition: 0.25s;
  transition: 0.25s;
  display: none;
  opacity: 0;
  visibility: hidden;
}

.input__field:-ms-input-placeholder {
  -ms-transition: 0.25s;
  transition: 0.25s;
  display: none;
  opacity: 0;
  visibility: hidden;
}

.input__field::-ms-input-placeholder {
  -ms-transition: 0.25s;
  transition: 0.25s;
  display: none;
  opacity: 0;
  visibility: hidden;
}

.input__field::placeholder {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: none;
  opacity: 0;
  visibility: hidden;
}

.input__field:focus {
  background: #3B3B3B;
}

.input__field.is-active {
  padding-top: 19px;
}

.input__field.is-error {
  background: #3A2421;
}

.input__heading {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}

.input__heading.is-active {
  top: calc(50% - 10px);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}

.input__symbol-req {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
}

.input__error {
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Roboto Flex";
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  color: #D37B7B;
  pointer-events: none;
}

.checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  gap: 10px;
}

.checkbox__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  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;
  background: var(--color-white);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.checkbox__icon svg {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.checkbox__text {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: var(--color-gray-dark);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.checkbox input:checked + .checkbox__icon svg {
  opacity: 1;
  visibility: visible;
}

.checkbox input:checked + .checkbox__icon + .checkbox__text {
  color: var(--color-white);
}

.radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  gap: 10px;
}

.radio__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  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;
  background: var(--color-white);
  border: 1px solid transparent;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius: 100%;
}

.radio__icon:before {
  content: "";
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background: var(--color-white);
  position: absolute;
  z-index: 10;
}

.radio__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-gray-dark);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.radio input:checked + .radio__icon {
  background: var(--color-blue);
  border-color: var(--color-white);
}

.radio input:checked + .radio__icon:before {
  opacity: 1;
  visibility: visible;
}

.radio input:checked + .radio__icon + .radio__text {
  color: var(--color-white);
}

.link-pass {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-gray-light);
}

.form__section {
  padding-top: 15px;
}

.form__section--bottom {
  padding-top: 30px;
  padding-bottom: 30px;
}

.form__section--bottom.row {
  margin-left: -7px;
  margin-right: -7px;
}

.form__section--bottom.row > [class*=col] {
  padding-left: 7px;
  padding-right: 7px;
}

.form__section__btn {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* ==========================================================================
Site styles
========================================================================== */

/* header */

/* components */

.header {
  padding-top: 10px;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.header__enter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}

.main-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 20px;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}

.main-nav > li > a {
  font-size: 18px;
  line-height: 24px;
  color: var(--color-white);
}

.main-nav > li > a:hover {
  color: var(--color-gray-dark);
  text-decoration: none;
}

.logo {
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}

.mob-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: var(--color-black);
  padding: 10px 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mob-menu.is-opened {
  opacity: 1;
  visibility: visible;
}

.mob-menu .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.mob-menu hr {
  height: 1px;
  border: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  margin: 10px 0;
}

.mob-menu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.mob-menu__header .header__enter {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mob-menu .socials-btns {
  gap: 20px;
}

.main {
  padding-top: 50px;
}

.main__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main__img {
  text-align: center;
  top: -32px;
}

.main__img-wrapper {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 0;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}

.main__img-label {
  position: absolute;
  font-size: 13.9821px;
  line-height: 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
}

.main__img-label--1 {
  left: 50%;
  top: -29px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main__img-label--2 {
  right: -40px;
  top: 45px;
}

.main__img-label--3 {
  right: -60px;
  bottom: 50px;
}

.main__img-label--4 {
  left: 50%;
  bottom: -45px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main__img-label--5 {
  left: -60px;
  bottom: 25px;
}

.main__img-label--6 {
  left: -40px;
  top: 45px;
}

.main__btns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.info-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info-numbers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  width: 50%;
}

.info-numbers__item-num {
  font-family: "Roboto Flex";
  font-weight: 600;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 25px;
  line-height: 30px;
}

.info-numbers__item-text {
  color: var(--color-gray-dark);
  font-size: 14px;
  line-height: 15px;
}

.desc {
  padding-top: 30px;
  padding-bottom: 20px;
}

.desc__row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
}

.desc__text:last-child {
  margin-bottom: 0;
}

.features {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.features__bg {
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: 662px;
  background: url(../img/bg-lines.png) no-repeat center;
}

.features__bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), color-stop(50%, transparent), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, transparent 50%, rgba(0, 0, 0, 0.7) 100%);
}

.features__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 0px;
  position: relative;
}

.features__tabs-wrapper {
  position: relative;
}

.features__tabs-container {
  overflow-x: auto;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.features__tabs > li:not(.features__tabs-line) {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 21px;
  position: relative;
  cursor: pointer;
  padding: 10px 15px;
  text-align: center;
  height: 40px;
  background: var(--color-dark);
}

.features__tabs > li:not(.features__tabs-line):hover {
  text-decoration: none;
}

.features__tabs-line {
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 2px;
  background: var(--color-blue);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.features__slides {
  background: var(--color-black);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  line-height: 0;
  width: 100%;
  max-width: 913px;
  max-height: 545px;
  margin: 0 auto;
  padding: 5px;
}

.features__slides img,
.features__slides picture {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

.examples {
  padding-top: 20px;
  padding-bottom: 15px;
}

.examples__items {
  position: relative;
  margin-bottom: 15px;
}

.examples__item {
  background: rgba(45, 45, 45, 0.45);
  padding: 20px 20px 20px 20px;
}

.examples__item hr {
  height: 1px;
  padding: 0;
  background: rgba(255, 255, 255, 0.12);
  border: 0;
  margin: 15px 0;
}

.examples__item-site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 15px;
}

.examples__item-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.examples__item-desc-heading {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.4);
}

.examples__item-desc-text {
  color: var(--color-white);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

.examples__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  row-gap: 15px;
}

.examples__item-info > li {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  width: 50%;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.examples__item-info-num {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: var(--color-blue);
  font-family: "Roboto Flex";
}

.examples__item-info-heading {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.4);
}

.about {
  padding-top: 15px;
  padding-bottom: 55px;
}

.about__row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about__img-inner {
  padding-top: 30px;
  position: relative;
  display: inline-block;
  width: 571px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform-origin: 0 center;
  transform-origin: 0 center;
  -webkit-transform: scale(0.53);
  transform: scale(0.53);
  margin: -130px 0;
}

.about__img-label {
  position: absolute;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-white);
}

.about__img-label--pos1 {
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.about__img-label--pos2 {
  left: 45px;
  top: 305px;
}

.about__img-label--pos3 {
  right: 60px;
  top: 305px;
}

.about__img-label--pos4 {
  left: 50%;
  bottom: 95px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.about__img-label--pos5 {
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.about__text {
  position: relative;
}

.about__text .icon-quotes {
  left: 15px;
  top: -35px;
  width: 32px;
  height: 20px;
  position: absolute;
  fill: #8E8E8E;
}

.about__text p:first-child {
  font-size: 16px;
  line-height: 20px;
  color: var(--color-white);
  margin-bottom: 20px;
}

.about__text p:not(:first-child) {
  font-size: 14px;
  line-height: 20px;
  color: var(--color-gray-dark);
}

.examples-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.examples-pagination .swiper-pagination-bullet {
  width: 7.79px;
  height: 6.15px;
  background: var(--color-gray-dark);
  border-radius: 20px;
  opacity: 1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.examples-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 11px;
  background: var(--color-white);
}

.examples-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}

.socials {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.socials > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: var(--color-gray);
  font-size: 16px;
  line-height: 20px;
}

.socials > li > a svg {
  fill: var(--color-gray);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.socials > li > a:hover {
  text-decoration: none;
  color: var(--color-white);
}

.socials > li > a:hover svg {
  fill: var(--color-white);
}

.footer {
  background: url(../img/footer_mob.png) no-repeat center bottom;
  background-size: cover;
  overflow: hidden;
  padding-top: 30px;
}

.footer__logo {
  text-align: center;
}

.footer__main {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 30px;
}

.footer__menu {
  list-style: none;
  margin: 0;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  text-align: center;
  padding-top: 30px;
}

.footer__menu > li {
  margin-bottom: 20px;
}

.footer__menu > li > a {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
}

.footer__menu > li > a:hover {
  color: var(--color-gray-dark);
  text-decoration: none;
}

.footer__bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer__bottom-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 58px;
  -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__bottom-menu > li {
  font-size: 16px;
  line-height: 20px;
  color: #565656;
}

.footer__bottom-menu > li > a {
  color: #565656;
}

.footer__bottom-menu > li > a:hover {
  color: var(--color-gray-dark);
  text-decoration: none;
}

.socials-btns {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
}

.socials-btns > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.socials-btns > li > a svg {
  fill: #838383;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.socials-btns > li > a:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

.socials-btns > li > a:hover svg {
  fill: var(--color-white);
}

.bg-elem1 {
  position: absolute;
  z-index: 10;
  background: rgba(0, 85, 246, 0.79);
  -webkit-filter: blur(107px);
  filter: blur(107px);
  opacity: 0.4;
  width: 316px;
  height: 316px;
  right: -110px;
  top: 110px;
}

.bg-elem2 {
  position: absolute;
  background: linear-gradient(135.62deg, #00AAE5 42.13%, rgba(0, 170, 229, 0) 88.55%);
  -webkit-filter: blur(107px);
  filter: blur(107px);
  opacity: 0.4;
  z-index: 10;
  width: 286px;
  height: 286px;
  right: -195px;
  top: 215px;
}

.bg-elem3 {
  position: absolute;
  z-index: 10;
  background: rgba(0, 85, 246, 0.79);
  -webkit-filter: blur(107px);
  filter: blur(107px);
  opacity: 0.4;
  z-index: 29;
  width: 316.39px;
  height: 316.39px;
  top: 1200px;
  left: -200px;
}

.bg-elem4 {
  position: absolute;
  background: linear-gradient(135.62deg, #00AAE5 42.13%, rgba(0, 170, 229, 0) 88.55%);
  -webkit-filter: blur(107px);
  filter: blur(107px);
  opacity: 0.4;
  z-index: 30;
  width: 327.95px;
  height: 349.69px;
  top: 1460.19px;
  left: -190px;
}

.bg-elem5 {
  position: absolute;
  background: linear-gradient(239.37deg, rgb(0, 85, 246) 20.14%, rgb(0, 85, 246) 69.31%);
  -webkit-filter: blur(107px);
  filter: blur(107px);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 242.22px;
  height: 242.22px;
  top: 1840.19px;
  right: -200px;
}

.bg-elem6 {
  position: absolute;
  z-index: 10;
  background: rgba(0, 85, 246, 0.79);
  -webkit-filter: blur(107px);
  filter: blur(107px);
  opacity: 0.4;
  width: 316px;
  height: 316px;
  right: -110px;
  top: 210px;
}

.bg-elem7 {
  position: absolute;
  background: linear-gradient(135.62deg, #00AAE5 42.13%, rgba(0, 170, 229, 0) 88.55%);
  -webkit-filter: blur(107px);
  filter: blur(107px);
  opacity: 0.4;
  z-index: 10;
  width: 286px;
  height: 286px;
  right: -195px;
  top: 315px;
}

.examples-button-prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: -30px;
}

.examples-button-prev svg {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.examples-button-prev:hover svg {
  fill: var(--color-white);
}

.examples-button-prev svg {
  width: 20px;
  height: 17px;
  fill: rgba(255, 255, 255, 0.4);
}

.examples-button-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: -30px;
}

.examples-button-next svg {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.examples-button-next:hover svg {
  fill: var(--color-white);
}

.examples-button-next svg {
  width: 20px;
  height: 17px;
  fill: rgba(255, 255, 255, 0.4);
}

body .fancybox__backdrop {
  background: rgba(0, 0, 0, 0.9);
}

body .modal {
  width: 100%;
  max-width: 620px;
  background: var(--color-black2);
  color: var(--color-white);
  padding: 50px 15px 30px;
}

body .fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none;
}

body .fancybox__carousel.is-draggable .fancybox__slide,
body .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: default;
}

body .fancybox__slide {
  padding-top: 1px;
}

.modal__close {
  position: absolute;
  width: 64px;
  height: 64px;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.modal__close .icon-close {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.modal__close:hover .icon-close {
  fill: var(--color-white);
}

.modal h4 {
  font-size: 30px;
  line-height: 35px;
  text-align: center;
}

.modal__text {
  font-weight: 400;
  color: var(--color-gray-dark);
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
}

.carousel__button.is-close {
  display: none;
}

body.is-theme-white {
  color: var(--color-black);
  background: var(--color-white);
}

body.is-theme-white .features__tabs > li:not(.features__tabs-line) {
 background: transparent;
}

body.is-theme-white .link-base {
  color: var(--color-black);
}

body.is-theme-white .mob-menu {
  background: var(--color-white);
}

body.is-theme-white .mob-menu .socials-btns > li > a {
  border-color: rgba(0, 0, 0, 0.2);
}

body.is-theme-white .mob-menu .socials-btns > li > a svg {
  color: rgba(0, 0, 0, 0.5);
}

body.is-theme-white .mob-menu .socials-btns > li > a:hover svg {
  fill: rgba(0, 0, 0, 0.8);
}

body.is-theme-white .mob-menu hr {
  background: rgba(0, 0, 0, 0.2);
}

body.is-theme-white .icon-logo {
  fill: var(--color-gray-dark);
}

body.is-theme-white .btn-menu:before,
body.is-theme-white .btn-menu:after {
  background: var(--color-gray-dark);
}

body.is-theme-white .btn-base--blue {
  color: var(--color-white);
}

body.is-theme-white .btn-base--gray:hover {
  background: #eaeaea;
}

body.is-theme-white .btn-start {
  color: var(--color-dark);
}

body.is-theme-white .btn-start:hover {
  color: var(--color-white);
}

body.is-theme-white .desc-text,
body.is-theme-white .text20,
body.is-theme-white .text20 a,
body.is-theme-white .tariff-table__subtitle,
body.is-theme-white .main__img-label,
body.is-theme-white .main-nav > li > a,
body.is-theme-white .about__img-label,
body.is-theme-white .blue_cards p, 
body.is-theme-white .card1 p, 
body.is-theme-white .card2 p, 
body.is-theme-white .card3 p, 
body.is-theme-white .card4 p, 
body.is-theme-white .card5 p, 
body.is-theme-white .card6 p, 
body.is-theme-white .card7 p, 
body.is-theme-white .always_top h1,
body.is-theme-white .tariff-table__btn_rate span,
body.is-theme-white .about__text p:first-child {
  color: var(--color-dark);
}
body.is-theme-white .tariff-table__btn_rate span:hover{
  color: var(--color-white);
}
body.is-theme-white .sixth_div_textDiv {
  background-color: rgba(45, 45, 45, 0.9);
}
body.is-theme-white .always_top {
   border-bottom: 1px solid #000;
}
body.is-theme-white .sixth_div_textDiv { 
  color: var(--color-white);
}
body.is-theme-white .main-nav > li > a:hover {
  color: var(--color-gray-dark);
}

body.is-theme-white .examples__item {
  background: #f4f4f4;
  color: var(--color-black);
}

body.is-theme-white .examples__item-desc-heading,
body.is-theme-white .examples__item-desc-heading {
  color: var(--color-black);
}

body.is-theme-white .examples__item-desc-text {
  color: #a9a9a9;
}

body.is-theme-white .examples__item-info-heading {
  color: #a9a9a9;
}

body.is-theme-white .sidebar {
  background: var(--color-white);
}
body.is-theme-white .tab:not(:first-child):after {
  background: grey;
}
body.is-theme-white .tab a {
  color: var(--color-black);
}
body.is-theme-white .examples-button-prev svg,
body.is-theme-white .examples-button-next svg {
  fill: var(--color-dark);
}

body.is-theme-white .examples-button-prev:hover svg,
body.is-theme-white .examples-button-next:hover svg {
  fill: #9f9f9f;
}

body.is-theme-white .features__bg:before {
  display: none;
}

body.is-theme-white .features__tabs > li > a {
  background: var(--color-white);
  color: var(--color-black);
}

body.is-theme-white .fancybox__backdrop {
  background: rgba(255, 255, 255, 0.8);
}

body.is-theme-white .modal {
  background: var(--color-white);
  color: var(--color-black);
}

body.is-theme-white .modal a:not(.btn) {
  color: var(--color-black);
}

body.is-theme-white .input__field {
  background: #ccc;
  color: var(--color-black);
}

body.is-theme-white .input__heading {
  color: var(--color-black);
}

body.is-theme-white .input__field:valid + .input__heading,
body.is-theme-white .input__field:focus + .input__heading {
  color: var(--color-black);
}

body.is-theme-white .input__field.is-error {
  background: #e0c4c0;
}

body.is-theme-white .checkbox__icon {
  background: #ccc;
}

body.is-theme-white .btn-switch-theme {
  background: #ccc;
  border-color: #999999;
}

body.is-theme-white .socials > li > a:hover {
  color: #9f9f9f;
}

body.is-theme-white .socials > li > a:hover svg {
  fill: #9f9f9f;
}
body.is-theme-white .tariff-table__title {
  color: #000000;
}
body.is-theme-white .tariff-table__subtitle {
  color: #000000;
}
body.is-theme-white .concepts-info__table tbody tr td:first-child  {
  color: #000000;
}

.link-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  color: var(--color-gray);
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.link-icon svg {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  stroke: var(--color-gray);
}

.link-icon:hover {
  text-decoration: none;
  color: var(--color-white);
}

.link-icon:hover svg {
  stroke: var(--color-white);
}

.bell-indicator {
  position: absolute;
  right: 2px;
  bottom: 0;
  background: #00F619;
  height: 7px;
  width: 7px;
  border-radius: 100%;
}

.avatar {
  width: 29px;
  height: 29px;
  background: url(../img/icon-ava.svg) no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 50%;
}

.avatar img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (min-width: 320px) {
  .is-xs-hidden {
    display: none;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 520px;
  }

  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .is-sm-hidden {
    display: none;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }

  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .is-md-hidden {
    display: none;
  }

  p,
  figure,
  em,
  blockquote {
    margin: 0 0 20px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .text-lg-right {
    text-align: right;
  }

  .is-lg-hidden {
    display: none;
  }

  body {
    font: 400 18px/24px "Roboto Flex", Arial, sans-serif;
  }

  .btn-start {
    height: 50px;
    font-size: 18px;
    line-height: 24px;
  }

  .btn-base {
    height: 60px;
    padding: 10px 30px;
    min-width: 190px;
    font-size: 18px;
    line-height: 24px;
  }

  .btn-base--demo {
    min-width: 170px;
  }

  .btn-base--size-small {
    height: 30px;
    font-size: 16px;
    line-height: 1;
    min-width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  h1 {
    font-size: 55px;
    line-height: 50px;
  }

  h2 {
    font-size: 50px;
    line-height: 1;
  }

  .heading-h2 {
    margin-bottom: 60px;
  }

  h3 {
    font-weight: 600;
    font-size: 40px;
    line-height: 45px;
  }

  h4 {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-h4 {
    margin-bottom: 40px;
  }

  h5 {
    font-size: 20px;
    line-height: 26px;
  }

  .desc-text {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 53px;
  }

  .desc-text--examples-bottom {
    margin-bottom: 30px;
  }

  .header {
    padding-top: 32px;
    padding-bottom: 45px;
  }

  .main {
    padding-top: 100px;
  }

  .main__desc {
    row-gap: 40px;
    padding-top: 0;
  }

  .main__img-wrapper {
    -webkit-transform: none;
    transform: none;
  }

  .info-numbers {
    gap: 30px;
  }

  .info-numbers__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 15px;
    width: 210px;
  }

  .info-numbers__item-num {
    font-size: 40px;
    line-height: 50px;
  }

  .info-numbers__item-text {
    font-size: 16px;
    line-height: 20px;
  }

  .desc {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .desc__row {
    gap: 0;
  }

  .features {
    padding-bottom: 65px;
    padding-top: 32px;
  }

  .features__tabs {
    margin: 0 auto 50px;
  }

  .features__tabs > li:not(.features__tabs-line) {
    height: 60px;
    font-size: 18px;
    line-height: 1;
  }

  .features__slides {
    padding: 22px;
  }

  .examples {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .examples__items {
    margin-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .examples__item hr {
    margin: 27px 0;
  }

  .examples__item-site {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 22px;
  }

  .examples__item-desc-heading {
    font-size: 18px;
    line-height: 24px;
  }

  .examples__item-desc-text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
  }

  .examples__item-info > li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    gap: 10px;
    width: auto;
  }

  .examples__item-info-num {
    font-size: 38px;
    line-height: 40px;
  }

  .examples__item-info-heading {
    font-size: 18px;
    line-height: 24px;
    display: flex;
    justify-content: center;
  }
  .examples__item-info-heading span {
    width: 11px;
    height: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #444;
    border-radius: 50%;
    font-size: 8px;
    margin-left: 4px;
    }

.examples__item-info-show:hover {
  color: #fff
}

.examples__item-info-show:hover span {
  border-color: #fff
}


.examples__item-info-show:hover {
    color: #fff;
}
.examples__item-info-show show {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 120%;
    font-weight: 700;
    color: #444;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}


  .about {
    padding-bottom: 160px;
    padding-top: 65px;
  }

  .about__img-inner {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin: -60px 0;
  }

  .about__text .icon-quotes {
    left: -75px;
    top: -10px;
    width: 54px;
    height: 34px;
  }

  .about__text p:first-child {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 32px;
  }

  .about__text p:not(:first-child) {
    font-size: 20px;
    line-height: 26px;
  }

  .socials > li > a {
    font-size: 24px;
    line-height: 32px;
  }

  .footer {
    background: url(../img/footer-bg2.png) no-repeat center 0;
    padding-top: 45px;
  }

  .footer__logo {
    text-align: left;
  }

  .footer__main {
    padding-bottom: 100px;
  }

  .footer__menu {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    text-align: left;
    padding-top: 10px;
  }

  .footer__menu > li {
    margin-bottom: 30px;
  }

  .footer__menu > li {
    width: 193px;
  }

  .footer__bottom {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer__bottom-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .bg-elem1 {
    right: -125px;
    top: 205.76px;
    width: 738.85px;
    height: 738.85px;
  }

  .bg-elem2 {
    width: 668.6px;
    height: 668.6px;
    right: -320px;
    top: 438.64px;
  }

  .bg-elem3 {
    width: 738.85px;
    height: 738.85px;
    left: -240px;
    top: 1674px;
  }

  .bg-elem4 {
    width: 668.6px;
    height: 668.6px;
    left: -390px;
    top: 1927px;
  }

  .bg-elem5 {
    width: 724.74px;
    height: 724.74px;
    right: -375px;
    top: 2692.9px;
    background: linear-gradient(239.37deg, rgba(0, 85, 246, 0.79) 20.14%, rgba(0, 85, 246, 0) 69.31%);
  }

  body .modal {
    padding: 50px 60px;
  }

  .modal__text {
    font-size: 20px;
    line-height: 26px;
  }
}

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

  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .is-xl-hidden {
    display: none;
  }

  .main-nav {
    -webkit-column-gap: 52px;
    -moz-column-gap: 52px;
    column-gap: 52px;
  }

  .info-numbers {
    gap: 48px;
  }

  .examples__items {
    padding-left: 90px;
    padding-right: 90px;
  }

  .examples__item {
    padding: 25px 30px 40px 40px;
  }

  .examples__item-desc {
    gap: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .about__img-inner {
    -webkit-transform: none;
    transform: none;
    margin: 0;
  }

  .examples-button-prev {
    left: 0;
  }

  .examples-button-next {
    right: 0;
  }
}

@media (min-width: 1440px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0%;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }

  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .desc__text[class*=col] {
    padding-right: 90px;
  }

  .about__img[class*=col] {
    padding-left: 75px;
  }

  .examples-button-prev {
    left: -20px;
  }

  .examples-button-next {
    right: -20px;
  }
}

@media (min-width: 1600px) {
  .col-wide {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-wide-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-wide-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-wide-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-wide-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-wide-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-wide-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-wide-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-wide-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-wide-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-wide-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-wide-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-wide-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-wide-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-wide-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-wide-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-wide-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-wide-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-wide-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-wide-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-wide-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-wide-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-wide-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-wide-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-wide-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-wide-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-wide-0 {
    margin-left: 0%;
  }

  .offset-wide-1 {
    margin-left: 8.3333333333%;
  }

  .offset-wide-2 {
    margin-left: 16.6666666667%;
  }

  .offset-wide-3 {
    margin-left: 25%;
  }

  .offset-wide-4 {
    margin-left: 33.3333333333%;
  }

  .offset-wide-5 {
    margin-left: 41.6666666667%;
  }

  .offset-wide-6 {
    margin-left: 50%;
  }

  .offset-wide-7 {
    margin-left: 58.3333333333%;
  }

  .offset-wide-8 {
    margin-left: 66.6666666667%;
  }

  .offset-wide-9 {
    margin-left: 75%;
  }

  .offset-wide-10 {
    margin-left: 83.3333333333%;
  }

  .offset-wide-11 {
    margin-left: 91.6666666667%;
  }

  .flex-wide-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-wide-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-wide-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-wide-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-wide-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-wide-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-wide-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-wide-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-wide-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-wide-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-wide-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-wide-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-wide-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-wide-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-wide-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-wide-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-wide-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-wide-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-wide-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-wide-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-wide-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-wide-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-wide-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-wide-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-wide-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-wide-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-wide-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-wide-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-wide-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (max-width: 1199px) {
  .is-xl-visible {
    display: none;
  }

  .logo__main {
    max-width: 150px;
  }

  .logo__text {
    max-width: 50px;
  }
}

@media (max-width: 991px) {
  .is-lg-visible {
    display: none;
  }

  .btn-start {
    min-width: 165px;
  }

  .header__col {
    width: 50px;
  }

  .main-nav {
    -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;
  }

  .main__btns-wrap .btn {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .info-numbers__item {
    padding-right: 30px;
  }

  .examples__item-site-icon {
    width: 16px;
    height: 19px;
  }

  .about__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 60px;
  }

  .about__img-inner {
    -webkit-transform-origin: center;
    transform-origin: center;
  }

  .footer__logo {
    padding-bottom: 20px;
    position: relative;
  }

  .footer__logo:before {
    content: "";
    position: absolute;
    left: -500px;
    bottom: 0;
    width: calc(100% + 1000px);
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 767px) {
  .is-md-visible {
    display: none;
  }

  .features__tabs {
    width: auto;
  }

  .features__tabs-container {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (max-width: 576px) {
  .form__section {
    gap: 10px;
  }
}

@media (max-width: 575px) {
  .is-sm-visible {
    display: none;
  }
}


.text20 {
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  color: #fff
}
.text20 a{
 color: #fff
}
.tab:not(:first-child):after {
  content: "";
  position: absolute;
  top: -13px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, .1)
}

.tabs__content {
  display: none
}

.tabs__content--active {
  display: block
}


.tariff2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px dashed #454545;
  padding: 25px 25px 10px;
  margin-top: 25px
}

.tariff2__left {
  margin: 0 30px 10px 0
}

.tariff2__right {
  margin-bottom: 10px
}

.tariff2__title {
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  color: #fff
}

.tariff2__info {
  font-size: 14px;
  line-height: 120%;
  color: #7d7d7d;
  margin-top: 10px
}

.tariff2__term {
  font-size: 16px;
  line-height: 120%;
  color: #fff
}

.tariff-table__wrap {
  margin-top: 40px;
  overflow-y: auto;
}

.tariff-table__wrap::-webkit-scrollbar {
  height: 3px
}

.tariff-table__wrap::-webkit-scrollbar-track {
  background: #151515;
  border-radius: 3px
}

.tariff-table__wrap::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 3px
}

.tariff-table {
  width: 1068px;
  margin-top: 0;
    margin: auto;
}

.tariff-table thead {
  background: rgba(0, 0, 0, 0)
}

.tariff-table tbody tr td {
  font-size: 12px
}

.tariff-table tbody tr td:not(:first-child) {
  text-align: center
}

.tariff-table__group:after {
  display: none
}

.tariff-table__title {
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  color: #fff;
  text-align: center
}

.tariff-table__title span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 5px
}

.tariff-table__title_gold {
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  color: #fff;
  text-align: center
}

.tariff-table__title_gold span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 5px
}


.tariff-table__subtitle {
  font-size: 12px;
  color: #6d6d6d
}

.tariff-table__btn {
  width: 118px;
  height: 37px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #0055f6;
  margin: 15px auto 0
}

.tariff-table__btn span {
  font-size: 14px;
  line-height: 120%;
  color: #fff
}

.tariff-table__btn_rate {
  width: 118px;
  height: 37px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #0055f6;
  margin: 15px auto 0
}

.tariff-table__btn_rate span {
  font-size: 14px;
  line-height: 120%;
  color: #fff
}

.tariff-table__btn_gold {
  width: 118px;
  height: 37px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #0055f6;
  margin: 15px auto 0
}

.tariff-table__btn_gold span {
  font-size: 14px;
  line-height: 120%;
  color: #fff
}


.tariff-table__btn:hover {
  background: #0055f6
}

.tariff-table__btn_gold:hover {
  background: #0055f6
}

.tariff-table__btn_rate:hover {
  background: #0055f6
}

.tariff-table .active-cell {
  background: #151515
}

.tariff-table .active-cell .tariff-table__btn {
  background: #0055f6
}
concepts__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px
}

.concepts__link i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 6px
}

.concepts__link i svg {
  width: 100%;
  height: auto
}

.concepts__link i svg path {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.concepts__link span {
  font-size: 14px;
  line-height: 120%;
  color: rgba(255, 255, 255, .4);
  margin-left: 5px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.concepts__link:hover i svg path {
  fill-opacity: 1
}

.concepts__link:hover span {
  color: #fff
}

.concepts-desc {
  margin-top: 35px
}

.concepts-desc__group:not(:first-child) {
  margin-top: 30px
}

.concepts-desc__title {
  font-size: 20px;
  line-height: 120%;
  color: #fff
}

.concepts-desc__text {
  margin-top: 16px
}

.concepts-desc__text p {
  font-size: 16px;
  line-height: 140%;
  color: #fff
}

.concepts-info {
  margin-top: 30px
}

.concepts-info__title {
  font-size: 20px;
  line-height: 120%;
  color: #fff
}

.concepts-info__subtitle {
  font-size: 18px;
  line-height: 120%;
  color: #fff;
  margin-top: 24px
}

.concepts-info .item {
  position: relative
}

.concepts-info .item .hide {
  left: -12px
}

.concepts-info__table tbody tr td:first-child {
  width: 120px
}

.concepts-modes {
  margin-top: 30px
}

.concepts-modes__title {
  font-size: 20px;
  line-height: 120%;
  color: #fff
}

.concepts-modes__text {
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  margin-top: 24px
}

.concepts-modes__bottom {
  margin-top: 24px
}

.concepts-modes__subtitle {
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
  color: #fff
}

.concepts-modes__info {
  margin-top: 16px
}

.concepts-modes__info-title {
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  color: #fff
}

.concepts-modes__info-text {
  font-size: 18px;
  line-height: 120%;
  color: #fff;
  margin-top: 8px
}

.concepts-examples {
  margin-top: 30px
}

.concepts-examples__title {
  font-size: 20px;
  line-height: 120%;
  color: #fff
}

.concepts-examples__subtitle {
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
  color: #fff;
  margin-top: 24px
}

.concepts-examples__text {
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  margin-top: 8px
}

.concepts-examples__items {
  display: grid;
  grid-template-columns: 100%;
  gap: 12px;
  margin-top: 16px
}

.concepts-examples__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  background: #000;
  padding: 12px 14px 0
}

.concepts-examples__item-title {
  font-size: 14px;
  line-height: 120%;
  font-weight: 700;
  color: #fff;
  margin-right: 30px;
  margin-bottom: 12px
}

.concepts-examples__item-info {
  font-size: 14px;
  line-height: 120%;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  margin-bottom: 12px
}

.concepts-examples__item-desc {
  border-top: 1px solid transparent;
  border: 1px solid rgba(255, 255, 255, .15);
  padding: 10px 14px
}

.concepts-examples__item-desc p {
  font-size: 16px;
  line-height: 120%;
  color: #fff
}

.concepts-info2 {
  margin-top: 30px
}

.concepts-info2__title {
  font-size: 20px;
  line-height: 120%;
  color: #fff
}

.concepts-info2__item:not(:first-child),
.concepts-info2__items {
  margin-top: 24px
}
table {
  width: 100%;
  border-spacing: 0;
  margin-top: 16px
}

table thead {
  background: #000
}

table tbody tr td,
table thead tr th {
  /*text-align: start;*/
  font-size: 14px;
  line-height: 120%;
  font-weight: 700;
  color: #fff;
  padding: 12px 5px
}

table tbody tr td:first-child,
table thead tr th:first-child {
  padding-left: 14px
}

table tbody tr td:last-child,
table thead tr th:last-child {
  padding-right: 14px
}

table tbody tr {
  position: relative
}

table tbody tr:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, .15)
}


#gdrp_close {
    width: 154px;
    height: 40px;
    padding: 10px 20px 10px 20px;
    margin-top: 10px;
    gap: 9px;
    opacity: 0px;
    background: #0055F6;
    color: #FFFFFF;
}
#gdrpwindow {
    margin: auto 0 0 0;
    max-width: 500px;
    max-height: 205px;
    overlay: none !important;
    margin-left: auto;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #151515;
    color: #a9a9a9;
    font-family: Roboto Flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    border: 1px solid #000000;
}

.content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 830px;
  margin-top: 40px;
  border-top: 1px solid #1b1b1b
}

.sidebar {
  width: 272px;
  background: #121212;
  padding: 40px 25px;
  position: relative;
  overflow: hidden
}

.sidebar-bg span:nth-child(1) {
  content: "";
  position: absolute;
  top: 0;
  right: -420px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(31, 188, 255, .19);
  -webkit-filter: blur(107px);
  filter: blur(107px);
  pointer-events: none
}

.sidebar-bg span:nth-child(2) {
  content: "";
  position: absolute;
  left: -250px;
  bottom: 0;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(31, 188, 255, .19);
  -webkit-filter: blur(107px);
  filter: blur(107px);
  pointer-events: none
}

.sidebar-bg span:nth-child(3) {
  content: "";
  position: absolute;
  left: -250px;
  bottom: -250px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(31, 188, 255, .19);
  -webkit-filter: blur(107px);
  filter: blur(107px);
  pointer-events: none
}

.content-right {
  width: calc(100% - 272px);
  padding: 60px 0 60px 100px
}

.tableft {
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative
}

.tableft--active,
.tableft:hover {
  color: #5b94ff
}

.tableft:not(:first-child) {
  margin-top: 27px
}

.tableft:not(:first-child):after {
  content: "";
  position: absolute;
  top: -13px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, .1)
}

.tabs__content {
  display: none
}

.tabs__content--active {
  display: block
}


.grecaptcha-badge {
  right: 0px !important;
   visibility: hidden !important;
}