:root {
  --main-color: #12213A;
  --blue: #23388E;
  --blue-hover: #1e3cb9;
  --purple:  #9B51E0;
  --bg-white: #FFFFFF;
  --txt-black: #000000;
  --txt-white: #FFFFFF; }

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    -webkit-transition: width 0.35s ease;
    -o-transition: width 0.35s ease;
    transition: width 0.35s ease; }
    @media (prefers-reduced-motion: reduce) {
      .collapsing.collapse-horizontal {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 648px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 0;
  --bs-modal-border-radius: 0;
  --bs-modal-box-shadow: none;
  --bs-modal-inner-border-radius: 0;
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 0;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
        -ms-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02); }

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2); }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2); }

.modal-content {
  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;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0; }

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg); }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity); }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius); }
  .modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto; }

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height); }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: var(--bs-modal-padding); }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius); }
  .modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * .5); }

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto; }
  .modal-sm {
    --bs-modal-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px; } }

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen .modal-header,
  .modal-fullscreen .modal-footer {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-header,
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-header,
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-header,
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-header,
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-header,
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto; } }

@font-face {
  font-family: 'TT Firs Neue';
  src: url("../fonts/TTFirsNeue-DemiBold.woff2") format("woff2"), url("../fonts/TTFirsNeue-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'TT Firs Neue';
  src: url("../fonts/TTFirsNeue-Regular.woff2") format("woff2"), url("../fonts/TTFirsNeue-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'TT Firs Neue';
  src: url("../fonts/TTFirsNeue-Medium.woff2") format("woff2"), url("../fonts/TTFirsNeue-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'TT Firs Neue';
  src: url("../fonts/TTFirsNeue-Light.woff2") format("woff2"), url("../fonts/TTFirsNeue-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'TT Firs Neue';
  src: url("../fonts/TTFirsNeue-LightItalic.woff2") format("woff2"), url("../fonts/TTFirsNeue-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

html {
  font-size: 16px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll; }

body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: 'TT Firs Neue';
  color: var(--main-color);
  background: -o-linear-gradient(346.4deg, #FBFBFC 0.75%, #E8ECEF 110.56%);
  background: linear-gradient(103.6deg, #FBFBFC 0.75%, #E8ECEF 110.56%); }

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

ul[class],
ol[class] {
  list-style: none;
  padding: 0; }

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

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

a, button {
  -webkit-transition: background .2s linear, color .2s linear;
  -o-transition: background .2s linear, color .2s linear;
  transition: background .2s linear, color .2s linear; }

button {
  border: none;
  padding: 0;
  background: none; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

input,
button,
textarea,
select {
  font: inherit; }

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
  vertical-align: middle; }

textarea {
  resize: none; }

section {
  position: relative; }

input,
select,
button {
  outline: none; }

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

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

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

.tabs-content {
  display: none;
  opacity: 0;
  -webkit-transition: .45s linear;
  -o-transition: .45s linear;
  transition: .45s linear; }
  .tabs-content.active {
    display: block; }
  .tabs-content.animate {
    opacity: 1; }

@media (max-width: 1320px) {
  .container {
    max-width: 990px; } }

@media (max-width: 990px) {
  .container {
    max-width: 670px; }
  .tabs-content {
    display: block;
    opacity: 1; } }

@media (max-width: 670px) {
  .container {
    max-width: 510px; } }

@media (max-width: 510px) {
  .container {
    max-width: 100%; } }

.btn {
  background: var(--blue);
  font-weight: 600;
  line-height: 22px;
  color: var(--txt-white);
  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;
  padding: 29px 57px 28px; }
  .btn:hover {
    background: var(--blue-hover); }

.pageNavigation {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9; }
  .pageNavigation-list {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .pageNavigation-list__item {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      border-width: 1px 1px 0px 1px;
      border-style: solid;
      border-color: rgba(0, 0, 0, 0.25); }
      .pageNavigation-list__item:not(:first-child) {
        margin-left: -1px; }
  .pageNavigation-link {
    font-weight: 300;
    line-height: 22px;
    display: block;
    padding: 16px 26px 15px 26px;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px); }
    .pageNavigation-link span {
      font-weight: 500;
      color: var(--blue); }
    .pageNavigation-link.selected {
      font-weight: 500;
      background: var(--bg-white);
      padding-top: 27px; }
    .pageNavigation-link:hover {
      background: var(--bg-white); }

.modal-content {
  position: relative;
  border-radius: 5px; }

.modal-close {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 18px;
  right: 20px;
  cursor: pointer; }
  .modal-close svg {
    width: 100%;
    height: 100%; }

.modal-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase; }

.modal-signUp {
  padding: 74px 66px 108px; }
  .modal-signUp__title {
    margin-bottom: 35px; }

.modal-thanks {
  padding: 124px 66px 215px; }
  .modal-thanks__img {
    margin-bottom: 22px; }
    .modal-thanks__img img {
      margin-left: auto;
      margin-right: auto; }
  .modal-thanks__title {
    margin-bottom: 12px; }
  .modal-thanks__txt {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: rgba(0, 0, 0, 0.72);
    max-width: 378px;
    margin-left: auto;
    margin-right: auto; }

.form__fields {
  margin-bottom: 38px; }

.form-input {
  display: block;
  width: 100%;
  height: 88px;
  background: #FFF4F4;
  border-radius: 5px;
  color: #282727;
  padding: 0 34px;
  border: none; }
  .form-input::-webkit-input-placeholder {
    color: #282727; }
  .form-input::-moz-placeholder {
    color: #282727; }
  .form-input:-ms-input-placeholder {
    color: #282727; }
  .form-input::-ms-input-placeholder {
    color: #282727; }
  .form-input::placeholder {
    color: #282727; }
  .form-input:not(:last-child) {
    margin-bottom: 24px; }

.form__consent {
  margin-bottom: 20px; }

.form-consent {
  position: relative;
  display: block; }
  .form-consent input {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    opacity: 0; }
    .form-consent input:checked + .form-consent__info .form-consent__icon svg {
      opacity: 1; }
  .form-consent__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .form-consent__icon {
    width: 18px;
    height: 18px;
    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: #3081ED;
    border-radius: 3px; }
    .form-consent__icon svg {
      width: 13px;
      height: 13px;
      fill: var(--txt-white);
      opacity: 0; }
  .form-consent__txt {
    padding-left: 16px;
    color: rgba(0, 0, 0, 0.68);
    width: calc(100% - 18px); }

.form-btn {
  font-size: 20px;
  line-height: 28px;
  padding: 26px 10px 25px;
  width: 100%; }

@media (max-width: 1320px) {
  .pageNavigation-link {
    background: -o-linear-gradient(346.4deg, #FBFBFC 0.75%, #E8ECEF 110.56%);
    background: linear-gradient(103.6deg, #FBFBFC 0.75%, #E8ECEF 110.56%); } }

@media (max-width: 990px) {
  .pageNavigation {
    display: none; } }

@media (max-width: 670px) {
  .modal-signUp {
    padding: 60px 20px; }
    .modal-signUp__title {
      margin-bottom: 20px; }
  .modal-thanks {
    padding: 60px 20px; }
  .modal-title {
    font-size: 18px;
    line-height: 22px; }
  .form-input {
    height: 50px;
    padding: 0 20px; }
    .form-input:not(:last-child) {
      margin-bottom: 12px; }
  .form-btn {
    font-size: 18px;
    line-height: 1;
    padding: 16px; } }

.header {
  padding-top: 34px;
  padding-bottom: 26px; }
  .header__content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__txt {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.23em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.37);
    display: none; }
    .header__txt.visible {
      display: block; }
  .header-contacts__right {
    margin-left: 14px; }
  .header-contacts__phone {
    display: block;
    font-weight: 500;
    font-size: 22px;
    line-height: 31px; }
  .header-contacts__txt {
    font-weight: 300;
    font-size: 15px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.54);
    padding-left: 12px; }

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

@media (max-width: 990px) {
  .header__txt.visible {
    display: none; } }

@media (max-width: 670px) {
  .header {
    padding: 19px 0; }
    .header__content {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .header__logo {
      padding-left: 5px; }
    .header-contacts__right {
      display: none; }
    .header-contacts__wa img {
      width: 41px; }
  .logo img {
    max-width: 127px; } }

.intro {
  position: relative; }
  .intro::after {
    content: "";
    width: 100%;
    height: 351px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(247, 248, 249, 0.86)), color-stop(38.57%, rgba(242, 244, 246, 0.86)), color-stop(52.33%, rgba(234, 238, 240, 0.86)), color-stop(73.26%, rgba(238, 240, 243, 0.86)));
    background: -o-linear-gradient(left, rgba(247, 248, 249, 0.86) 0%, rgba(242, 244, 246, 0.86) 38.57%, rgba(234, 238, 240, 0.86) 52.33%, rgba(238, 240, 243, 0.86) 73.26%);
    background: linear-gradient(90deg, rgba(247, 248, 249, 0.86) 0%, rgba(242, 244, 246, 0.86) 38.57%, rgba(234, 238, 240, 0.86) 52.33%, rgba(238, 240, 243, 0.86) 73.26%);
    -webkit-filter: blur(61px);
            filter: blur(61px);
    position: absolute;
    bottom: -164px;
    height: 188px;
    left: 0;
    bottom: 0; }
  .intro-content {
    margin-left: -15px;
    margin-right: -15px; }
    .intro-content__col {
      padding-left: 15px;
      padding-right: 15px; }
    .intro-content__left {
      width: 41.66666667%;
      padding-top: 84px; }
    .intro-content__middle {
      width: 25%; }
    .intro-content__right {
      width: 33.33333333%;
      padding-top: 110px; }
  .intro-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
    .intro-img img {
      max-width: initial; }
    .intro-img__desctop {
      margin-right: -124px; }
    .intro-img__mobile {
      display: none; }
    .intro-img__link {
      position: absolute;
      z-index: 9;
      bottom: 112px;
      left: -48px; }
  .intro-info {
    position: relative;
    z-index: 10; }
    .intro-info__name {
      font-weight: 500;
      font-size: 53px;
      line-height: 74px;
      margin-bottom: -2px; }
    .intro-info__position {
      font-size: 24px;
      line-height: 34px;
      background: -o-linear-gradient(357.32deg, #6D7578 -13.83%, #414445 183.82%);
      background: linear-gradient(92.68deg, #6D7578 -13.83%, #414445 183.82%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent;
      margin-bottom: 26px; }
    .intro-info__quote {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-style: italic;
      font-weight: 300;
      font-size: 18px;
      line-height: 27px;
      color: var(--txt-black);
      max-width: 436px;
      margin-bottom: 40px; }
      .intro-info__quote-icon {
        width: 34px; }
      .intro-info__quote-txt {
        width: calc(100% - 34px);
        padding-left: 14px;
        padding-top: 12px; }
    .intro-info__exp {
      font-size: 31px;
      line-height: 43px;
      margin-bottom: -44px; }
    .intro-info__painting {
      margin-left: 110px; }
  .intro-about__title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 12px; }
  .intro-about__txt {
    font-weight: 300;
    font-size: 15px;
    line-height: 21px;
    margin-right: -66px;
    margin-bottom: 40px; }
  .intro-slider {
    overflow: hidden; }
    .intro-slider__slide {
      width: auto; }
    .intro-slider__img {
      display: block; }
  .intro-navigation {
    margin-top: 26px;
    margin-left: -12px;
    position: relative;
    z-index: 3; }
  .intro-btn {
    width: 45px;
    height: 45px;
    cursor: pointer; }
    .intro-btn:not(:last-child) {
      margin-right: 12px; }
    .intro-btn svg {
      width: 24px;
      height: 24px;
      -webkit-transition: .2s linear;
      -o-transition: .2s linear;
      transition: .2s linear; }
    .intro-btn:hover svg {
      width: 45px;
      height: 45px; }

@media (max-width: 1320px) {
  .intro {
    padding-bottom: 200px; }
    .intro::after {
      display: none; }
    .intro-content__left {
      width: 50%; }
    .intro-content__right {
      width: 50%; }
    .intro-content__middle {
      width: 100%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .intro-img__desctop {
      display: none; }
    .intro-img__link {
      position: initial;
      margin-top: 40px; }
    .intro-about__txt {
      margin-right: 0; } }

@media (max-width: 990px) {
  .intro {
    padding-bottom: 20px;
    overflow: hidden; }
    .intro-content__left {
      width: 100%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding-top: 20px; }
    .intro-content__middle {
      width: 100%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .intro-content__right {
      width: 100%;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      position: relative;
      z-index: 9;
      padding-top: 36px; }
    .intro-info__painting {
      display: none; }
    .intro-info__name {
      text-align: center; }
    .intro-info__position {
      text-align: center; }
    .intro-info__quote {
      margin-left: auto;
      margin-right: auto; }
    .intro-info__exp {
      text-align: center; }
    .intro-img {
      margin-top: 40px; }
      .intro-img::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100px;
        background: -webkit-gradient(linear, left top, right top, from(rgba(247, 248, 249, 0.86)), color-stop(38.57%, rgba(242, 244, 246, 0.86)), color-stop(52.33%, rgba(234, 238, 240, 0.86)), color-stop(73.26%, rgba(238, 240, 243, 0.86)));
        background: -o-linear-gradient(left, rgba(247, 248, 249, 0.86) 0%, rgba(242, 244, 246, 0.86) 38.57%, rgba(234, 238, 240, 0.86) 52.33%, rgba(238, 240, 243, 0.86) 73.26%);
        background: linear-gradient(90deg, rgba(247, 248, 249, 0.86) 0%, rgba(242, 244, 246, 0.86) 38.57%, rgba(234, 238, 240, 0.86) 52.33%, rgba(238, 240, 243, 0.86) 73.26%);
        -webkit-filter: blur(61px);
                filter: blur(61px); }
      .intro-img__link {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center; }
      .intro-img__desctop {
        display: block; }
        .intro-img__desctop img {
          max-width: 100%; }
    .intro-about__title {
      text-align: center;
      margin-bottom: 14px; }
    .intro-about__txt {
      margin-bottom: 28px; }
    .intro-navigation {
      margin-left: -14px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .intro-btn {
      width: 24px;
      height: 24px; }
      .intro-btn:not(:last-child) {
        margin-right: 4px; }
      .intro-btn:hover svg {
        width: 24px;
        height: 24px; } }

@media (max-width: 670px) {
  .intro {
    padding-bottom: 10px; }
    .intro-img {
      margin-top: -62px;
      height: 640px;
      margin-left: -15px;
      margin-right: -15px; }
      .intro-img__desctop {
        display: none; }
      .intro-img__mobile {
        display: block;
        width: 100%; }
        .intro-img__mobile img {
          margin-left: auto;
          margin-right: auto;
          width: 100%; }
      .intro-img__link {
        bottom: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center; }
    .intro-info__name {
      font-size: 35px;
      line-height: 49px;
      margin-bottom: 0px; }
    .intro-info__position {
      font-size: 18px;
      line-height: 25px;
      margin-bottom: 10px; }
    .intro-info__quote {
      font-size: 14px;
      line-height: 21px;
      margin-bottom: 9px; }
      .intro-info__quote-icon {
        width: 20px; }
      .intro-info__quote-txt {
        width: calc(100% - 20px);
        padding-left: 11px;
        padding-top: 5px; }
    .intro-info__exp {
      font-size: 23px;
      line-height: 32px; } }

.cases {
  padding-bottom: 94px; }
  .cases-title {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 20px;
    display: none; }
  .cases-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px; }
    .cases-list__item {
      padding-left: 4px;
      padding-right: 4px;
      width: 25%;
      height: initial;
      margin-bottom: 8px; }
  .cases-item {
    display: block;
    height: 100%; }
    .cases-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 3px; }
  .cases-navigation {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 16px; }
  .cases-btn {
    width: 24px;
    height: 24px;
    margin: 0 2px; }
    .cases-btn svg {
      width: 100%;
      height: 100%; }

@media (max-width: 1320px) {
  .cases-list__item {
    width: calc(100% / 3); } }

@media (max-width: 990px) {
  .cases {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden; }
    .cases-title {
      display: block; }
    .cases-list {
      margin-left: 0;
      margin-right: 0;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .cases-list__item {
        width: 219px;
        padding: 0;
        margin-bottom: 0; }
    .cases-item img {
      border: 2px solid #FFFFFF;
      -webkit-filter: drop-shadow(-19px 42px 18px rgba(0, 0, 0, 0.01)) drop-shadow(-10px 23px 15px rgba(0, 0, 0, 0.03)) drop-shadow(-5px 10px 11px rgba(0, 0, 0, 0.04)) drop-shadow(-1px 3px 6px rgba(0, 0, 0, 0.05)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.05));
              filter: drop-shadow(-19px 42px 18px rgba(0, 0, 0, 0.01)) drop-shadow(-10px 23px 15px rgba(0, 0, 0, 0.03)) drop-shadow(-5px 10px 11px rgba(0, 0, 0, 0.04)) drop-shadow(-1px 3px 6px rgba(0, 0, 0, 0.05)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.05)); }
    .cases-navigation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

@media (max-width: 670px) {
  .cases {
    padding-top: 10px;
    padding-bottom: 10px; } }

.price center {
  margin: 12px 0;
}

.price {
  padding-bottom: 104px; }
  .price-content__head {
    background: var(--blue);
    color: var(--txt-white);
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    padding: 21px 15px 20px; }
  .price-group__head {
    background: rgba(35, 56, 142, 0.06);
    border: 1px solid #E5E5E5;
    font-weight: 500;
    padding: 17px 35px 17px; }
    .price-group__head-col {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%; }
      .price-group__head-col:last-child {
        text-align: right; }
  .price-group__name {
    text-align: center;
    font-size: 18px;
    line-height: 23px; }
  .price-group__link {
    line-height: 21px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: var(--purple); }
    .price-group__link:hover {
      -webkit-text-decoration-line: none;
              text-decoration-line: none; }
  .price-group__body {
    background: var(--bg-white);
    font-size: 15px;
    line-height: 19px; }
  .price-group__row {
    border: 1px solid #E5E5E5;
    margin-top: -1px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .price-group__col {
    width: 50%;
    padding: 20px 40px; }
    .price-group__col:not(:last-child) {
      border-right: 1px solid #E5E5E5; }
  .price-group__txt {
    font-weight: 500; }

@media (max-width: 990px) {
  .price {
    padding-top: 20px;
    padding-bottom: 20px; } }

@media (max-width: 670px) {
  .price {
    padding-top: 10px;
    padding-bottom: 10px; }
    .price-content__head {
      padding: 14px; }
    .price-group__head {
      padding: 15px 22px; }
      .price-group__head-col:first-child {
        display: none; }
    .price-group__body {
      font-size: 14px;
      line-height: 18px; }
    .price-group__name {
      text-align: left;
      font-size: 17px;
      line-height: 22px; }
    .price-group__col {
      padding: 15px 0 15px 15px; }
      .price-group__col:last-child {
        padding-left: 22px; } }

.contacts {
  padding-top: 66px;
  padding-bottom: 208px; }
  .contacts-title {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 20px;
    display: none; }
  .contacts-content__left {
    width: 33.33333333%; }
  .contacts-content__right {
    width: 66.66666667%;
    padding-left: 20px; }
  .contacts-map {
    max-width: 808px;
    width: 100%;
    margin-left: auto; }
  .contacts-info__group:not(:last-child) {
    margin-bottom: 29px; }
  .contacts-info__name {
    font-weight: 300;
    font-size: 15px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.54); }
  .contacts-info__value {
    font-weight: 500;
    font-size: 22px;
    line-height: 31px; }
    .contacts-info__value span {
      display: block;
      font-weight: 400;
      font-size: 16px;
      line-height: 22px; }
  .contacts-info__mail {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline; }
    .contacts-info__mail:hover {
      -webkit-text-decoration-line: none;
              text-decoration-line: none; }
  .contacts-info__btn {
    margin-top: 40px; }

@media (max-width: 990px) {
  .contacts {
    padding-bottom: 50px; }
    .contacts-title {
      display: block; }
    .contacts-content__left {
      width: 100%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .contacts-content__right {
      width: 100%;
      padding-left: 0;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 34px; }
    .contacts-info__btn {
      display: none; } }

@media (max-width: 670px) {
  .contacts {
    padding-top: 10px; }
    .contacts-map {
      border: 3px solid #FFFFFF;
      -webkit-filter: drop-shadow(-19px 42px 18px rgba(0, 0, 0, 0.01)) drop-shadow(-10px 23px 15px rgba(0, 0, 0, 0.03)) drop-shadow(-5px 10px 11px rgba(0, 0, 0, 0.04)) drop-shadow(-1px 3px 6px rgba(0, 0, 0, 0.05)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.05));
              filter: drop-shadow(-19px 42px 18px rgba(0, 0, 0, 0.01)) drop-shadow(-10px 23px 15px rgba(0, 0, 0, 0.03)) drop-shadow(-5px 10px 11px rgba(0, 0, 0, 0.04)) drop-shadow(-1px 3px 6px rgba(0, 0, 0, 0.05)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.05));
      border-radius: 3px;
      height: 225px;
      overflow: hidden; }
      .contacts-map > iframe {
        max-height: 100%; }
    .contacts-info__group:not(:last-child) {
      margin-bottom: 19px; }
    .contacts-info__value {
      font-size: 18px;
      line-height: 25px;
      max-width: 254px; } }

      .actions ol {
        padding-left: 16px;
      }

      @media (max-width: 991px) {
        .actions {
          padding-top: 24px;
        }

        .price-group__col--fw {
          width: 100%;
        }
      }