@charset "UTF-8";
[name=form_dropdown_LEVEL_SECURITY] {
  display: none;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

a {
  text-decoration: none;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

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

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

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

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

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

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

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

a {
  text-decoration: none;
  color: relative;
}

button:active, a:active {
  outline: 0;
  outline-offset: 0;
}
button:focus, a:focus {
  outline: 0;
  outline-offset: 0;
}
button:hover, a:hover {
  outline: 0;
  outline-offset: 0;
}

/* шрифты */
@font-face {
  font-family: "PT Astra Fact";
  src: url("../assets/fonts/PTAstraFact-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PT Astra Fact";
  src: url("../assets/fonts/PTAstraFact-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
#gitflic {
  /* переменные - цвета*/
  --neutral-900: #1a242c;
  --neutral-800: #3a4752;
  --neutral-200: #c0c6d6;
  --neutral-50: #f4f6f9;
  --blue-900: #0c4c7b;
  --blue-800: #14649a;
  --blue-700: #1d7fb6;
  --blue-600: #2b9bd2;
  --main-gradient: radial-gradient(
    100% 241.64% at 0% 0%,
    #0c0e12 8.65%,
    #0d465c 32.5%,
    #09577c 53.22%,
    #0c0e12 86.5%
  );
  --light-gradient: linear-gradient(
    245.24deg,
    #d4e1fb 0.27%,
    #ffffff 48.85%,
    #d4e1fb 99.73%
  );
  font-family: "PT Astra Fact", "Arial", "Verdana", sans-serif !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
#gitflic .text-large {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--neutral-900);
  margin: 0;
}
#gitflic .text-xlarge {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: var(--neutral-900);
  margin: 0;
}
#gitflic .text-small {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: var(--neutral-900);
  margin: 0;
}
#gitflic .text-regular {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: var(--neutral-900);
  margin: 0;
}
#gitflic h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: var(--neutral-900);
  margin: 0;
}
#gitflic h3 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  color: var(--neutral-900);
  margin: 0;
}
#gitflic h4 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
#gitflic h5 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: var(--neutral-900);
  margin: 0;
}
#gitflic h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--neutral-900);
  margin: 0;
}
#gitflic .label {
  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;
  height: 40px;
  padding: 8px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--blue-700);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
#gitflic .white {
  color: #fff;
}
#gitflic html {
  scroll-behavior: smooth;
}
#gitflic .container {
  width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#gitflic section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
#gitflic .btn-main {
  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;
  height: 68px;
  padding: 20px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: var(--blue-600);
  min-width: 220px;
  cursor: pointer;
}
#gitflic .btn-main:hover {
  background-color: var(--blue-800);
}
#gitflic .btn-main:active {
  background-color: var(--blue-900);
}
#gitflic .btn-outline {
  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;
  height: 68px;
  padding: 20px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: transparent;
  border: 2px solid #fff;
  min-width: 163px;
  cursor: pointer;
}
#gitflic .btn-outline p {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#gitflic .btn-outline:hover {
  border-color: var(--blue-500);
}
#gitflic .btn-outline:hover .white {
  color: var(--blue-500);
}
#gitflic .btn-outline:active {
  border-color: var(--blue-700);
}
#gitflic .btn-outline:active .white {
  color: var(--blue-700);
}
#gitflic .banner {
  background-image: url(../img/banner.webp), url(../img/banner_bg.webp);
  background-repeat: no-repeat;
  background-size: auto, cover;
  background-position: bottom right, center;
}
#gitflic .banner .container {
  padding: 83px 0;
}
#gitflic .banner-block img {
  margin-bottom: 28px;
}
#gitflic .banner-block h6 {
  margin-bottom: 60px;
}
#gitflic .banner-block-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
#gitflic .about {
  background-color: var(--neutral-50);
}
#gitflic .about .container {
  padding: 60px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
#gitflic .about-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#gitflic .about-info h2 {
  margin-bottom: 40px;
}
#gitflic .about-img {
  width: 610px;
}
#gitflic .modules .container {
  padding: 0;
}
#gitflic .modules h2 {
  margin-bottom: 40px;
}
#gitflic .modules-block {
  width: 100%;
  background-color: var(--neutral-50);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
#gitflic .modules-block-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--neutral-800);
  height: 194px;
  width: calc((100% - 80px) / 3);
}
#gitflic .modules-block-item:nth-child(4), #gitflic .modules-block-item:nth-child(5) {
  width: calc((100% - 40px) / 2);
}
#gitflic .features {
  background-color: var(--neutral-50);
}
#gitflic .features .container {
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 56px;
}
#gitflic .features-info {
  -webkit-box-flex: 4.8;
      -ms-flex: 4.8;
          flex: 4.8;
  position: relative;
}
#gitflic .features-info h2 {
  margin-bottom: 40px;
}
#gitflic .features-info .features-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 100px;
  list-style-type: none;
  padding-left: 14px;
}
#gitflic .features-info .features-block .features-item {
  position: relative;
}
#gitflic .features-info .features-block .features-item::before {
  content: "•";
  color: var(--blue-600);
  font-size: 20px;
  position: absolute;
  left: -14px;
  top: 2px;
}
#gitflic .features-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#gitflic .advantages .container {
  padding: 0;
}
#gitflic .advantages h2 {
  margin-bottom: 40px;
}
#gitflic .advantages-block {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-image: url(../img/advantages.webp), var(--main-gradient);
  background-repeat: no-repeat;
  background-position: bottom right, center;
  background-size: auto cover;
}
#gitflic .advantages-block-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 44px;
  background-color: #fff;
  height: 192px;
  width: calc((100% - 80px) / 3);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
}
#gitflic .advantages-block-item::after {
  content: url(../img/star.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 11px;
  right: 11px;
}
#gitflic .stages {
  background-color: var(--neutral-50);
}
#gitflic .stages .container {
  padding: 60px 0;
}
#gitflic .stages .container > .text-large {
  color: var(--blue-800);
}
#gitflic .stages h2 {
  margin-bottom: 60px;
}
#gitflic .stages-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 60px;
}
#gitflic .stages-block-item {
  height: 248px;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#gitflic .stages-block-item-title {
  width: 100%;
  height: 70px;
  padding-bottom: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid var(--neutral-200);
}
#gitflic .stages-block-item-title h6 {
  color: var(--blue-600);
}
#gitflic .stages-block-item-body {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 32px;
}
#gitflic .stages-block-item-body:not(:last-child) {
  padding-right: 32px;
}
#gitflic .stages-block-item:not(:last-child) .stages-block-item-body {
  padding-right: 32px;
}
#gitflic .stages-block-item::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--neutral-200);
  border-radius: 50px;
  position: absolute;
  top: 64px;
  left: 0;
}
#gitflic .atlas {
  background-image: var(--light-gradient);
}
#gitflic .atlas .container {
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
#gitflic .atlas-info {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#gitflic .atlas-info img {
  margin-bottom: 20px;
}
#gitflic .atlas-info .atlas-tablet {
  display: none;
}
#gitflic .atlas-info .text-large {
  margin-bottom: 40px;
}
#gitflic .atlas-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#gitflic .functions {
  background-color: var(--neutral-50);
}
#gitflic .functions .container {
  padding: 60px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 109px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#gitflic .functions-img {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
}
#gitflic .functions-img .functions-tablet {
  display: none;
}
#gitflic .functions-img .functions-mobile {
  display: none;
}
#gitflic .functions-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
#gitflic .functions-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  padding-left: 14px;
}
#gitflic .functions-list .functions-item {
  position: relative;
}
#gitflic .functions-list .functions-item::before {
  content: "•";
  color: var(--blue-600);
  font-size: 20px;
  position: absolute;
  left: -16px;
  top: 2px;
}
#gitflic .atlas-advantages .container {
  padding: 0;
  margin-bottom: 120px;
}
#gitflic .atlas-advantages h2 {
  margin-bottom: 40px;
}
#gitflic .atlas-advantages .advantages-block-item {
  width: calc((100% - 40px) / 2);
  height: 216px;
}

/* tablet */
@media (max-width: 1349px) {
  #gitflic .text-large {
    text-align: center;
  }
  #gitflic .text-xlarge {
    text-align: center;
  }
  #gitflic .text-small {
    text-align: center;
  }
  #gitflic .text-regular {
    text-align: center;
  }
  #gitflic h2 {
    text-align: center;
  }
  #gitflic h3 {
    text-align: center;
  }
  #gitflic h4 {
    text-align: center;
  }
  #gitflic h5 {
    text-align: center;
  }
  #gitflic h6 {
    text-align: center;
  }
  #gitflic .label {
    text-align: center;
  }
  #gitflic .container {
    width: 688px;
  }
  #gitflic .banner {
    background-image: url(../img/banner_tablet.webp), url(../img/banner_bg_tablet.webp);
  }
  #gitflic .banner .container {
    padding: 106px 0 294px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #gitflic .banner-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #gitflic .banner-block-btn-group {
    width: 100%;
    -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;
    gap: 32px;
  }
  #gitflic .banner-block-btn-group .btn-main,
  #gitflic .banner-block-btn-group .btn-outline {
    width: 100%;
  }
  #gitflic .about .container {
    padding: 60px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  #gitflic .about-info h2 {
    margin-bottom: 24px;
  }
  #gitflic .about-img {
    width: 100%;
  }
  #gitflic .about-img img {
    width: 100%;
  }
  #gitflic .modules .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #gitflic .modules-block {
    padding: 40px 60px;
    -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;
  }
  #gitflic .modules-block-item {
    padding: 40px 20px;
    height: 170px;
    width: 100%;
  }
  #gitflic .modules-block-item:nth-child(4), #gitflic .modules-block-item:nth-child(5) {
    width: 100%;
  }
  #gitflic .features .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 0;
    gap: 40px;
  }
  #gitflic .features-info .features-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
  #gitflic .advantages .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #gitflic .advantages-block {
    padding: 80px 60px 233px 60px;
    -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;
    background-position: bottom -70px right -50px, center;
  }
  #gitflic .advantages-block-item {
    height: auto;
    width: 100%;
    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;
  }
  #gitflic .advantages-block-item::after {
    top: 13px;
    right: 13px;
  }
  #gitflic .stages .container {
    padding: 60px 20px;
  }
  #gitflic .stages-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #gitflic .stages-block-item {
    height: auto;
    width: 100%;
    border-left: 2px solid var(--neutral-200);
    padding-left: 30px;
  }
  #gitflic .stages-block-item-title {
    height: 30px;
    padding-bottom: 0;
    border-bottom: none;
  }
  #gitflic .stages-block-item-title h6 {
    text-align: left;
  }
  #gitflic .stages-block-item-body {
    padding-top: 24px;
  }
  #gitflic .stages-block-item-body:not(:last-child) {
    padding-right: 0;
  }
  #gitflic .stages-block-item-body .text-large {
    text-align: left;
  }
  #gitflic .stages-block-item:not(:last-child) .stages-block-item-body {
    padding-right: 0;
    padding-bottom: 40px;
  }
  #gitflic .stages-block-item::after {
    content: "";
    top: 9px;
    left: -5px;
  }
  #gitflic .stages-block-item:first-child::after {
    top: 0;
  }
  #gitflic .atlas .container {
    padding: 80px 20px 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  #gitflic .atlas-info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #gitflic .atlas-info img {
    margin-bottom: 40px;
  }
  #gitflic .atlas-info .atlas-desktop {
    display: none;
  }
  #gitflic .atlas-info .atlas-tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #gitflic .atlas-info .label {
    width: 100%;
  }
  #gitflic .atlas-img {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  #gitflic .atlas-img img {
    width: 440px;
  }
  #gitflic .functions .container {
    padding: 60px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #gitflic .functions-img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #gitflic .functions-img .functions-desktop {
    display: none;
  }
  #gitflic .functions-img .functions-tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #gitflic .functions-info {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #gitflic .functions-list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #gitflic .atlas-advantages .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #gitflic .atlas-advantages .advantages-block-item {
    width: 100%;
    height: auto;
    padding: 40px 28px;
  }
}
/* mobile */
@media (max-width: 767px) {
  #gitflic .container {
    width: 100%;
    padding: 0 20px;
  }
  #gitflic .banner {
    background-image: url(../img/banner_mobile.webp), url(../img/banner_bg_mobile.webp);
  }
  #gitflic .banner .container {
    padding: 62px 20px 307px 20px;
  }
  #gitflic .about .container {
    padding: 60px 20px;
  }
  #gitflic .about-img {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #gitflic .about-img img {
    min-width: 648px;
  }
  #gitflic .modules .container {
    padding: 0 20px;
  }
  #gitflic .modules-block {
    padding: 40px 32px;
  }
  #gitflic .modules-block-item {
    padding: 40px 20px;
    height: auto;
    gap: 32px;
  }
  #gitflic .features .container {
    padding: 60px 20px;
  }
  #gitflic .features-info .features-block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #gitflic .features-info .features-item .text-large {
    text-align: left;
  }
  #gitflic .advantages .container {
    padding: 0 20px;
  }
  #gitflic .advantages-block {
    padding: 80px 28px 243px 28px;
    background-size: 100%, cover;
    background-position: bottom 0 right -40px, center;
  }
  #gitflic .advantages-block-item::after {
    top: 10px;
    right: 11px;
  }
  #gitflic .stages .container {
    padding: 60px 20px;
  }
  #gitflic .atlas .container {
    padding: 80px 20px 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  #gitflic .atlas .label {
    height: auto;
  }
  #gitflic .atlas-img img {
    width: 100%;
    max-width: 444px;
  }
  #gitflic .functions-img {
    width: 100%;
    background-image: url(../img/function_bg_mobile.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 166%;
    min-height: 424px;
    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;
  }
  #gitflic .functions-img .functions-tablet {
    display: none;
  }
  #gitflic .functions-img .functions-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #gitflic .functions-info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #gitflic .functions-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #gitflic .functions-list .text-large {
    text-align: left;
  }
  #gitflic .atlas-advantages .container {
    padding: 0 20px;
  }
}
/*# sourceMappingURL=style.css.map */
