/**
 * Variables
 */
/**
  * Functions, mixins
  */
/**
 * Basic rules
 */
html {
  height: 100%;
  scroll-behavior: smooth; }

body {
  position: relative;
  font-size: 18px;
  font-family: 'GraphikLCG', sans-serif;
  font-weight: 400;
  color: #212121;
  -webkit-font-smoothing: antialiased; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 14px; } }
  body.is-menu-open {
    overflow: hidden; }

*,
:before,
:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

* {
  -webkit-locale: auto; }

svg {
  pointer-events: none; }

input,
textarea,
button {
  border: none;
  outline: none;
  border-radius: 0; }

input[type='text'],
input[type='password'],
input[type='tel'],
input[type='email'],
input[type='number'],
textarea,
button {
  -webkit-appearance: none; }

input::-webkit-credentials-auto-fill-button,
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0; }

input::-ms-reveal,
input::-ms-clear {
  width: 0;
  height: 0; }

fieldset {
  border: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: normal;
  color: inherit; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: none; }

li {
  list-style: none; }

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

label {
  cursor: pointer; }

@font-face {
  font-family: 'GraphikLCG';
  src: url("../fonts/GraphikLCG-Medium.woff2") format("woff2"), url("../fonts/GraphikLCG-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap; }

@font-face {
  font-family: 'GraphikLCG';
  src: url("../fonts/GraphikLCG-Regular.woff2") format("woff2"), url("../fonts/GraphikLCG-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap; }

/**
 * Vendor
 */
/*! 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 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**
 * Components
 */
button {
  border: none;
  outline: none;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: transparent;
  cursor: pointer; }

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px; }
  @media screen and (max-width: 767px) {
    .container {
      padding: 0 15px; } }

.header {
  position: fixed;
  font-size: 16px;
  line-height: 20px;
  padding: 28px 0 32px;
  border-bottom: 1px solid #ECECEC;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  top: 0px; }
  .header::after {
    content: '';
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 33, 33, 0.4);
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    visibility: hidden;
    opacity: 0; }
  @media screen and (max-width: 767px) {
    .header {
      padding: 18px 0 14px; } }
  .header__logo a {
    display: block; }
  .header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__menu-inner {
    background-color: #fff; }
    @media screen and (max-width: 767px) {
      .header__menu-inner {
        position: fixed;
        z-index: 2;
        top: 0;
        right: 0;
        width: 283px;
        height: 100%;
        padding: 25px 30px 50px;
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%);
        -webkit-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out; } }
  @media screen and (min-width: 768px) {
    .header__button {
      padding: 0 25px;
      background: #0034D1;
      border-radius: 30px;
      height: 45px;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #fff; } }
  @media screen and (min-width: 768px) {
    .header menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 -13px; } }
  @media screen and (max-width: 767px) {
    .header menu {
      margin-top: 58px; } }
  .header li {
    padding: 0 13px; }
    @media screen and (max-width: 767px) {
      .header li {
        padding: 18px 0; } }
  .header .button_mob {
    display: block;
    margin-left: auto;
    width: 28px; }
    @media screen and (min-width: 768px) {
      .header .button_mob {
        display: none; } }
  .header .icon-logo {
    width: 94px;
    height: 16px; }
    @media screen and (max-width: 767px) {
      .header .icon-logo {
        width: 80px;
        height: 14px; } }

.is-menu-open .header__menu-inner {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.is-menu-open .header::after {
  visibility: visible;
  opacity: 1; }

.footer {
  background-color: #F6F6F6;
  font-size: 16px;
  line-height: 130%; }
  .footer__inner {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-columns: 1fr 16px 2fr 16px 1fr;
    grid-template-columns: 1fr 2fr 1fr;
    padding: 25px 0;
    gap: 16px; }
    @media screen and (max-width: 767px) {
      .footer__inner {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr; } }
  @media screen and (min-width: 768px) {
    .footer__caption {
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .footer__caption {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1/3;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; } }
  .footer__logo {
    text-align: right; }
  .footer .icon-logo {
    width: 84px;
    height: 14px; }
    @media screen and (max-width: 767px) {
      .footer .icon-logo {
        width: 66px;
        height: 11px; } }
  .footer .icon-logo_sk {
    width: 142px;
    height: 24px; }
    @media screen and (max-width: 767px) {
      .footer .icon-logo_sk {
        width: 118px;
        height: 20px; } }

.icon-burger,
.icon-close {
  width: 28px;
  height: 28px; }

.link {
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  @media (hover: hover) {
    .link:hover {
      color: #0008D1; } }
  .link-arr {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .link-arr:hover .link-icon {
      background-color: #0008D1; }
  .link-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #0034D1;
    border: 1px solid rgba(35, 35, 35, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    margin-left: 26px; }
    @media screen and (max-width: 767px) {
      .link-icon {
        width: 70px;
        height: 70px;
        margin-left: 18px; } }
    .link-icon .icon {
      width: 24px;
      height: 24px;
      margin: auto; }

a:hover .link-icon {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.section_bg-gray {
  background-color: #F7F7F7; }

@media screen and (max-width: 767px) {
  .section {
    padding-top: 40px; } }

.section.feedback {
  padding: 200px 0 100px;
  margin-top: -100px; }
  @media screen and (max-width: 767px) {
    .section.feedback {
      padding: 100px 0 40px;
      margin-top: -60px; } }

.greeting {
  padding-top: 100px; }
  @media screen and (max-width: 767px) {
    .greeting {
      padding-top: 30px; } }
  .greeting__head {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 13px 1fr;
    grid-template-columns: 2fr 1fr;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 13px;
    margin-bottom: 40px; }
    @media screen and (max-width: 1199px) {
      .greeting__head {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }
    @media screen and (max-width: 767px) {
      .greeting__head {
        margin-bottom: 24px; } }
  .greeting p {
    font-size: 20px;
    line-height: 130%; }
    @media screen and (min-width: 1200px) {
      .greeting p {
        margin-bottom: 8px;
        max-width: 303px;
        margin-left: auto; } }
    @media screen and (max-width: 767px) {
      .greeting p {
        font-size: 16px; } }
  .greeting__banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    padding-bottom: 43%; }

.adventages {
  padding-top: 200px;
  margin-top: -100px; }
  @media screen and (max-width: 767px) {
    .adventages {
      padding-top: 100px;
      margin-top: -60px; } }
  .adventages__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 1fr 0 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 0; }
    @media screen and (max-width: 767px) {
      .adventages__grid {
        -ms-grid-columns: minmax(auto, 210px);
        grid-template-columns: minmax(auto, 210px);
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 50px; } }
  .adventages__item {
    text-align: center; }
    .adventages__item-icon {
      width: 131px;
      height: 131px;
      margin: 0 auto 32px; }
      @media screen and (max-width: 767px) {
        .adventages__item-icon {
          width: 100px;
          height: 100px;
          margin: 0 auto 20px; } }

.projects {
  padding-top: 100px; }
  @media screen and (max-width: 767px) {
    .projects {
      padding-top: 40px; } }
  .projects h2 {
    text-align: left; }
  .projects__inner {
    background-color: #F7F7F7;
    padding: 100px 0; }
    @media screen and (max-width: 767px) {
      .projects__inner {
        padding: 40px 0; } }
  .projects__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px; }
    @media screen and (max-width: 767px) {
      .projects__row {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr); } }

@media screen and (min-width: 768px) {
  .projects__item:last-child {
    margin-top: -124px; } }

.projects__item-img {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .projects__item-img {
      margin-bottom: 24px; } }

.projects__item-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 26px; }
  @media screen and (max-width: 767px) {
    .projects__item-name {
      font-size: 18px;
      margin-bottom: 18px; } }

@media screen and (min-width: 768px) {
  .projects__item p {
    max-width: 510px; } }

.projects__item-link {
  margin-top: 26px; }
  @media screen and (min-width: 768px) {
    .projects__item-link {
      margin-top: 18px; } }

.form {
  margin: 0 auto;
  max-width: 720px; }
  @media screen and (min-width: 768px) {
    .form {
      font-size: 16px; } }
  .form input,
  .form textarea {
    background-color: #F6F6F6;
    border-radius: 5px;
    border: 1px solid #F6F6F6;
    padding: 14px 22px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .form input,
      .form textarea {
        padding: 16px 11px; } }
  .form textarea {
    resize: none;
    height: 132px; }
  .form input[type='checkbox'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0; }
  .form .is-error input,
  .form .is-error textarea,
  .form .is-error .form__checkbox-input {
    border-color: #D62323; }
  .form__error {
    font-size: 14px;
    color: #D62323; }
    .form__error:not(:last-child) {
      margin-bottom: 5px; }
  .form__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media screen and (max-width: 767px) {
      .form__row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 0; } }
  .form__field {
    margin-bottom: 22px; }
    @media screen and (max-width: 767px) {
      .form__field {
        margin-bottom: 12px; } }
  .form__button {
    text-align: center;
    margin-top: 35px; }
    @media screen and (max-width: 767px) {
      .form__button {
        text-align: left;
        margin-top: 20px; } }

.form__checkbox {
  position: relative;
  display: block; }
  .form__checkbox-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 24px 10px minmax(auto, 470px);
    grid-template-columns: 24px minmax(auto, 470px);
    gap: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .form__checkbox-row .form__error {
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
      grid-column: 1/4; }
  .form__checkbox input[type='checkbox']:checked + .form__checkbox-square {
    opacity: 1; }
  .form__checkbox-input {
    position: relative;
    height: 24px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    overflow: hidden; }
  .form__checkbox-square {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 11px;
    background-image: url("../images/svg/check.svg");
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
  .form__checkbox span {
    padding-top: 4px;
    color: rgba(33, 33, 33, 0.4); }
    .form__checkbox span a {
      text-decoration: underline; }

main {
  padding-top: 106px; }
  @media screen and (max-width: 767px) {
    main {
      padding-top: 66px; } }
  main h1 {
    margin: 0;
    font-weight: 500;
    font-size: 68px;
    line-height: 110%; }
    @media screen and (max-width: 767px) {
      main h1 {
        font-size: 36px; } }
  main h2 {
    margin: 0 0 80px;
    font-weight: 500;
    font-size: 40px;
    line-height: 110%;
    text-align: center; }
    @media screen and (max-width: 767px) {
      main h2 {
        font-size: 24px;
        margin: 0 0 40px; } }

/*# sourceMappingURL=main.css.map */
