/*! 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,
.section-next__title {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  /* 1 */
  overflow: visible;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 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] {
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  border-bottom: none;
  /* 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: -.25em;
}

sup {
  top: -.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 {
  padding: 0;
  border-style: none;
}

/**
 * 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: .35em .75em .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 {
  /* 2 */
  display: table;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 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'] {
  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'] {
  /* 1 */
  outline-offset: -2px;
  -webkit-appearance: textfield;
  /* 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 {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 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;
}

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  color: #333;
  border: none;
  background: rgba(255, 255, 255, .75);
}

.flickity-button:hover {
  cursor: pointer;
  background: white;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: .6;
}

.flickity-button:disabled {
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
  opacity: .3;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */

.flickity-rtl .flickity-prev-next-button.previous {
  right: 10px;
  left: auto;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  line-height: 1;
  position: absolute;
  bottom: -25px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  cursor: pointer;
  opacity: .25;
  border-radius: 50%;
  background: #333;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.h1,
h1,
.section-next__title,
.h2,
h2,
.project-title,
.h3,
.section-title,
.section-program__title,
h3,
.section-contacts__title,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  display: block;
  margin: 0;
  color: inherit;
}

p {
  margin: 1.5rem 0;
}

p:empty {
  display: none;
}

b,
strong {
  font-weight: 700;
}

.h1,
h1,
.section-next__title {
  font-family: 'Inter', sans-serif;
  font-size: 12rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .1em;
}

.h2,
h2,
.project-title {
  font-family: 'Inter', sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
}

.h3,
.section-title,
.section-program__title,
h3,
.section-contacts__title {
  font-family: 'Inter', sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

.h4,
h4 {
  font-family: 'Inter', sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.28;
}

.h5,
h5 {
  font-family: 'Inter', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.35;
}

.h6,
h6 {
  font-family: 'Inter', sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2;
}

.content,
.popup-content,
.section-description,
.section-content,
.section-primary__description,
.client-description,
.project-content,
.article-default,
.light-box__content {
  font-size: 1.9rem;
  line-height: 1.5;
  letter-spacing: .009em;
}

.content a:not(.btn):not(.article-success):not(.article-preview),
.popup-content a:not(.btn):not(.article-success):not(.article-preview),
.section-description a:not(.btn):not(.article-success):not(.article-preview),
.section-content a:not(.btn):not(.article-success):not(.article-preview),
.section-primary__description a:not(.btn):not(.article-success):not(.article-preview),
.client-description a:not(.btn):not(.article-success):not(.article-preview),
.project-content a:not(.btn):not(.article-success):not(.article-preview),
.article-default a:not(.btn):not(.article-success):not(.article-preview),
.light-box__content a:not(.btn):not(.article-success):not(.article-preview) {
  color: #f92740;
  border-bottom-color: rgba(249, 39, 64, .4);
}

.content p,
.popup-content p,
.section-description p,
.section-content p,
.section-primary__description p,
.client-description p,
.project-content p,
.article-default p,
.light-box__content p {
  margin: 0;
}

.content p + p,
.popup-content p + p,
.section-description p + p,
.section-content p + p,
.section-primary__description p + p,
.client-description p + p,
.project-content p + p,
.article-default p + p,
.light-box__content p + p {
  margin-top: 1.5rem;
}

.content blockquote,
.popup-content blockquote,
.section-description blockquote,
.section-content blockquote,
.section-primary__description blockquote,
.client-description blockquote,
.project-content blockquote,
.article-default blockquote,
.light-box__content blockquote {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  margin: 6rem 0;
  padding: 0 0 0 6.5rem;
}

.content blockquote:before,
.popup-content blockquote:before,
.section-description blockquote:before,
.section-content blockquote:before,
.section-primary__description blockquote:before,
.client-description blockquote:before,
.project-content blockquote:before,
.article-default blockquote:before,
.light-box__content blockquote:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin: 1.4rem 0 0 4rem;
  content: '';
  border-radius: 100%;
  background-color: currentColor;
}

.content figure,
.popup-content figure,
.section-description figure,
.section-content figure,
.section-primary__description figure,
.client-description figure,
.project-content figure,
.article-default figure,
.light-box__content figure {
  margin: 0;
  padding: 0;
}

.content figure img,
.popup-content figure img,
.section-description figure img,
.section-content figure img,
.section-primary__description figure img,
.client-description figure img,
.project-content figure img,
.article-default figure img,
.light-box__content figure img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(0, 0, 0, .07);
  border-radius: 1.2rem;
}

.content figure.offset-right,
.popup-content figure.offset-right,
.section-description figure.offset-right,
.section-content figure.offset-right,
.section-primary__description figure.offset-right,
.client-description figure.offset-right,
.project-content figure.offset-right,
.article-default figure.offset-right,
.light-box__content figure.offset-right {
  margin-right: -15rem;
}

.content figcaption,
.popup-content figcaption,
.section-description figcaption,
.section-content figcaption,
.section-primary__description figcaption,
.client-description figcaption,
.project-content figcaption,
.article-default figcaption,
.light-box__content figcaption {
  font-family: 'Manrope', sans-serif;
  font-size: 1.6rem;
  margin-top: 1.5rem;
  letter-spacing: -.01em;
  color: rgba(0, 0, 0, .4);
}

.content ul:not(.breadcrumb-success),
.popup-content ul:not(.breadcrumb-success),
.section-description ul:not(.breadcrumb-success),
.section-content ul:not(.breadcrumb-success),
.section-primary__description ul:not(.breadcrumb-success),
.client-description ul:not(.breadcrumb-success),
.project-content ul:not(.breadcrumb-success),
.article-default ul:not(.breadcrumb-success),
.light-box__content ul:not(.breadcrumb-success),
.content ol:not(.breadcrumb-success),
.popup-content ol:not(.breadcrumb-success),
.section-description ol:not(.breadcrumb-success),
.section-content ol:not(.breadcrumb-success),
.section-primary__description ol:not(.breadcrumb-success),
.client-description ol:not(.breadcrumb-success),
.project-content ol:not(.breadcrumb-success),
.article-default ol:not(.breadcrumb-success),
.light-box__content ol:not(.breadcrumb-success) {
  margin: 3rem 0;
  padding: 0;
  list-style: none;
}

.content ul:not(.breadcrumb-success) li,
.popup-content ul:not(.breadcrumb-success) li,
.section-description ul:not(.breadcrumb-success) li,
.section-content ul:not(.breadcrumb-success) li,
.section-primary__description ul:not(.breadcrumb-success) li,
.client-description ul:not(.breadcrumb-success) li,
.project-content ul:not(.breadcrumb-success) li,
.article-default ul:not(.breadcrumb-success) li,
.light-box__content ul:not(.breadcrumb-success) li,
.content ol:not(.breadcrumb-success) li,
.popup-content ol:not(.breadcrumb-success) li,
.section-description ol:not(.breadcrumb-success) li,
.section-content ol:not(.breadcrumb-success) li,
.section-primary__description ol:not(.breadcrumb-success) li,
.client-description ol:not(.breadcrumb-success) li,
.project-content ol:not(.breadcrumb-success) li,
.article-default ol:not(.breadcrumb-success) li,
.light-box__content ol:not(.breadcrumb-success) li {
  position: relative;
  padding-left: 3.5rem;
}

.content ul:not(.breadcrumb-success) li + li,
.popup-content ul:not(.breadcrumb-success) li + li,
.section-description ul:not(.breadcrumb-success) li + li,
.section-content ul:not(.breadcrumb-success) li + li,
.section-primary__description ul:not(.breadcrumb-success) li + li,
.client-description ul:not(.breadcrumb-success) li + li,
.project-content ul:not(.breadcrumb-success) li + li,
.article-default ul:not(.breadcrumb-success) li + li,
.light-box__content ul:not(.breadcrumb-success) li + li,
.content ol:not(.breadcrumb-success) li + li,
.popup-content ol:not(.breadcrumb-success) li + li,
.section-description ol:not(.breadcrumb-success) li + li,
.section-content ol:not(.breadcrumb-success) li + li,
.section-primary__description ol:not(.breadcrumb-success) li + li,
.client-description ol:not(.breadcrumb-success) li + li,
.project-content ol:not(.breadcrumb-success) li + li,
.article-default ol:not(.breadcrumb-success) li + li,
.light-box__content ol:not(.breadcrumb-success) li + li {
  margin-top: 2.5rem;
}

.content ul:not(.breadcrumb-success) li:before,
.popup-content ul:not(.breadcrumb-success) li:before,
.section-description ul:not(.breadcrumb-success) li:before,
.section-content ul:not(.breadcrumb-success) li:before,
.section-primary__description ul:not(.breadcrumb-success) li:before,
.client-description ul:not(.breadcrumb-success) li:before,
.project-content ul:not(.breadcrumb-success) li:before,
.article-default ul:not(.breadcrumb-success) li:before,
.light-box__content ul:not(.breadcrumb-success) li:before,
.content ol:not(.breadcrumb-success) li:before,
.popup-content ol:not(.breadcrumb-success) li:before,
.section-description ol:not(.breadcrumb-success) li:before,
.section-content ol:not(.breadcrumb-success) li:before,
.section-primary__description ol:not(.breadcrumb-success) li:before,
.client-description ol:not(.breadcrumb-success) li:before,
.project-content ol:not(.breadcrumb-success) li:before,
.article-default ol:not(.breadcrumb-success) li:before,
.light-box__content ol:not(.breadcrumb-success) li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin: .9rem 0 0 1.5rem;
  content: '';
  border-radius: 50%;
  background-color: currentColor;
}

.content .gallery,
.popup-content .gallery,
.section-description .gallery,
.section-content .gallery,
.section-primary__description .gallery,
.client-description .gallery,
.project-content .gallery,
.article-default .gallery,
.light-box__content .gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content .gallery-cell,
.popup-content .gallery-cell,
.section-description .gallery-cell,
.section-content .gallery-cell,
.section-primary__description .gallery-cell,
.client-description .gallery-cell,
.project-content .gallery-cell,
.article-default .gallery-cell,
.light-box__content .gallery-cell {
  width: 50%;
  padding: 0 2rem;
}

.content h5,
.popup-content h5,
.section-description h5,
.section-content h5,
.section-primary__description h5,
.client-description h5,
.project-content h5,
.article-default h5,
.light-box__content h5 {
  margin-top: 5rem;
  margin-bottom: 2rem;
}

.content h5 + h6,
.popup-content h5 + h6,
.section-description h5 + h6,
.section-content h5 + h6,
.section-primary__description h5 + h6,
.client-description h5 + h6,
.project-content h5 + h6,
.article-default h5 + h6,
.light-box__content h5 + h6 {
  margin-top: 2rem;
}

.content h6,
.popup-content h6,
.section-description h6,
.section-content h6,
.section-primary__description h6,
.client-description h6,
.project-content h6,
.article-default h6,
.light-box__content h6 {
  margin-top: 5rem;
  margin-bottom: 2rem;
}

.content .breadcrumb-success,
.popup-content .breadcrumb-success,
.section-description .breadcrumb-success,
.section-content .breadcrumb-success,
.section-primary__description .breadcrumb-success,
.client-description .breadcrumb-success,
.project-content .breadcrumb-success,
.article-default .breadcrumb-success,
.light-box__content .breadcrumb-success {
  margin: 0;
}

.content .breadcrumb-success__item,
.popup-content .breadcrumb-success__item,
.section-description .breadcrumb-success__item,
.section-content .breadcrumb-success__item,
.section-primary__description .breadcrumb-success__item,
.client-description .breadcrumb-success__item,
.project-content .breadcrumb-success__item,
.article-default .breadcrumb-success__item,
.light-box__content .breadcrumb-success__item {
  padding: 0;
}

.content .breadcrumb-success__item:after,
.popup-content .breadcrumb-success__item:after,
.section-description .breadcrumb-success__item:after,
.section-content .breadcrumb-success__item:after,
.section-primary__description .breadcrumb-success__item:after,
.client-description .breadcrumb-success__item:after,
.project-content .breadcrumb-success__item:after,
.article-default .breadcrumb-success__item:after,
.light-box__content .breadcrumb-success__item:after {
  display: none;
}

.content-figure figure,
.article-default figure {
  margin-top: 8rem;
  margin-right: -4rem;
  margin-bottom: 8rem;
  margin-left: -4rem;
}

.content-figure figure:first-child,
.article-default figure:first-child {
  margin-top: 0;
}

.content-figure figure:last-child,
.article-default figure:last-child {
  margin-bottom: 0;
}

.content-figure figure.large,
.article-default figure.large {
  margin-right: -18rem;
  margin-left: -18rem;
}

.content-figure .gallery,
.article-default .gallery {
  margin: 8rem -20rem;
}

.content-figure .gallery figure,
.article-default .gallery figure {
  margin: 0;
}

.floating-block {
  position: absolute;
  top: auto;
  margin-top: 5rem;
}

.floating-block .article-success {
  width: 100%;
  max-width: 25rem;
}

.floating-block.right {
  right: 0;
}

.floating-block.left {
  left: 0;
}

@font-face {
  font-family: 'SF UI Display';
  font-weight: 300;
  font-style: normal;
  src: url('../fonts/sf-ui-display/light/sf-ui-display-light.eot');
  src: local('SF UI Display Light'), local('sf-ui-display-light'), url('../fonts/sf-ui-display/light/sf-ui-display-light.eot?#iefix') format('embedded-opentype'), url('../fonts/sf-ui-display/light/sf-ui-display-light.woff2') format('woff2'), url('../fonts/sf-ui-display/light/sf-ui-display-light.woff') format('woff'), url('../fonts/sf-ui-display/light/sf-ui-display-light.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'SF UI Display';
  font-weight: 500;
  font-style: normal;
  src: url('../fonts/sf-ui-display/medium/sf-ui-display-medium.eot');
  src: local('SF UI Display Medium'), local('sf-ui-display-medium'), url('../fonts/sf-ui-display/medium/sf-ui-display-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/sf-ui-display/medium/sf-ui-display-medium.woff2') format('woff2'), url('../fonts/sf-ui-display/medium/sf-ui-display-medium.woff') format('woff'), url('../fonts/sf-ui-display/medium/sf-ui-display-medium.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'SF UI Display';
  font-weight: 600;
  font-style: normal;
  src: url('../fonts/sf-ui-display/semibold/sf-ui-display-semibold.eot');
  src: local('SF UI Display Semibold'), local('sf-ui-display-semibold'), url('../fonts/sf-ui-display/semibold/sf-ui-display-semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/sf-ui-display/semibold/sf-ui-display-semibold.woff2') format('woff2'), url('../fonts/sf-ui-display/semibold/sf-ui-display-semibold.woff') format('woff'), url('../fonts/sf-ui-display/semibold/sf-ui-display-semibold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'SF UI Display';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/sf-ui-display/bold/sf-ui-display-bold.eot');
  src: local('SF UI Display Bold'), local('sf-ui-display-bold'), url('../fonts/sf-ui-display/bold/sf-ui-display-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/sf-ui-display/bold/sf-ui-display-bold.woff2') format('woff2'), url('../fonts/sf-ui-display/bold/sf-ui-display-bold.woff') format('woff'), url('../fonts/sf-ui-display/bold/sf-ui-display-bold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'SF UI Text';
  font-weight: 300;
  font-style: normal;
  src: url('../fonts/sf-ui-text/light/sf-ui-text-light.eot');
  src: local('SF UI Text Light'), local('sf-ui-text-light'), url('../fonts/sf-ui-text/light/sf-ui-text-light.eot?#iefix') format('embedded-opentype'), url('../fonts/sf-ui-text/light/sf-ui-text-light.woff2') format('woff2'), url('../fonts/sf-ui-text/light/sf-ui-text-light.woff') format('woff'), url('../fonts/sf-ui-text/light/sf-ui-text-light.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'SF UI Text';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/sf-ui-text/regular/sf-ui-text-regular.eot');
  src: local('SF UI Text Regular'), local('sf-ui-text-regular'), url('../fonts/sf-ui-text/regular/sf-ui-text-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/sf-ui-text/regular/sf-ui-text-regular.woff2') format('woff2'), url('../fonts/sf-ui-text/regular/sf-ui-text-regular.woff') format('woff'), url('../fonts/sf-ui-text/regular/sf-ui-text-regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'SF UI Text';
  font-weight: 500;
  font-style: normal;
  src: url('../fonts/sf-ui-text/medium/sf-ui-text-medium.eot');
  src: local('SF UI Text Medium'), local('sf-ui-text-medium'), url('../fonts/sf-ui-text/medium/sf-ui-text-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/sf-ui-text/medium/sf-ui-text-medium.woff2') format('woff2'), url('../fonts/sf-ui-text/medium/sf-ui-text-medium.woff') format('woff'), url('../fonts/sf-ui-text/medium/sf-ui-text-medium.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'SF UI Text';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/sf-ui-text/bold/sf-ui-text-bold.eot');
  src: local('SF UI Text Bold'), local('sf-ui-text-bold'), url('../fonts/sf-ui-text/bold/sf-ui-text-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/sf-ui-text/bold/sf-ui-text-bold.woff2') format('woff2'), url('../fonts/sf-ui-text/bold/sf-ui-text-bold.woff') format('woff'), url('../fonts/sf-ui-text/bold/sf-ui-text-bold.ttf') format('truetype');
  font-display: swap;
}

.layout-header {
  position: fixed;
  z-index: 3;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  height: 15rem;
  -webkit-transition: height .6s, background-color .6s;
  transition: height .6s, background-color .6s;
  color: #1d1d1f;
}

.layout-header .container {
  height: 100%;
}

.layout-header_light {
  color: #fff;
}

.layout-header_light:not(.layout-header_compact) .main-menu__link.is-active:before {
  background-color: #fff;
}

.no-touchevents .layout-header_light:not(.layout-header_compact) .main-menu__link:hover:before {
  background-color: #f92740;
}

.layout-header_compact {
  height: 8rem;
  color: #1d1d1f;
  background-color: rgba(255, 255, 255, .95);
}

.layout-header_compact .layout-header__description {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.layout-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout-header__pras {
  display: block;
}

.layout-header__panel {
  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;
}

.layout-header__panel .lang-menu {
  margin-left: 8rem;
}

.layout-header__burger {
  position: absolute;
  top: 50%;
  right: 0;
  display: none;
  margin: 0 4rem 0 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.logo-pras {
  display: block;
  width: 16.5rem;
  height: 3.9rem;
  -webkit-transition: fill .3s;
  transition: fill .3s;
  fill: currentColor;
}

.logo-pras:hover {
  fill: #f92740;
}

.layout-header__description {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  transform: translateY(2rem);
  opacity: 0;
  color: rgba(22, 22, 22, .8);
}

.layout-header__panel {
  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;
}

.layout-header__panel .language-switcher {
  margin-left: 6.5rem;
}

.main-menu {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-menu__item {
  font-size: 1.6rem;
  line-height: 1.3;
  text-transform: uppercase;
}

.main-menu__item + .main-menu__item {
  margin-left: 6rem;
}

.main-menu__link {
  position: relative;
  top: 0;
  -webkit-transition: color .3s, top .2s linear;
  transition: color .3s, top .2s linear;
}

.main-menu__link:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 0;
  height: .1rem;
  margin-bottom: -.5rem;
  content: '';
  -webkit-transition: opacity .3s, width .3s, background-color .3s;
  transition: opacity .3s, width .3s, background-color .3s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  background-color: #000;
}

.main-menu__link.is-active {
  top: -.5rem;
}

.main-menu__link.is-active:before {
  width: 60%;
  opacity: 1;
}

.no-touchevents .main-menu__link:hover {
  top: -.5rem;
}

.no-touchevents .main-menu__link:hover:before {
  width: 60%;
  opacity: 1;
  background-color: #f92740;
}

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

.menu-vertical .main-menu__item {
  text-align: center;
}

.menu-vertical .main-menu__item + .main-menu__item {
  margin: 4rem 0 0 0;
}

.menu-vertical .main-menu__link.is-active {
  top: 0;
}

.menu-lg .main-menu__item {
  font-size: 3.2rem;
}

.language-switcher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5rem;
  padding: 0;
  list-style: none;
}

.language-switcher__item {
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  padding: 0 1.5rem;
}

.language-switcher__item + .language-switcher__item:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: .1rem;
  height: 1.2rem;
  content: '';
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .4;
  background-color: currentColor;
}

.language-switcher__link {
  text-transform: uppercase;
  opacity: .8;
  color: currentColor;
}

.layout-footer {
  padding: 8rem 0 4rem;
  color: #f5f5f7;
  background-color: #161616;
}

.layout-footer .company-office__title {
  color: #f5f5f7;
}

.layout-footer .company-office__address {
  color: rgba(245, 245, 247, .8);
}

.layout-footer .list-phone__number {
  color: rgba(245, 245, 247, .8);
}

.no-touchevents .layout-footer .company-office__email a:hover {
  color: #fff;
}

.layout-footer .list-phone__text {
  color: rgba(242, 242, 242, .6);
}

.layout-footer .list-buttons {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout-footer__base {
  padding-top: 3rem;
  border-top: 1px solid #000;
}

.list-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem -1rem;
  padding: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-buttons__item {
  margin-bottom: 2rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

.layout-footer__info {
  font-family: 'Manrope', sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7rem;
  color: rgba(255, 255, 255, .4);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout-footer__info p {
  margin: 0;
}

.layout-footer__info .copyright {
  font-size: 1.6rem;
}

.layout-footer__info .registration {
  margin-left: 5rem;
}

.layout-footer__addresses {
  padding-bottom: 8rem;
}

.company-office {
  font-family: 'Manrope', sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company-office__body {
  margin-top: 5rem;
}

.company-office__button {
  display: none;
}

.company-office__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.35;
  display: block;
  text-transform: uppercase;
  color: #141414;
}

.company-office__address {
  font-size: 2rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 2.5rem;
  color: rgba(0, 0, 0, .8);
}

.company-office__email {
  font-size: 2rem;
  font-weight: 700;
  margin: 2.5rem 0 0 0;
}

.company-office__email a {
  color: #f92740;
}

.no-touchevents .company-office__email a:hover {
  color: rgba(0, 0, 0, .8);
}

.list-phone {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-phone__item {
  text-transform: uppercase;
}

.list-phone__item + .list-phone__item {
  margin-top: 2rem;
}

.list-phone__number {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  color: rgba(0, 0, 0, .8);
}

.list-phone__lower {
  font-size: 1.8rem;
  font-weight: 400;
}

.list-phone__text {
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: 1.5rem;
  color: rgba(0, 0, 0, .6);
}

.btn {
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  border: none;
  background-color: transparent;
}

.btn-default {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-direction: column;
  -webkit-transition: color .3s;
  transition: color .3s;
  vertical-align: top;
  color: #f92740;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.no-touchevents .btn-default:hover {
  color: #000;
}

.no-touchevents .btn-default:hover.btn-dark {
  color: #f92740;
}

.btn-default.btn-dark {
  color: #000;
}

.btn-default[disabled] {
  cursor: default;
  pointer-events: none;
  color: rgba(0, 0, 0, .07);
}

.btn-default__label {
  font-size: 1.6rem;
  line-height: 1.2;
  display: block;
  width: 100%;
  margin-top: 2rem;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.btn-default__icon {
  display: block;
}

.btn-default__icon .icon {
  display: block;
  margin: 0 auto;
  -webkit-transition: fill .3s;
  transition: fill .3s;
  fill: currentColor;
  stroke: none;
}

.btn-default__icon .icon-next {
  width: 7.2rem;
  height: 3.6rem;
}

.btn-default__icon .icon-map {
  width: 12rem;
  height: 5.5rem;
}

.btn-default__icon .icon-load,
.btn-default__icon .icon-iron {
  width: 12rem;
  height: 3.6rem;
}

.btn-primary {
  font-family: 'Manrope', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  padding: .8rem 1.8rem;
  color: #141414;
  border-radius: 1.6rem;
  background-color: rgba(0, 0, 0, .07);
}

.btn-primary.btn-dark {
  color: #fff;
  background-color: #000;
}

.offset-button {
  margin: -10rem 0 0;
  padding: 0 4rem;
}

.btn-nav {
  color: #000;
}

.no-touchevents .btn-nav:hover .btn-nav__icon {
  -webkit-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  transform: translateX(1rem);
}

.no-touchevents .btn-nav:hover .btn-nav__icon.revers {
  -webkit-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  transform: translateX(-1rem);
}

.btn-nav__icon {
  display: block;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.btn-nav__icon .icon-next {
  width: 7.2rem;
  height: 3.6rem;
  vertical-align: top;
  fill: currentColor;
}

.btn-nav__icon.revers .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.btn-nav__body {
  margin-top: 2rem;
}

.btn-nav__text {
  font-family: 'Manrope', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.2;
  display: block;
  letter-spacing: -.01em;
  text-transform: lowercase;
}

.btn-nav__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  margin-top: .5rem;
}

.btn-success {
  text-align: center;
  color: #f92740;
}

.no-touchevents .btn-success:hover {
  color: #000;
}

.btn-success__icon {
  display: block;
}

.btn-success__icon .icon-iron {
  width: 12rem;
  height: 3.6rem;
  vertical-align: top;
  fill: currentColor;
}

.btn-success__text {
  font-family: 'Manrope', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.2;
  display: block;
  margin-top: 2rem;
  letter-spacing: -.01em;
  text-transform: lowercase;
}

.btn-color-1 {
  background-color: #cb017a;
}

.btn-color-2 {
  background-color: #0057ff;
}

.btn-color-3 {
  background-color: #1877f2;
}

.btn-color-4 {
  background-color: #2787f5;
}

.btn-color-5 {
  background-color: #0a66c2;
}

.btn-color-1,
.btn-color-2,
.btn-color-3,
.btn-color-4,
.btn-color-5 {
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
  color: #fff;
}

.no-touchevents .btn-color-1:hover,
.no-touchevents
  .btn-color-2:hover,
.no-touchevents
  .btn-color-3:hover,
.no-touchevents
  .btn-color-4:hover,
.no-touchevents
  .btn-color-5:hover {
  color: #fff;
  background-color: #000;
}

.btn-close {
  position: relative;
  width: 4.8rem;
  height: 4.8rem;
}

.btn-close:before,
.btn-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 3rem;
  height: .4rem;
  content: '';
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  border-radius: .2rem;
  background-color: #000;
}

.btn-close:before {
  -webkit-transform: translate(-50%) rotate(45deg);
  -ms-transform: translate(-50%) rotate(45deg);
  transform: translate(-50%) rotate(45deg);
}

.btn-close:after {
  -webkit-transform: translate(-50%) rotate(-45deg);
  -ms-transform: translate(-50%) rotate(-45deg);
  transform: translate(-50%) rotate(-45deg);
}

.no-touchevents .btn-close:hover:before,
.no-touchevents .btn-close:hover:after {
  background-color: #f92740;
}

.article-preview {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 4rem;
}

.article-preview.align-center {
  margin-right: auto;
  margin-left: auto;
}

.article-preview__title {
  -webkit-transition: color .3s;
  transition: color .3s;
}

.article-preview__background {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 1.2rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.article-preview__background:before {
  display: block;
  width: 100%;
  content: '';
}

.article-preview__background.border {
  border: .1rem solid rgba(0, 0, 0, .05);
}

.article-preview__gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 1.2rem;
}

.article-preview__breadcrumb {
  margin-bottom: 1rem;
}

.article-preview__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  border-radius: 1.2rem 1.2rem 0 0;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  -webkit-filter: drop-shadow(0 3rem 8rem rgba(0, 0, 0, .4));
  filter: drop-shadow(0 3rem 8rem rgba(0, 0, 0, .4));
}

.article-preview__image:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: .1rem;
  content: '';
  background-color: rgba(0, 0, 0, .05);
}

.article-priview__label {
  font-family: 'Manrope', sans-serif;
  display: block;
  margin-bottom: 2rem;
  text-transform: uppercase;
  opacity: .5;
}

.article-preview.type-1 {
  max-width: 53.6rem;
  margin-bottom: 8rem;
}

.article-preview.type-1 .article-preview__background:before {
  padding-top: 66.41791%;
}

.article-preview.type-1 .article-preview__image {
  margin: 5rem 4rem 0 4rem;
}

.article-preview.type-1 .article-preview__body {
  padding: 2rem 2rem 0 2rem;
}

.article-preview.type-1 .article-preview__title {
  font-size: 2rem;
}

.article-preview.type-2 {
  max-width: 53.6rem;
}

.article-preview.type-2 .article-preview__background {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.article-preview.type-2 .article-preview__background:before {
  padding-top: 78.35821%;
}

.article-preview.type-2 .article-preview__body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 4rem;
  color: #fff;
  border-radius: 1.2rem;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.article-preview.type-2 .article-preview__title {
  font-size: 2.4rem;
}

.article-preview.type-2 .article-preview__title strong {
  font-size: 2.8rem;
}

.article-preview.type-3 {
  max-width: 82.4rem;
}

.article-preview.type-3 .article-preview__background {
  max-width: 82.4rem;
}

.article-preview.type-3 .article-preview__background:before {
  padding-top: 66.3835%;
}

.article-preview.type-3 .article-preview__image {
  margin: 5rem 6rem 0 6rem;
  -webkit-filter: drop-shadow(0px 2rem 2rem rgba(0, 0, 0, .4));
  filter: drop-shadow(0px 2rem 2rem rgba(0, 0, 0, .4));
}

.article-preview.type-3 .article-preview__body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15rem 4rem 4rem 4rem;
  color: #000;
  border-radius: 1.2rem;
}

.article-preview.type-3 .article-preview__title {
  font-size: 2.4rem;
  position: relative;
  z-index: 1;
  letter-spacing: .009em;
}

.article-preview.type-3 .article-preview__title strong {
  font-size: 3.2rem;
}

.article-preview.type-4 .article-preview__background:before {
  padding-top: 66.41791%;
}

.article-preview.type-4 .article-preview__image {
  margin: 0;
  border-radius: 1.2rem;
}

.article-preview.type-4 .article-preview__body {
  padding: 2rem 2rem 0 2rem;
}

.article-preview.type-4 .article-preview__title {
  font-size: 2rem;
}

.article-preview.type-5 {
  max-width: 82.4rem;
}

.article-preview.type-5 .article-preview__background {
  max-width: 82.4rem;
}

.article-preview.type-5 .article-preview__background:before {
  padding-top: 66.3835%;
}

.article-preview.type-5 .article-preview__body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10rem 4rem 4rem 4rem;
  color: #fff;
  border-radius: 1.2rem;
}

.article-preview.type-5 .article-preview__title {
  font-size: 2.4rem;
  letter-spacing: .009em;
}

.article-preview.type-5 .article-preview__title strong {
  font-size: 3.2rem;
}

.article-preview.type-5 .breadcrumb-success {
  color: rgba(255, 255, 255, .5);
}

.article-preview.type-5 .breadcrumb-success__item + .breadcrumb-success__item:before {
  color: rgba(255, 255, 255, .2);
}

.article-success {
  font-family: 'Manrope', sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  display: block;
  letter-spacing: -.01em;
}

.no-touchevents a.article-success:hover .article-success__title {
  color: #f92740;
}

.article-success__head + .article-success__body {
  margin-top: 1.5rem;
}

.article-success__body + .article-success__footer {
  margin-top: 1.5rem;
}

.article-success__title {
  font-weight: 500;
  display: block;
  -webkit-transition: color .3s;
  transition: color .3s;
  color: #000;
}

.article-success__label {
  font-weight: 300;
  color: rgba(0, 0, 0, .4);
}

.article-success__background {
  overflow: hidden;
  padding: 2rem 4rem 0;
}

.article-success__image {
  max-width: 17.5rem;
  margin: 0 auto;
  background-position: 50% 0;
  background-size: cover;
  -webkit-filter: drop-shadow(0px 30px 80px rgba(0, 0, 0, .4));
  filter: drop-shadow(0px 30px 80px rgba(0, 0, 0, .4));
}

.article-success__image:before {
  display: block;
  padding-top: 82.85714%;
  content: '';
}

.title-light {
  color: #fff;
}

.article-preview {
  position: relative;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.no-touchevents .article-preview:hover {
  -webkit-transform: translateY(-.5rem);
  -ms-transform: translateY(-.5rem);
  transform: translateY(-.5rem);
}

.article-preview.type-1 .article-preview__image {
  -webkit-transition: margin .3s cubic-bezier(.42, 0, .58, 1);
  transition: margin .3s cubic-bezier(.42, 0, .58, 1);
}

.article-preview.type-1 .article-preview__body {
  position: relative;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.article-preview.type-1 .article-preview__gradient {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
  border-radius: 0 0 1.2rem 1.2rem;
}

.article-preview.type-1.hover-black .article-preview__gradient {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #fff 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #fff 100%);
}

.article-preview.type-1.hover-white .article-preview__gradient {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.no-touchevents .article-preview.type-1:hover .article-preview__image {
  margin: 0;
}

.no-touchevents .article-preview.type-1:hover .article-preview__body {
  margin-bottom: -2rem;
  padding-bottom: 2rem;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.no-touchevents .article-preview.type-1:hover .article-preview__gradient {
  opacity: 1;
}

.grid-default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid-default.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-default__cell {
  padding-right: 2rem;
  padding-left: 2rem;
}

.grid-default__cell.align-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cell-1,
.cell-2,
.cell-3,
.cell-4,
.cell-5,
.cell-6,
.cell-7,
.cell-8,
.cell-9,
.cell-10,
.cell-11,
.cell-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cell-1 {
  width: 8.33333333%;
}

.cell-2 {
  width: 16.66666667%;
}

.cell-3 {
  width: 25%;
}

.cell-4 {
  width: 33.33333333%;
}

.cell-5 {
  width: 41.66666667%;
}

.cell-6 {
  width: 50%;
}

.cell-6.cell-center {
  margin-right: 25%;
  margin-left: 25%;
}

.cell-7 {
  width: 58.33333333%;
}

.cell-8 {
  width: 66.66666667%;
}

.cell-9 {
  width: 75%;
}

.cell-10 {
  width: 83.33333333%;
}

.cell-11 {
  width: 91.66666667%;
}

.cell-12 {
  width: 100%;
}

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

.grid-type-1 {
  margin-bottom: -4rem;
}

.grid-type-1 .grid-default__cell {
  margin-bottom: 4rem;
}

.grid-default__separator {
  width: 100%;
  height: .1rem;
  background-color: rgba(0, 0, 0, .1);
}

.grid-default_large {
  margin: 6rem calc(-98rem / 2) 8rem;
}

.grid-default_large .grid-default__cell {
  margin-bottom: -4rem;
}

.radio-answer {
  position: relative;
  display: block;
  cursor: pointer;
  border-radius: 1.6rem;
}

.radio-answer:hover .radio-answer__body {
  box-shadow: 0 5px 16px rgba(0, 0, 0, .1);
}

.radio-answer__body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 11rem;
  padding: 2rem;
  -webkit-transition: box-shadow .3s;
  -webkit-transition: opacity .5s, box-shadow .5s;
  transition: box-shadow .3s;
  transition: opacity .5s, box-shadow .5s;
  border-radius: 1.6rem;
  border-radius: 1.6rem;
  background-color: #fff;
  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.radio-answer__control {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.radio-answer__control:checked + .radio-answer__body {
  box-shadow: 0 5px 16px rgba(0, 0, 0, .1);
}

.radio-answer__text {
  font-family: 'Manrope', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #000;
}

.radio-answer__media + .radio-answer__text {
  margin-top: 1.2rem;
}

.radio-answer__media .icon {
  display: block;
  margin: 0 auto;
}

.radio-answer__media .icon-smiley {
  width: 3.6rem;
  height: 3.6rem;
  -webkit-transition: fill .3s, stroke .3s, opacity .3s;
  transition: fill .3s, stroke .3s, opacity .3s;
  opacity: .2;
  fill: #000;
  stroke: #000;
}

.question-message {
  font-family: 'Manrope', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.2;
  width: 100%;
  min-height: 14.5rem;
  padding: 1.5rem 2rem;
  resize: none;
  letter-spacing: -.01em;
  letter-spacing: -.01em;
  color: #000;
  border: none;
  border-radius: 1.2rem;
  background-color: #fff;
}

.question-message::-webkit-input-placeholder {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  color: rgba(0, 0, 0, .8);
}

.question-message:focus::-webkit-input-placeholder {
  opacity: 0;
}

.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  width: 100%;
  height: 4.8rem;
  padding: .5rem 2rem .5rem;
  -webkit-transition: box-shadow .3s;
  transition: box-shadow .3s;
  letter-spacing: .009em;
  color: #000;
  border: none;
  border-radius: 1.2rem;
  background-color: #fff;
}

.form-control::-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
  opacity: 1;
  color: rgba(0, 0, 0, .4);
}

.form-control:-ms-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
  opacity: 1;
  color: rgba(0, 0, 0, .4);
}

.form-control::placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
  opacity: 1;
  color: rgba(0, 0, 0, .4);
}

.form-control:focus::-webkit-input-placeholder {
  -webkit-transform: translateX(1rem);
  transform: translateX(1rem);
  opacity: 0;
}

.form-control:focus:-ms-input-placeholder {
  -ms-transform: translateX(1rem);
  transform: translateX(1rem);
  opacity: 0;
}

.form-control:focus::placeholder {
  -webkit-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  transform: translateX(1rem);
  opacity: 0;
}

textarea.form-control {
  min-height: 9.6rem;
  padding: 1.5rem 2rem;
  resize: none;
}

textarea.form-control::-webkit-input-placeholder {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  color: rgba(0, 0, 0, .8);
}

textarea.form-control::-moz-placeholder {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  color: rgba(0, 0, 0, .8);
}

textarea.form-control:-ms-input-placeholder {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  color: rgba(0, 0, 0, .8);
}

textarea.form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}

textarea.form-control:focus::-moz-placeholder {
  opacity: 0;
}

textarea.form-control:focus:-ms-input-placeholder {
  opacity: 0;
}

.form-default__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.form-default__row {
  margin-right: -1rem;
  margin-left: -1rem;
}

.form-default__row + .form-default__row {
  margin-top: 2.8rem;
}

.form-default__cell {
  padding-right: 1rem;
  padding-left: 1rem;
}

.form-default__fill {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: box-shadow .3s;
  transition: box-shadow .3s;
  border-radius: 1.2rem;
  background-color: #fff;
}

.form-default__fill.horizont {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.form-default__fill.horizont .form-default__label {
  width: 100%;
  padding: 1.5rem 2rem 0;
}

.form-default__fill .form-control {
  background-color: transparent;
}

.form-default__control {
  position: relative;
}

.form-default__control.error .form-default__fill {
  box-shadow: 0 0 0 .4rem rgba(255, 0, 0, .2) inset;
}

.form-default__control.error .form-default__message {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.form-default__message {
  font-family: 'Manrope', sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  max-width: 26rem;
  padding: 1.5rem 0 0 2rem;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
  -webkit-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  transform: translateY(1rem);
  letter-spacing: -.01em;
  opacity: 0;
  color: rgba(255, 0, 0, .8);
}

.form-default__label {
  font-family: 'Manrope', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12rem;
  padding: 0 0 0 2rem;
  cursor: pointer;
  letter-spacing: -.01em;
  color: rgba(0, 0, 0, .8);
  border-radius: 1.2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.burger {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.8rem;
  height: 3.4rem;
  padding: .5rem;
  cursor: pointer;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.burger:before,
.burger:after {
  position: absolute;
  right: .5rem;
  display: block;
  height: .4rem;
  content: '';
  -webkit-transition: width .3s, -webkit-transform .3s;
  transition: width .3s, -webkit-transform .3s;
  transition: transform .3s, width .3s;
  transition: transform .3s, width .3s, -webkit-transform .3s;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  border-radius: .2rem;
  background-color: #000;
}

.burger:before {
  top: .5rem;
  width: 2.8rem;
}

.burger:after {
  bottom: .5rem;
  width: 1.9rem;
}

.burger-item {
  display: block;
  width: 1.4rem;
  height: .4rem;
  margin-top: 1rem;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
  border-radius: .2rem;
  background-color: #000;
}

.layout-header_light .burger:before,
.layout-header_light .burger:after {
  background-color: #fff;
}

.layout-header_light .burger-item {
  background-color: #fff;
}

.layout-header_light.layout-header_compact {
  color: #1d1d1f;
}

.layout-header_light.layout-header_compact .burger:before,
.layout-header_light.layout-header_compact .burger:after {
  background-color: #000;
}

.layout-header_light.layout-header_compact .burger-item {
  background-color: #000;
}

.slider-default {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 0;
}

.slider-default.flickity-enabled {
  opacity: 1;
}

.slider-default .flickity-viewport {
  -webkit-transition: height .2s;
  transition: height .2s;
}

.js_init-slider {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 1;
}

.flickity-page-dots {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flickity-page-dots .dot {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  cursor: pointer;
  opacity: 1;
  background-color: transparent;
}

.flickity-page-dots .dot:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 4px;
  height: 4px;
  content: '';
  -webkit-transition: background-color .3s, width .3s, height .3s;
  transition: background-color .3s, width .3s, height .3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #141414;
}

.no-touchevents .flickity-page-dots .dot:hover:before {
  width: 6px;
  height: 6px;
  background: rgba(22, 22, 22, .2);
}

.flickity-page-dots .dot.is-selected:before {
  width: 8px;
  height: 8px;
  background: rgba(22, 22, 22, .2);
}

.slider-offices:after {
  content: '';
}

.carousel-default {
  position: relative;
}

.carousel-default__item {
  width: 50%;
  padding: 0 2rem;
}

.carousel-default__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2rem;
}

.layout-panel {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100vh;
  -webkit-transition: opacity .6s, visibility .6s .1s;
  transition: opacity .6s, visibility .6s .1s;
  opacity: 0;
  background-color: #f5f5f7;
}

.layout-panel__autoscroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
  flex-direction: column;
  height: 100%;
  padding: 13.5rem 0 0 0;
  -webkit-transition: -webkit-transform .3s, -webkit-filter .3s;
  transition: -webkit-transform .3s, -webkit-filter .3s;
  transition: transform .3s, filter .3s;
  transition: transform .3s, filter .3s, -webkit-transform .3s, -webkit-filter .3s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: blur(4px);
  filter: blur(4px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.layout-panel__body {
  padding: 4rem 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.layout-panel__footer {
  margin-top: 2rem;
  padding: 8rem 0;
  background-color: #161616;
}

.layout-panel__footer .list-buttons {
  margin-bottom: -2rem;
}

.layout-panel__lang {
  margin-bottom: 6rem;
}

.layout-panel__lang .language-switcher {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout-panel__button {
  margin-top: 8rem;
  text-align: center;
}

.popup-default {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100vh;
  -webkit-transition: opacity .3s, visibility .1s .1s;
  transition: opacity .3s, visibility .1s .1s;
  opacity: 0;
  background-color: #f5f5f7;
}

.popup-default .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 12rem 0 0;
}

.open-popup {
  overflow: hidden;
}

.open-popup .popup-default {
  visibility: visible;
  opacity: 1;
}

.open-popup .popup-default__autoscroll {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.popup-default__autoscroll {
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding: 20rem 0;
  -webkit-transition: opacity .3s, -webkit-transform .6s;
  transition: opacity .3s, -webkit-transform .6s;
  transition: transform .6s, opacity .3s;
  transition: transform .6s, opacity .3s, -webkit-transform .6s;
  -webkit-transform: scale(.9);
  -ms-transform: scale(.9);
  transform: scale(.9);
  opacity: 0;
}

.popup-default__autoscroll .container {
  position: relative;
}

.popup-head {
  max-width: 69.5rem;
}

.popup-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.popup-content {
  margin-top: 4rem;
}

.popup-button {
  margin-top: 6rem;
}

.popup-footer {
  margin-top: 16rem;
}

.popup-subtitle {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  margin-bottom: 4rem;
  color: #000;
}

.popup-thank {
  visibility: hidden;
  width: 100%;
  max-width: 69.5rem;
  -webkit-transition: opacity .6s, visibility .1s .1s;
  transition: opacity .6s, visibility .1s .1s;
  opacity: 0;
}

.form-sent .popup-aside {
  visibility: hidden;
}

.form-sent .popup-thank {
  visibility: visible;
  opacity: 1;
}

.form-sent .popup-body {
  display: none;
}

.section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section-md,
.section-platform__inner,
.section-benefits .section-head,
.section-clients .section-head,
.section-next .section-body {
  max-width: 84rem;
  margin-right: auto;
  margin-left: auto;
}

.section-description {
  margin-top: 4rem;
}

.section-default {
  padding-top: 27rem;
}

.section-default .section-head {
  max-width: 74rem;
  margin-right: auto;
  margin-left: auto;
}

.section-secondary {
  padding-top: 22rem;
  padding-bottom: 22rem;
}

.section-secondary .section-title {
  text-align: center;
  letter-spacing: normal;
}

.section-secondary .section-description {
  text-align: center;
}

.section-secondary .details__content a {
  color: #f92740;
}

.section-primary {
  padding-top: 22rem;
}

.section-primary .breadcrumb-primary {
  margin-top: 6rem;
}

.section-primary__head .breadcrumb {
  margin-bottom: 3rem;
}

.section-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section-column {
  width: 100%;
  max-width: 25rem;
}

.section-primary__description {
  margin-top: 6.6rem;
}

.section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-title__counter {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 0 1.5rem;
  white-space: nowrap;
  color: rbga(#000, .8);
}

.title-white {
  color: #fff;
}

.section-head + .section-body {
  margin-top: 8rem;
}

.section-content h4,
.section-primary__description h4,
.client-description h4 {
  margin-bottom: 4rem;
}

.section-content__button {
  margin: 6rem 0 12rem;
}

.section-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2rem;
}

.section-grid__cell {
  padding-right: 2rem;
  padding-left: 2rem;
}

.section-grid__cell.cell-sidebar {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-grid__cell.cell-main {
  width: 100%;
  max-width: 74rem;
}

.section-light {
  padding-top: 8rem;
  padding-bottom: 16rem;
  background-color: #fff;
}

.section-light .section-title {
  font-size: 5rem;
  text-align: center;
}

.section-white {
  background-color: #fff;
}

.section-gray {
  background-color: #f5f5f7;
}

.section-welcome {
  padding-top: 18rem;
  padding-bottom: 4rem;
}

.section-welcome .section-body {
  margin-top: 3rem;
}

.section-welcome .section-description {
  color: rgba(0, 0, 0, .8);
}

.section-welcome .section-inner {
  max-width: 62rem;
}

.section-platform {
  position: relative;
  min-height: 100vh;
  padding-top: 12rem;
  padding-bottom: 12rem;
  color: #fff;
  background: #161616;
}

.section-platform .section-body {
  margin-top: 2.5rem;
}

.section-platform .section-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

.section-platform .section-footer {
  margin-top: 8rem;
}

.section-platform .section-description {
  color: rgba(242, 242, 242, .6);
}

.no-touchevents .section-platform .btn-default:hover {
  color: #fff;
}

.no-touchevents .section-platform .btn-default:hover .btn-default__icon .icon {
  fill: #fff;
}

.section-platform__inner {
  position: relative;
  z-index: 2;
}

.section-platform__background {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.section-platform__background:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 28rem;
  content: '';
  background: -webkit-linear-gradient(rgba(22, 22, 22, 0), #161616);
  background: linear-gradient(rgba(22, 22, 22, 0), #161616);
}

.section-platform__image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.section-benefits {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.section-benefits .section-description {
  color: rgba(242, 242, 242, .6);
}

.section-benefits__button {
  padding: 4rem 4rem 0;
}

.info-box {
  position: relative;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 36rem;
  padding: 4rem;
  -webkit-transition: color .3s, -webkit-transform .3s;
  transition: color .3s, -webkit-transform .3s;
  transition: color .3s, transform .3s;
  transition: color .3s, transform .3s, -webkit-transform .3s;
  color: #000;
  border-radius: 1.2rem;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.no-touchevents a.info-box:hover {
  -webkit-transform: translateY(-.5rem);
  -ms-transform: translateY(-.5rem);
  transform: translateY(-.5rem);
}

.info-box__media {
  margin-bottom: 1.5rem;
}

.info-box__media .icon {
  display: block;
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
  fill: currentColor;
  stroke: currentColor;
}

.info-box__footer {
  min-height: 4rem;
  margin-top: 4rem;
}

.info-box__title {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.3;
  display: block;
  text-align: center;
}

.breadcrumb-primary {
  font-family: 'Manrope', sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  margin: 0 0 -.5rem;
  padding: 0;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumb-primary .breadcrumb-primary__item:first-child {
  padding-left: 0;
}

.breadcrumb-primary .breadcrumb-primary__item:first-child:after {
  display: none;
}

.breadcrumb-primary__item {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: .5rem;
}

.breadcrumb-primary__item strong {
  font-weight: 500;
}

.breadcrumb-primary__item {
  position: relative;
  padding-left: 2.4rem;
}

.breadcrumb-primary__item:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.2rem;
  height: 1px;
  margin: .8rem 0 0 .6rem;
  content: '';
  background-color: rgba(0, 0, 0, .2);
}

.section-clients {
  min-height: 100vh;
  padding-bottom: 12rem;
  color: #fff;
  background-color: #161616;
}

.section-clients .section-body {
  margin-top: 2.5rem;
}

.section-clients .section-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.section-clients .section-description {
  margin: 0;
  color: rgba(242, 242, 242, .6);
}

.section-clients .section-body {
  padding-left: calc(100% / 2 - 42rem);
}

.section-clients .grid-default {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-images__item {
  width: 50%;
  padding-right: 2rem;
  padding-left: 2rem;
}

.list-images__logo {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.section-client {
  padding-top: 8rem;
  padding-bottom: 0;
  background-color: #fff;
}

.section-projects {
  padding-bottom: 2rem;
}

.section-projects .list-benefits {
  margin-top: 8rem;
  margin-bottom: 16rem;
}

.section-projects .list-clients {
  margin-top: 12rem;
  margin-bottom: 16rem;
}

.section-projects .grid-default {
  margin-bottom: -8rem;
}

.list-benefits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2rem;
  margin-left: -2rem;
}

.list-benefits__item {
  width: 16.666%;
  padding-right: 2rem;
  padding-left: 2rem;
}

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

.item-banefit__text {
  font-size: 1.6rem;
  line-height: 1.5;
  width: 100%;
  max-width: 20rem;
  margin-right: auto;
  margin-left: auto;
}

.item-banefit__media + .item-banefit__text {
  margin-top: .5rem;
}

.item-banefit__icon {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.section-next {
  position: relative;
  overflow: hidden;
  min-height: 64rem;
  margin-bottom: -1px;
  padding-top: 16rem;
  color: #fff;
}

.section-next .section-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.section-next .section-body {
  margin-top: 4rem;
}

.section-next .section-head .section-next__label {
  margin-bottom: 4rem;
}

.section-next .section-body .section-next__label {
  margin-bottom: 2rem;
}

.no-touchevents .section-next:hover .section-next__background {
  -webkit-animation: backgroundScale 2s ease-in infinite;
  animation: backgroundScale 2s ease-in infinite;
}

@-webkit-keyframes backgroundScale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes backgroundScale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.section-next__title a {
  -webkit-transition: color .3s, letter-spacing .5s;
  transition: color .3s, letter-spacing .5s;
}

.no-touchevents .section-next__title a:hover {
  letter-spacing: 2rem;
}

.section-next__label {
  font-size: 2rem;
  line-height: 1.2;
  display: block;
  color: rgba(242, 242, 242, .6);
}

.section-next__background {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #161616;
}

.section-next__background:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 20%;
  content: '';
  background: -webkit-linear-gradient(rgba(22, 22, 22, 0), #161616);
  background: linear-gradient(rgba(22, 22, 22, 0), #161616);
}

.section-next__image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.section-next__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-next__description {
  font-size: 2rem;
  line-height: 1.6;
  color: #f5f5f7;
}

.section-next__description p {
  margin: 0;
}

.section-review__inner {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

.review-default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
}

.rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rating-item .icon-star {
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  fill: rgba(249, 39, 64, .2);
  stroke: none;
}

.rating-item + .rating-item {
  margin-left: .1rem;
}

.rating-1 .rating-item:nth-child(1) .icon-star {
  fill: #f92740;
}

.rating-2 .rating-item:nth-child(1) .icon-star,
.rating-2 .rating-item:nth-child(2) .icon-star {
  fill: #f92740;
}

.rating-3 .rating-item:nth-child(1) .icon-star,
.rating-3 .rating-item:nth-child(2) .icon-star,
.rating-3 .rating-item:nth-child(3) .icon-star {
  fill: #f92740;
}

.rating-4 .rating-item:nth-child(1) .icon-star,
.rating-4 .rating-item:nth-child(2) .icon-star,
.rating-4 .rating-item:nth-child(3) .icon-star,
.rating-4 .rating-item:nth-child(4) .icon-star {
  fill: #f92740;
}

.rating-5 .rating-item .icon-star {
  fill: #f92740;
}

.review-default__media {
  margin-right: 3.4rem;
  padding: .6rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 15.6rem;
  -ms-flex: 0 0 15.6rem;
  flex: 0 0 15.6rem;
}

.review-default__avatar {
  position: relative;
  width: 100%;
  border-radius: 50%;
  background-position: 50% 50%;
  background-size: cover;
}

.review-default__avatar:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -.6rem;
  content: '';
  border: .3rem solid #f92740;
  border-radius: 50%;
}

.review-default__avatar:before {
  display: block;
  width: 100%;
  padding-top: 100%;
  content: '';
}

.review-default__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-default__label {
  font-family: 'Manrope', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  margin-right: .8rem;
  letter-spacing: -.01em;
  text-transform: lowercase;
  color: rgba(0, 0, 0, .4);
}

.review-default__content {
  font-family: 'Manrope', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -.01em;
}

.review-default__content p {
  margin: 0;
}

.review-default__content p + p {
  margin-top: 2rem;
}

.review-default__footer {
  margin-top: 4rem;
}

.section-program {
  position: relative;
  padding-top: 16rem;
}

.section-program__inner {
  max-width: 83rem;
  margin: 0 auto;
  padding: 8rem 0 10rem;
}

.section-program__background {
  background-color: #4787f1;
}

.section-program__background .btn-primary {
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.no-touchevents .section-program__background .btn-primary:hover {
  color: #000;
  background-color: #fff;
}

.section-program__head {
  max-width: 68rem;
  margin-bottom: 3rem;
}

.section-program__title {
  color: #fff;
}

.section-program__body {
  max-width: 40rem;
}

.section-program__content {
  font-size: 1.9rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, .6);
}

.section-program__content a {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, .4);
}

.section-program__content p {
  margin: 0;
}

.section-program__footer {
  margin-top: 4rem;
}

.section-program__preview {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 98.5rem;
  margin-bottom: 6rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.section-program__preview:before {
  display: block;
  width: 100%;
  padding-top: 74.82234%;
  content: '';
}

.section-program__head,
.section-program__body,
.section-program__footer {
  position: relative;
  z-index: 2;
}

.section-navigation {
  padding-bottom: 16rem;
}

.grid-navigation {
  position: relative;
}

.grid-navigation.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.grid-navigation.center .grid-navigation__item {
  position: static;
  width: auto;
  margin: 0;
  padding: 0 5rem;
}

.grid-navigation_left,
.grid-navigation_right {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.grid-navigation_left {
  left: 0;
  padding-right: 12rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.grid-navigation_right {
  right: 0;
  padding-left: 12rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.grid-navigation_right .btn-nav {
  text-align: right;
}

.grid-navigation_center {
  position: relative;
  z-index: 2;
  width: 20rem;
  margin: 0 auto;
  text-align: center;
}

.section-case {
  padding-top: 8rem;
  padding-bottom: 16rem;
}

.section-case .section-head {
  text-align: center;
}

.section-case .section-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

.section-case .section-body {
  margin-top: 6rem;
}

.section-case__offset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section-case__body {
  width: 100%;
  max-width: 35rem;
}

.section-case__footer {
  margin-top: 8rem;
}

.section-case__button {
  display: none;
}

.section-solution {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fff;
}

.section-solution .section-content,
.section-solution .section-primary__description,
.section-solution .client-description {
  max-width: 74rem;
  margin-right: auto;
  margin-left: auto;
}

.section-solution .section-content ul,
.section-solution .section-primary__description ul,
.section-solution .client-description ul,
.section-solution .section-content ol,
.section-solution .section-primary__description ol,
.section-solution .client-description ol {
  margin: 6rem 0;
  padding: 0;
  list-style: none;
}

.section-solution .section-content ul li,
.section-solution .section-primary__description ul li,
.section-solution .client-description ul li,
.section-solution .section-content ol li,
.section-solution .section-primary__description ol li,
.section-solution .client-description ol li {
  position: relative;
  padding: 1rem 0 5rem 6.5rem;
}

.section-solution .section-content ul li:before,
.section-solution .section-primary__description ul li:before,
.section-solution .client-description ul li:before,
.section-solution .section-content ol li:before,
.section-solution .section-primary__description ol li:before,
.section-solution .client-description ol li:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 7px;
  height: 7px;
  margin: 2.2rem 0 0 4rem;
  content: '';
  border-radius: 50%;
  background-color: #f92740;
}

.section-solution .section-content ul li:after,
.section-solution .section-primary__description ul li:after,
.section-solution .client-description ul li:after,
.section-solution .section-content ol li:after,
.section-solution .section-primary__description ol li:after,
.section-solution .client-description ol li:after {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 1px;
  margin: 5rem 0 0rem 4.4rem;
  content: '';
  background-color: rgba(249, 39, 64, .2);
}

.section-solution .section-content ul li:first-child,
.section-solution .section-primary__description ul li:first-child,
.section-solution .client-description ul li:first-child,
.section-solution .section-content ol li:first-child,
.section-solution .section-primary__description ol li:first-child,
.section-solution .client-description ol li:first-child {
  padding-top: 0;
}

.section-solution .section-content ul li:first-child:before,
.section-solution .section-primary__description ul li:first-child:before,
.section-solution .client-description ul li:first-child:before,
.section-solution .section-content ol li:first-child:before,
.section-solution .section-primary__description ol li:first-child:before,
.section-solution .client-description ol li:first-child:before {
  margin-top: 1.2rem;
}

.section-solution .section-content ul li:first-child:after,
.section-solution .section-primary__description ul li:first-child:after,
.section-solution .client-description ul li:first-child:after,
.section-solution .section-content ol li:first-child:after,
.section-solution .section-primary__description ol li:first-child:after,
.section-solution .client-description ol li:first-child:after {
  margin-top: 4rem;
}

.section-solution .section-content ul li:last-child,
.section-solution .section-primary__description ul li:last-child,
.section-solution .client-description ul li:last-child,
.section-solution .section-content ol li:last-child,
.section-solution .section-primary__description ol li:last-child,
.section-solution .client-description ol li:last-child {
  padding-bottom: 0;
}

.section-solution .section-content ul li:last-child:after,
.section-solution .section-primary__description ul li:last-child:after,
.section-solution .client-description ul li:last-child:after,
.section-solution .section-content ol li:last-child:after,
.section-solution .section-primary__description ol li:last-child:after,
.section-solution .client-description ol li:last-child:after {
  display: none;
}

.section-solution .section-footer {
  margin-top: 6rem;
}

.list-clients {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-clients__cell {
  padding-right: 2rem;
  padding-left: 2rem;
}

.item-client {
  color: #000;
}

.item-client__logo {
  display: block;
  max-width: 100%;
  height: auto;
}

.item-client__media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 8rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-client__media + .item-client__name {
  margin-top: .5rem;
}

.item-client__name {
  font-family: 'Manrope', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  display: block;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -.01em;
}

.section-more .section-title {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.section-more__button {
  margin-top: 8rem;
  text-align: center;
}

.section-portfolio {
  padding-bottom: 16rem;
}

.section-portfolio .project-6 .article-preview {
  margin-left: auto;
}

.section-portfolio .project-7 .article-preview {
  margin-top: -8rem;
}

.section-portfolio .button {
  padding-left: 50%;
}

.section-info .section-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2rem;
}

.section-info .section-content,
.section-info .section-primary__description,
.section-info .client-description {
  width: 100%;
  max-width: 74rem;
  margin-right: auto;
  margin-left: auto;
}

.section-info .section-body {
  margin-top: 6rem;
}

.section-info .section-title {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section-info__aside,
.section-info__panel {
  padding-right: 2rem;
  padding-left: 2rem;
}

.section-info__aside {
  width: 33.333%;
}

.section-info__panel {
  width: 66.666%;
}

.section-info__panel .grid-default {
  margin-bottom: -4rem;
}

.section-info__panel .grid-default__cell {
  margin-bottom: 4rem;
}

.list-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1.5rem 0 0 0;
  padding: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-categories__item {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 6rem;
  padding: 0 0 0 4rem;
}

.list-categories__amount {
  font-family: 'Manrope', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  position: relative;
  top: -.8rem;
  margin: 0 0 0 1rem;
  color: rgba(0, 0, 0, .8);
}

.section-about {
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
}

.section-about .navigation {
  margin-top: 8rem;
}

.section-about .section-title {
  font-size: 4rem;
}

.section-about .section-description {
  max-width: 74rem;
  margin-right: auto;
  margin-left: auto;
}

.section-own .section-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.own-projects .article-preview {
  margin-right: auto;
  margin-left: auto;
}

.own-projects__item + .own-projects__item {
  margin-top: 8rem;
}

.section-feed {
  padding-top: 8rem;
  padding-bottom: 16rem;
  background-color: #fff;
}

.section-feed .section-title {
  font-size: 5rem;
}

.section-feed .section-footer {
  margin-top: 8em;
}

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

:active,
:focus,
:hover {
  outline: 0;
}

:root {
  font-size: 7px;
}

html,
body {
  height: 100%;
  padding: 0;
}

html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.28;
  min-width: 320px;
  color: #1d1d1f;
  background-color: #f5f5f7;
  -webkit-font-smoothing: antialiased;
}

a {
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  text-decoration: none;
  color: inherit;
}

.no-touchevents a:hover {
  text-decoration: none;
  color: #f92740;
}

input {
  border-radius: 0;
  -webkit-appearance: none;
}

.svg-store {
  display: none;
  overflow: hidden;
  height: 0;
}

.layout {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

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

.container,
.container-md {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12rem;
  padding-left: 12rem;
}

.container {
  max-width: 192rem;
}

.container-md {
  max-width: 105;
}

.container-sm {
  width: 100%;
  max-width: 74rem;
  margin-right: auto;
  margin-left: auto;
}

.separator {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  max-width: 192rem;
  height: .1rem;
  margin: 0 auto;
  padding: 0;
  border: none;
}

.separator:before {
  position: absolute;
  top: 0;
  right: 12rem;
  left: 12rem;
  display: block;
  height: .1rem;
  content: '';
  background-color: rgba(0, 0, 0, .07);
}

article {
  -webkit-hyphens: auto;
  hyphens: auto;
  -ms-hyphens: auto;
}

.page-primary {
  padding-bottom: 8rem;
}

.page-primary__aside {
  position: absolute;
  top: 0;
  right: 0;
  width: 29rem;
  padding: 22rem 0 8rem 4rem;
  color: #f5f5f7;
}

.page-primary__aside:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: 0 -100vw;
  content: '';
  background-color: #000;
}

.page-primary__head .page-primary__inner {
  position: relative;
  padding-top: 22rem;
}

.page-primary__inner {
  padding-right: 29rem;
  padding-left: 29rem;
}

.page-primary__breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 40rem;
  padding-top: 22rem;
}

.list-direction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2%;
  padding: 0;
  list-style: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-direction__item {
  padding: 0 2%;
}

.item-direction {
  display: block;
  text-align: center;
  color: #000;
}

.no-touchevents .item-direction:hover {
  color: #f92740;
}

.no-touchevents .item-direction:hover .icon {
  fill: #f92740;
  stroke: #f92740;
}

.item-direction__icon {
  margin-bottom: 1.5rem;
}

.item-direction__icon .icon {
  display: block;
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
  -webkit-transition: fill .3s, stroke .3s;
  transition: fill .3s, stroke .3s;
  fill: currentColor;
  stroke: currentColor;
}

.item-direction__label {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.2;
  display: block;
  text-align: center;
  text-transform: lowercase;
}

.item-direction__icon {
  position: relative;
  display: block;
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.item-direction__icon .icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: fill .3s, stroke .3s;
  transition: fill .3s, stroke .3s;
  fill: #000;
}

.item-direction__icon .icon-fintech {
  fill: none;
  stroke: #000;
}

.list-direction:after {
  content: '';
}

.project-label {
  font-family: 'Manrope', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.25;
  display: block;
  margin-bottom: 3rem;
  text-align: center;
  letter-spacing: -.01em;
  text-transform: lowercase;
}

.project-preview {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  margin-bottom: 8rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.project-preview__blur {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 10rem 10% 50%;
  opacity: .6;
  border-radius: 1.2rem;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

.project-preview__cover {
  position: relative;
  z-index: 2;
  margin: 0 10%;
}

.project-preview__caption {
  font-family: 'Manrope', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5rem;
  display: block;
  margin-top: 1.5rem;
  letter-spacing: -.01em;
  color: rgba(0, 0, 0, .4);
}

.project-preview__full {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border-radius: 1.2rem;
}

.project-container {
  max-width: 145rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 17.5rem;
  padding-left: 17.5rem;
}

.breadcrumb {
  font-family: 'Manrope', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: -.01em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumb .breadcrumb-item:last-child {
  padding-right: 0;
}

.breadcrumb .breadcrumb-item:last-child:before {
  display: none;
}

.breadcrumb.light .breadcrumb-link {
  color: rgba(245, 245, 247, .6);
}

.no-touchevents .breadcrumb.light .breadcrumb-link:hover {
  color: #f92740;
}

.breadcrumb.light .breadcrumb-item {
  color: rgba(245, 245, 247, .6);
}

.breadcrumb.light .breadcrumb-item:before {
  background-color: rgba(245, 245, 247, .2);
}

.breadcrumb-item {
  position: relative;
  max-width: 100%;
  padding-right: 3rem;
  color: rgba(0, 0, 0, .4);
}

.breadcrumb-item:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.2rem;
  height: .1rem;
  margin: 1.1rem .9rem 0;
  content: '';
  background-color: rgba(0, 0, 0, .2);
}

.breadcrumb-item:last-child {
  padding-right: 0;
}

.breadcrumb-item:last-child:before {
  display: none;
}

.breadcrumb-link {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
}

.breadcrumb-success {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(0, 0, 0, .5);
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumb-success__item {
  font-size: 1.4rem;
  line-height: 1.2;
}

.breadcrumb-success__item + .breadcrumb-success__item {
  position: relative;
  padding-left: 2rem;
}

.breadcrumb-success__item + .breadcrumb-success__item:before {
  font-size: 1.4rem;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  margin: .2rem .8rem;
  content: '/';
  color: rgba(0, 0, 0, .2);
}

.project-head {
  padding-right: 4rem;
  padding-left: 4rem;
  color: #f5f5f7;
}

.project-title {
  margin-bottom: 8rem;
  text-align: center;
  letter-spacing: normal;
}

.link-default,
.content a:not(.btn):not(.article-success):not(.article-preview),
.popup-content a:not(.btn):not(.article-success):not(.article-preview),
.section-description a:not(.btn):not(.article-success):not(.article-preview),
.section-content a:not(.btn):not(.article-success):not(.article-preview),
.section-primary__description a:not(.btn):not(.article-success):not(.article-preview),
.client-description a:not(.btn):not(.article-success):not(.article-preview),
.project-content a:not(.btn):not(.article-success):not(.article-preview),
.article-default a:not(.btn):not(.article-success):not(.article-preview),
.light-box__content a:not(.btn):not(.article-success):not(.article-preview),
.section-program__content a {
  font-weight: 700;
  -webkit-transition: color .3s, border .3s;
  transition: color .3s, border .3s;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.no-touchevents .link-default:hover,
.no-touchevents .content a:hover:not(.btn):not(.article-success):not(.article-preview),
.content .no-touchevents a:hover:not(.btn):not(.article-success):not(.article-preview),
.no-touchevents .popup-content a:hover:not(.btn):not(.article-success):not(.article-preview),
.popup-content .no-touchevents a:hover:not(.btn):not(.article-success):not(.article-preview),
.no-touchevents .section-description a:hover:not(.btn):not(.article-success):not(.article-preview),
.section-description .no-touchevents a:hover:not(.btn):not(.article-success):not(.article-preview),
.no-touchevents .section-content a:hover:not(.btn):not(.article-success):not(.article-preview),
.section-content .no-touchevents a:hover:not(.btn):not(.article-success):not(.article-preview),
.no-touchevents .section-primary__description a:hover:not(.btn):not(.article-success):not(.article-preview),
.section-primary__description .no-touchevents a:hover:not(.btn):not(.article-success):not(.article-preview),
.no-touchevents .client-description a:hover:not(.btn):not(.article-success):not(.article-preview),
.client-description .no-touchevents a:hover:not(.btn):not(.article-success):not(.article-preview),
.no-touchevents .project-content a:hover:not(.btn):not(.article-success):not(.article-preview),
.project-content .no-touchevents a:hover:not(.btn):not(.article-success):not(.article-preview),
.no-touchevents .article-default a:hover:not(.btn):not(.article-success):not(.article-preview),
.article-default .no-touchevents a:hover:not(.btn):not(.article-success):not(.article-preview),
.no-touchevents .light-box__content a:hover:not(.btn):not(.article-success):not(.article-preview),
.light-box__content .no-touchevents a:hover:not(.btn):not(.article-success):not(.article-preview),
.no-touchevents .section-program__content a:hover,
.section-program__content .no-touchevents a:hover {
  border-bottom-color: transparent;
}

.link-primary {
  font-family: 'Manrope', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #f92740;
}

.no-touchevents .link-primary:hover {
  color: #1d1d1f;
}

.project-description {
  font-size: 1.9rem;
  line-height: 1.5;
  margin-bottom: 6rem;
  letter-spacing: .009em;
}

.project-description p {
  margin: 0;
}

.project-content {
  color: #1d1d1f;
}

.project-content p + h5 {
  margin-top: 5rem;
}

.project-content h5 {
  margin-bottom: 3rem;
}

.technologies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 8rem -20rem;
  border: .4rem solid #000;
  border-radius: 1.2rem;
}

.technologies__head {
  margin-bottom: 3rem;
}

.technologies__title {
  font-family: 'Manrope', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  display: block;
  text-align: center;
  letter-spacing: -.01em;
  text-transform: lowercase;
}

.technologies__content ul strong,
.technologies__content ol strong {
  font-size: 2.4rem;
  line-height: 1.35;
}

.technologies__content ul li,
.technologies__content ol li {
  padding-left: 2.5rem;
}

.technologies__content ul li:before,
.technologies__content ol li:before {
  margin-left: 0;
}

.technologies__cell {
  width: 100%;
  padding: 4rem;
}

.technologies__cell + .technologies__cell {
  border-left: .4rem solid #000;
}

.content-gallery {
  position: relative;
  z-index: -1;
  overflow: hidden;
  margin: 8rem -20rem;
}

.content-gallery.large {
  margin: 8rem -46.5rem;
}

.content-gallery.large .content-gallery__grid {
  -webkit-columns: 3;
  columns: 3;
}

.content-gallery figure {
  width: 100%;
  margin: 0;
  padding: 0 0 6rem;
  vertical-align: top;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

.content-gallery figcaption {
  font-family: 'Manrope', sans-serif;
  margin-top: 1.5rem;
  letter-spacing: -.01em;
  color: rgba(0, 0, 0, .4);
}

.content-gallery img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(0, 0, 0, .07);
  border-radius: 1.2rem;
}

.content-gallery__grid {
  margin-bottom: -6rem;
  -webkit-columns: 2;
  columns: 2;
  gap: 4rem;
}

.content-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 8rem -20rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-row__column {
  width: 50%;
  padding: 0 2rem;
}

.list-primary__item + .list-primary__item {
  margin-top: 4rem;
}

.details {
  font-family: 'Manrope', sans-serif;
}

.details__head + .details__body {
  margin-top: 1.5rem;
}

.page-primary__aside .details__title {
  color: rgba(245, 245, 247, .4);
}

.page-primary__aside .details__content {
  color: #f5f5f7;
}

.page-primary__aside .details__content a {
  color: #f92740;
}

.no-touchevents .page-primary__aside .details__content a:hover {
  color: #f5f5f7;
}

.details__title {
  font-weight: 300;
  display: block;
  letter-spacing: -.01em;
  color: rgba(0, 0, 0, .4);
}

.details__content {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}

.details__content figure {
  margin: 0;
  padding: 0;
}

.details__content figure img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.details__content p + figure,
.details__content ul + figure,
.details__content ol + figure {
  margin-top: 1.5rem;
}

.details__content p {
  margin: 0;
}

.details__content ul,
.details__content ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.details__content ul li + li,
.details__content ol li + li {
  margin-top: 1rem;
}

.client {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 110rem;
}

.client-media {
  margin-right: 4rem;
}

.client-logo {
  display: block;
  max-width: 100%;
  height: auto;
}

.client-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 24.8rem;
  height: 24.8rem;
  padding: 2rem;
  border-radius: 50%;
  background-color: #fff;
  -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;
}

.client-panel {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.client-head + .client-body {
  margin-top: 3rem;
}

.client-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  color: #000;
}

.slider-default__item {
  width: 100%;
}

.section-article {
  padding-top: 0;
  padding-bottom: 16rem;
}

.section-article__offset {
  position: relative;
  z-index: 2;
  top: -15rem;
  margin-bottom: -15rem;
}

.section-article__inner {
  position: relative;
}

.menu-success {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4.5rem;
  padding: 0;
  list-style: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-success__item {
  font-family: 'Manrope', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.2;
  padding: 0 4.5rem;
  white-space: nowrap;
  letter-spacing: -.01em;
}

.menu-success__item.is-active {
  font-weight: 500;
}

.menu-success__item.is-active .menu-success__link:before {
  opacity: 1;
}

.menu-success__link {
  position: relative;
  color: #000;
}

.menu-success__link:before {
  position: absolute;
  z-index: -1;
  bottom: -6rem;
  left: 50%;
  display: block;
  width: 80%;
  height: .1rem;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  background-color: #000;
}

.article-default {
  max-width: 74rem;
  margin-right: auto;
  margin-left: auto;
}

.article-default__button {
  margin: 4rem 0;
  text-align: center;
}

.section-questionnaire {
  padding-top: 20rem;
  padding-bottom: 16rem;
}

.section-questionnaire .section-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section-questionnaire .section-head {
  max-width: 42rem;
}

.grid-answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem -2rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid-answer__cell {
  width: 50%;
  margin-bottom: 2rem;
  padding: 0 1rem;
}

.question-title {
  font-family: 'Inter', sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.25;
  display: block;
  letter-spacing: .009em;
  color: #000;
}

.question-head {
  position: relative;
}

.question-head + .question-body {
  margin-top: 3rem;
}

.question-number {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.6rem;
  height: 3.6rem;
  margin: -.5rem 0 0 -5rem;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  letter-spacing: .009em;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(20, 20, 20, .2);
  -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;
}

.questions .question-item + .question-item {
  margin-top: 8rem;
}

.question-item.color-1.current .question-number {
  background-color: #4787f1;
}

.question-item.color-1 .radio-answer__control:checked + .radio-answer__body .radio-answer__media .icon-smiley {
  opacity: 1;
  fill: #4787f1;
  stroke: #4787f1;
}

.question-item.color-2.current .question-number {
  background-color: #fd9a00;
}

.question-item.color-2 .radio-answer__control:checked + .radio-answer__body .radio-answer__media .icon-smiley {
  opacity: 1;
  fill: #fd9a00;
  stroke: #fd9a00;
}

.question-item.current .radio-answer__control:not(:checked) + .radio-answer__body {
  opacity: .4;
}

.page-about {
  padding-top: 27rem;
  padding-bottom: 10rem;
  background-color: #fff;
}

.page-about__inner {
  position: relative;
  z-index: 2;
}

.page-about__background {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 93rem;
  background-color: #161616;
}

.page-about__background:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 26rem;
  content: '';
  background: -webkit-linear-gradient(top, rgba(22, 22, 22, 0) 0%, #161616 100%);
  background: linear-gradient(180deg, rgba(22, 22, 22, 0) 0%, #161616 100%);
}

.page-about__image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: .1rem solid #000;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navigation__item {
  position: relative;
  padding-bottom: 4rem;
  white-space: nowrap;
}

.navigation__item + .navigation__item {
  margin-left: 9rem;
}

.navigation__item:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80%;
  height: .1rem;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  background-color: #fff;
}

.navigation__item.is-active:before {
  opacity: 1;
}

.navigation__link {
  font-family: 'Manrope', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  text-transform: lowercase;
}

.light-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 36rem;
  padding: 4rem 4rem 6rem;
  border-radius: 1.2rem;
  background-color: #f5f5f7;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.light-box__title {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  letter-spacing: .009em;
  color: #000;
}

.light-box__head + .light-box__body {
  margin-top: 2rem;
}

.grid-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 6rem -18rem 2rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid-team__item {
  width: 50%;
  margin-bottom: 4rem;
  padding: 0 2rem;
}

.grid-team__item:nth-child(2) {
  margin-top: 8rem;
}

.grid-team__item:nth-child(n+3):nth-child(even) {
  margin-top: 0rem;
}

.grid-team__item:nth-child(n+3):nth-child(odd) {
  margin-top: -8rem;
}

.team-member {
  position: relative;
  display: block;
  border-radius: 1.2rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.team-member:before {
  display: block;
  width: 100%;
  padding-top: 119.40299%;
  content: '';
}

.team-member__body {
  line-height: 1.2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10rem 4rem 4rem 4rem;
  letter-spacing: .009em;
  color: #fff;
  border-radius: 0 0 1.2rem 1.2rem;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.team-member__name {
  font-size: 2.6rem;
  font-weight: 700;
  display: block;
}

.team-member__position {
  font-size: 1.9rem;
  font-weight: 300;
  display: block;
  margin-top: 1rem;
  color: rgba(245, 245, 247, .8);
}

.section-map {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 80rem;
}

.section-map:before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 25rem;
  content: '';
  background: -webkit-linear-gradient(#f5f5f7 0%, rgba(245, 245, 247, 0) 100%);
  background: linear-gradient(#f5f5f7 0%, rgba(245, 245, 247, 0) 100%);
}

.section-map:after {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 25rem;
  content: '';
  background: -webkit-linear-gradient(rgba(245, 245, 247, 0) 0%, #f5f5f7 100%);
  background: linear-gradient(rgba(245, 245, 247, 0) 0%, #f5f5f7 100%);
}

.section-map + .section-contacts {
  position: relative;
  z-index: 2;
  margin-top: -16rem;
}

.map-default {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -5rem 0;
}

[class*='ymaps-2'][class*='-ground-pane'] {
  opacity: .5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.section-contacts__title {
  display: block;
  margin-bottom: 4rem;
}

.section-contacts__footer {
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  color: rgba(0, 0, 0, .4);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-contacts__footer p {
  margin: 0;
}

.section-contacts__footer .copyright {
  font-size: 1.6rem;
}

.section-contacts__footer .registration {
  font-size: 1.4rem;
  margin-left: 5rem;
}

.section-contacts__inner {
  padding-top: 8rem;
  padding-bottom: 8rem;
  border-top: .1rem solid rgba(0, 0, 0, .1);
}

.line-addresses .section-contacts__inner {
  padding-top: 0;
  border-top: none;
}

.line-footer .section-contacts__inner {
  padding-top: 0;
  padding-bottom: 0;
  border-top: 0;
}

.section-map__head {
  font-family: 'Manrope', sans-serif;
  line-height: 1.2;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 5rem 4rem;
  color: rgba(0, 0, 0, .8);
  background-color: #f5f5f7;
}

.section-map__head .grid-default {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-map__head .btn-close {
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0 4rem 0 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-map__address {
  font-size: 2rem;
  font-style: normal;
}

.section-map__coordinates {
  font-size: 1.6rem;
}

.section-contacts .grid-default__separator {
  display: none;
}

.section-404 {
  padding-top: 20rem;
  padding-bottom: 16rem;
  text-align: center;
}

.section-404 .section-footer {
  margin-top: 8rem;
}

@media (min-width: 1023px) {
  :root {
    font-size: calc(        7px +        3 *        (100vw - 1023px) /        897);
  }
}

@media (min-width: 1920px) {
  :root {
    font-size: 10px;
  }
}

@media (max-width: 1920px) {
  .grid-default_large {
    margin: 6rem calc((-100vw + 94rem) / 2) 8rem;
  }
}

@media (max-width: 1440px) {
  .project-container {
    max-width: 145rem;
    padding-right: 0;
    padding-left: 0;
  }

  .content-gallery.large {
    margin: 8rem -29rem;
  }

  .content-row {
    margin: 8rem -2.5rem;
  }

  .project-preview__blur {
    margin: 10rem 5rem 50%;
  }

  .project-preview__cover {
    margin: 0;
  }
}

@media (max-width: 1366px) {
  .article-preview.type-2 .article-preview__title {
    font-size: 2rem;
  }

  .article-preview.type-2 .article-preview__title strong {
    font-size: 2rem;
  }
}

@media (max-width: 1023px) {
  .content figure.offset-right,
  .popup-content figure.offset-right,
  .section-description figure.offset-right,
  .section-content figure.offset-right,
  .section-primary__description figure.offset-right,
  .client-description figure.offset-right,
  .project-content figure.offset-right,
  .article-default figure.offset-right,
  .light-box__content figure.offset-right {
    margin-right: 0;
  }

  .content-figure figure,
  .article-default figure {
    margin-top: 8rem;
    margin-right: 0;
    margin-bottom: 8rem;
    margin-left: 0;
  }

  .content-figure figure:first-child,
  .article-default figure:first-child {
    margin-top: 0;
  }

  .content-figure figure:last-child,
  .article-default figure:last-child {
    margin-bottom: 0;
  }

  .content-figure figure.large,
  .article-default figure.large {
    margin-right: 0;
    margin-left: 0;
  }

  .content-figure .gallery,
  .article-default .gallery {
    margin: 8rem -2rem;
  }

  .floating-block {
    position: static;
    width: 100%;
    max-width: 50%;
    margin-top: 5rem;
    padding-right: 4rem;
  }

  .floating-block.right {
    float: left;
    margin: 5rem 0 5rem 0;
  }

  .layout-header__panel {
    display: none;
  }

  .layout-header__inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .layout-header__burger {
    display: block;
  }

  .layout-header__description {
    font-size: 1.4rem;
    margin-top: .5rem;
    text-align: center;
  }

  .layout-header,
  .layout-header_compact {
    height: 13.5rem;
  }

  .layout-footer .company-office {
    width: 30rem;
    padding: 2rem;
    border-radius: 1.2rem;
    background-color: #000;
  }

  .layout-footer__info {
    flex-direction: column;
    margin-top: 10rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .layout-footer__info .registration {
    margin: 1rem 0 0 0;
  }

  .list-phone__text {
    display: block;
    margin: 1rem 0 0 0;
  }

  .offset-button {
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .article-preview.type-1 {
    max-width: inherit;
    margin-bottom: 4rem;
  }

  .article-preview.type-2 {
    max-width: inherit;
  }

  .article-preview.type-2 .article-preview__background:before {
    padding-top: 129.01235%;
  }

  .article-preview.type-3 {
    max-width: inherit;
  }

  .article-preview.type-3 .article-preview__background {
    max-width: inherit;
  }

  .article-preview.type-4 .article-preview__title {
    line-height: 1.3;
  }

  .grid-type-1 .grid-default__cell {
    width: 50%;
  }

  .grid-default_large {
    margin: 6rem -2rem 8rem;
  }

  .grid-default_large .grid-default__cell {
    width: 50%;
  }

  .grid-default_large .grid-default__cell:last-child {
    display: none;
  }

  .grid-default_type-1 .grid-default__cell.cell-4 {
    width: 50%;
  }

  .grid-default_type-1 .grid-default__cell.cell-6 {
    width: 100%;
  }

  .form-default__message {
    position: static;
    max-width: none;
    padding: .5rem 0 0 0;
    text-align: right;
  }

  .form-default__footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .overlay {
    overflow: hidden;
  }

  .overlay .burger-item {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }

  .overlay .burger:before,
  .overlay .burger:after {
    width: 2.8rem;
  }

  .overlay .burger:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .overlay .burger:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .overlay .layout-panel {
    visibility: visible;
    -webkit-transition: opacity .6s, visibility .6s .1s;
    transition: opacity .6s, visibility .6s .1s;
    opacity: 1;
  }

  .overlay .layout-panel__autoscroll {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }

  .overlay .layout-header {
    height: 13.5rem;
    background-color: #f5f5f7;
  }

  .overlay .layout-header__compact {
    height: 13.5rem;
  }

  .overlay .layout-header__description {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .overlay .layout-header_light {
    color: #1d1d1f;
  }

  .overlay .layout-header_light .burger:before,
  .overlay .layout-header_light .burger:after {
    background-color: #000;
  }

  .overlay .layout-header_light .burger-item {
    background-color: #000;
  }

  .slider-offices {
    display: block;
    margin-right: -4rem;
    margin-left: -4rem;
  }

  .slider-offices:after {
    display: none;
    content: 'flickity';
  }

  .slider-offices .grid-default__cell {
    width: auto;
  }

  .slider-offices.slider-ready .grid-default__cell {
    height: 100%;
  }

  .slider-offices .flickity-slider .grid-default__cell:first-child {
    padding-left: 4rem;
  }

  .slider-offices .flickity-slider .grid-default__cell:last-child {
    padding-right: 4rem;
  }

  .js_init-slider {
    display: block;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 0;
  }

  .js_init-slider:after {
    display: none;
    content: 'flickity';
  }

  .js_init-slider.flickity-enabled {
    opacity: 1;
  }

  .popup-default {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .popup-default .container {
    position: static;
  }

  .popup-default .grid-default__cell {
    width: 100%;
  }

  .popup-default .btn-close {
    margin: 4rem 4rem 0 0;
  }

  .popup-default__autoscroll {
    padding: 16rem 0;
  }

  .popup-head {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .popup-thank {
    position: absolute;
  }

  .popup-aside {
    margin-bottom: 6rem;
  }

  .form-sent .popup-aside,
  .form-sent .popup-body {
    display: none;
  }

  .form-sent .popup-thank {
    position: static;
    visibility: visible;
    opacity: 1;
  }

  .popup-subtitle {
    margin-bottom: 6rem;
    text-align: center;
  }

  .popup-footer .list-buttons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-default {
    padding-top: 18rem;
  }

  .section-head + .section-body {
    margin-top: 6rem;
  }

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

  .section-primary {
    padding-top: 18rem;
  }

  .section-primary .grid-default__cell.cell-8,
  .section-primary .grid-default__cell.cell-4 {
    width: 100%;
  }

  .section-primary__client .section-primary__head {
    display: none;
  }

  .table-hide {
    display: none;
  }

  .section-secondary {
    padding-top: 18rem;
    padding-bottom: 22rem;
  }

  .section-secondary .grid-default__cell.cell-6,
  .section-secondary .grid-default__cell.cell-3 {
    width: 100%;
  }

  .section-primary .section-grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-primary .breadcrumb-primary {
    margin-top: 4rem;
  }

  .section-primary .section-grid__cell {
    width: 100%;
  }

  .section-primary .section-panel {
    display: none;
  }

  .section-primary__description {
    margin-top: 3rem;
  }

  .section-primary__direction .breadcrumb {
    display: none;
  }

  .section-light {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .section-platform {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-platform .section-title {
    font-size: 5rem;
  }

  .section-platform .section-body {
    margin-top: 2.5rem;
  }

  .section-platform .section-footer {
    margin-top: 6rem;
    text-align: center;
  }

  .section-platform__background {
    position: relative;
  }

  .section-platform__background:after {
    display: block;
    width: 100%;
    padding-top: 47.52604%;
    content: '';
    content: '';
  }

  .section-platform__image {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
  }

  .section-platform__inner {
    padding: 6rem 0;
  }

  .section-benefits {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .info-box {
    padding: 4rem 2rem;
  }

  .info-box__title {
    font-size: 2.4rem;
  }

  .section-clients {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }

  .section-clients .section-body {
    margin-top: 2.5rem;
  }

  .section-clients .grid-default__cell {
    width: 100%;
  }

  .section-clients .list-images {
    margin-top: 8rem;
  }

  .section-client {
    padding-bottom: 4rem;
  }

  .section-client .grid-default__cell.cell-6 {
    width: 100%;
  }

  .section-client .grid-default__cell.cell-4 {
    width: 50%;
  }

  .section-client .grid-default__cell.cell-center {
    margin-right: auto;
    margin-left: auto;
  }

  .list-benefits__item {
    width: auto;
  }

  .section-projects .grid-default__cell.cell-4 {
    width: 50%;
  }

  .section-projects .grid-default__cell.cell-6 {
    width: 100%;
  }

  .section-projects .grid-default__cell.cell-6.cell-center {
    margin: 0;
  }

  .projects-type-1 .project-1 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

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

  .projects-type-1 .project-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .projects-type-1 .project-4 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .projects-type-1 .project-5 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .projects-type-1 .project-6 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .projects-type-1 .project-7 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .section-next {
    min-height: inherit;
    padding-top: 12rem;
    padding-bottom: 10rem;
  }

  .section-next__title {
    font-size: 10rem;
  }

  .review-default__head {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-program {
    padding-top: 0;
  }

  .section-program__preview {
    margin-bottom: 0;
  }

  .section-program__body {
    max-width: inherit;
    margin-top: 30rem;
  }

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

  .section-program__inner {
    position: relative;
    padding: 6rem 4rem;
  }

  .grid-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid-navigation_default .grid-navigation_right,
  .grid-navigation_default .grid-navigation_center {
    width: auto;
    margin: 0;
    padding: 0;
  }

  .grid-navigation_default .grid-navigation_left,
  .grid-navigation_default .grid-navigation_right {
    position: static;
  }

  .grid-navigation_default .grid-navigation__item {
    padding-right: 2rem;
    padding-left: 2rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid-navigation_primary {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .grid-navigation_primary .grid-navigation_left,
  .grid-navigation_primary .grid-navigation_right {
    position: static;
    width: 50%;
  }

  .grid-navigation_primary .grid-navigation_center {
    width: 100%;
    margin-top: 8rem;
  }

  .section-navigation {
    padding-top: 2rem;
    padding-bottom: 12rem;
  }

  .section-case {
    padding-bottom: 8rem;
  }

  .section-case .section-title {
    font-size: 5rem;
  }

  .section-case .grid-default__cell {
    width: 100%;
  }

  .section-case__body {
    max-width: initial;
    margin-bottom: 6rem;
  }

  .section-case__body .list-primary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-case__body .list-primary__item {
    width: 50%;
    margin: 0;
    padding: 0 4rem;
  }

  .section-case__footer {
    display: none;
  }

  .section-case__button {
    display: block;
    margin-top: 6rem;
    text-align: center;
  }

  .list-clients {
    margin-right: -4rem;
    margin-left: -4rem;
  }

  .list-clients__cell {
    width: auto;
    padding: 0 4rem;
  }

  .section-more .grid-default .grid-default__cell.cell-4 {
    width: 50%;
  }

  .section-more .grid-default .grid-default__cell:first-child {
    width: 100%;
  }

  .section-more .section-title {
    margin-bottom: 6rem;
  }

  .section-more__button {
    margin-top: 2rem;
  }

  .section-portfolio {
    padding-bottom: 12rem;
  }

  .section-portfolio .grid-default__cell {
    width: 50%;
  }

  .section-portfolio .grid-default__cell.project-1 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .section-portfolio .grid-default__cell.project-2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .section-portfolio .grid-default__cell.project-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .section-portfolio .grid-default__cell.project-4 {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .section-portfolio .grid-default__cell.project-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .section-portfolio .grid-default__cell.project-6 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .section-portfolio .grid-default__cell.project-7 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .section-portfolio .grid-default__cell.project-7 .article-preview {
    margin-top: 0;
  }

  .section-portfolio .grid-default__cell.offset-2 {
    margin-left: 0;
  }

  .section-portfolio .grid-default__cell.button {
    width: 100%;
    margin-top: 2rem;
    padding-left: 2rem;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .section-info .section-head {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-info__aside,
  .section-info__panel {
    width: 100%;
  }

  .section-info__panel {
    margin-top: 6rem;
  }

  .list-categories__item {
    padding-left: 2rem;
  }

  .section-feed .grid-default__cell.cell-4 {
    width: 50%;
  }

  .section-feed .grid-default__cell.cell-6 {
    width: 100%;
  }

  .section-feed .grid-default__cell.cell-center {
    margin-right: 0;
    margin-left: 0;
  }

  .section-feed .grid-default__cell:nth-child(3n) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  :root {
    font-size: 10px;
  }

  .container,
  .container-md {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .separator:before {
    right: 4rem;
    left: 4rem;
  }

  .page-primary__head {
    padding-bottom: 22rem;
    background-color: #141414;
  }

  .page-primary__head .page-primary__inner {
    padding-top: 18rem;
  }

  .page-primary__aside {
    position: static;
    width: 100%;
    padding: 0;
  }

  .page-primary__aside:before {
    display: none;
  }

  .page-primary__breadcrumb {
    display: none;
  }

  .page-primary__inner {
    padding-right: 0;
    padding-left: 0;
  }

  .list-direction {
    display: block;
    visibility: hidden;
    padding-bottom: 4rem;
    -webkit-transition: opacity 1s, visibility .3s;
    transition: opacity 1s, visibility .3s;
    opacity: 0;
  }

  .list-direction:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 1px;
    margin: 0 2%;
    content: '';
    background-color: rgba(0, 0, 0, .15);
  }

  .list-direction:after {
    display: none;
    content: 'flickity';
  }

  .list-direction .grid-default__cell {
    width: auto;
  }

  .list-direction.slider-ready .grid-default__cell {
    height: 100%;
  }

  .list-direction.flickity-enabled {
    visibility: visible;
    opacity: 1;
  }

  .list-direction .flickity-slider .grid-default__cell:first-child {
    padding-left: 4rem;
  }

  .list-direction .flickity-slider .grid-default__cell:last-child {
    padding-right: 4rem;
  }

  .list-direction__item {
    width: 25%;
  }

  .project-head {
    padding-right: 0;
    padding-left: 0;
  }

  .project-title {
    margin-bottom: 6rem;
  }

  .project-preview {
    margin-top: -16rem;
    margin-bottom: 6rem;
  }

  .content-row {
    margin: 6rem -2.5rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .page-primary__aside .list-primary {
    display: -ms-grid;
    display: grid;
    overflow-x: auto;
    margin: 0;
    padding-bottom: 2rem;
    grid-auto-columns: 40%;
    grid-auto-flow: column;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 4rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  .page-primary__aside .list-primary::-webkit-scrollbar {
    height: .1rem;
    background-color: rgba(255, 255, 255, .15);
  }

  .page-primary__aside .list-primary::-webkit-scrollbar-thumb {
    background: #fff;
  }

  .page-primary__aside .list-primary::-webkit-scrollbar-track {
    background: transparent;
  }

  .page-primary__aside .list-primary__item {
    margin: 0;
    scroll-snap-align: start;
  }

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

  .project-content__images figure {
    width: 80%;
    max-width: 55rem;
  }

  .content-gallery__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    margin: 0;
    padding-right: 4rem;
    -webkit-column-count: inherit;
    column-count: inherit;
    gap: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .content-gallery__grid::-webkit-scrollbar {
    display: none;
  }

  .content-gallery__grid figure {
    padding-left: 4rem;
    scroll-snap-align: start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 57.6rem;
    -ms-flex: 0 0 57.6rem;
    flex: 0 0 57.6rem;
  }

  .content-gallery {
    z-index: auto;
    overflow: inherit;
    margin: 6rem -4rem;
  }

  .content-gallery.large {
    z-index: auto;
    overflow: inherit;
    margin: 6rem -4rem;
  }

  .content-gallery.large .content-gallery__grid {
    -webkit-columns: inherit;
    columns: inherit;
  }

  .content-row.type-1 {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .content-row.type-1 .content-row__column {
    width: 100%;
  }

  .content-row.type-1 .content-row__column + .content-row__column {
    margin-top: 6rem;
  }

  .technologies {
    flex-direction: column;
    margin: 6rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .technologies__cell + .technologies__cell {
    border-top: .4rem solid #000;
    border-left: none;
  }

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

  .client-media {
    margin: 0 0 4rem;
  }

  .client-circle {
    width: 12rem;
    height: 12rem;
    margin: 0 auto;
  }

  .client-panel {
    margin: 0 0 4rem;
  }

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

  .slider-default {
    margin: 0 -2rem;
  }

  .slider-default__item {
    width: 70%;
    padding: 0 2rem;
  }

  .section-questionnaire {
    padding-top: 18rem;
    padding-bottom: 12rem;
  }

  .section-questionnaire .grid-default__cell {
    width: 100%;
  }

  .section-questionnaire .grid-default__cell.main {
    margin-top: 6rem;
  }

  .section-questionnaire .section-head {
    text-align: center;
  }

  .section-questionnaire .section-body,
  .section-questionnaire .section-head {
    max-width: 53.6rem;
    margin-right: auto;
    margin-left: auto;
  }

  .section-questionnaire .section-footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .question-number {
    position: static;
    margin: 0 auto 2.4rem;
  }

  .page-about {
    padding-top: 18rem;
    padding-bottom: 4rem;
  }

  .light-box {
    height: 100%;
    padding: 2.5rem 2rem;
  }

  .grid-team {
    margin: 6rem -2rem 2rem;
  }

  .team-member__body {
    padding: 5rem 2rem 2rem 2rem;
  }

  .team-member__position {
    margin-top: .5rem;
  }

  .section-contacts .grid-default__separator {
    margin: 6rem 0;
  }

  .section-contacts .grid-default__separator.table-show {
    display: block;
  }

  .section-contacts__inner {
    position: relative;
  }

  .company-office__button {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50%;
    text-align: center;
  }

  .section-contacts {
    padding-bottom: 0;
    background-color: #fff;
  }

  .section-contacts__footer {
    flex-direction: column;
    padding-bottom: 6rem;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .section-contacts__footer .copyright,
  .section-contacts__footer .registration {
    width: 100%;
  }

  .section-contacts__footer .registration {
    margin: 1rem 0 0 0;
  }

  .section-map__head {
    display: block;
  }

  .map-default {
    bottom: -5rem;
    margin: 0;
  }

  .section-map {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100vw;
    height: 100%;
    padding: 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    opacity: 0;
  }

  .section-map:before,
  .section-map:after {
    display: none;
  }

  .section-map + .section-contacts {
    position: static;
    margin-top: 0;
    padding-top: 18rem;
  }

  .open-map {
    overflow: hidden;
  }

  .open-map .section-map {
    z-index: 15;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  .section-contacts__title {
    margin-bottom: 6rem;
    text-align: center;
  }

  .section-contacts__line .list-buttons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-contacts__line.line-footer {
    background-color: #f5f5f7;
  }

  .section-contacts__line.line-form {
    background-color: #f5f5f7;
  }

  .section-contacts__line.line-form .section-contacts__inner {
    border-top: none;
  }

  .section-contacts__line.line-form .form-default {
    max-width: 54rem;
    margin-right: auto;
    margin-left: auto;
  }

  .section-contacts__line.line-form .grid-default__cell.cell-4 {
    width: 100%;
  }

  .section-contacts__line.line-contacts {
    text-align: center;
    background-color: #f5f5f7;
  }

  .section-contacts__line.line-contacts .grid-default__cell.cell-6 {
    width: 100%;
  }

  .section-contacts__line.line-contacts .grid-default__cell + .grid-default__cell {
    margin-top: 12rem;
  }

  .section-contacts__line.line-addresses .grid-default__cell.cell-4 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  h3,
  .section-contacts__title,
  .h3,
  .section-title,
  .section-program__title {
    font-size: 2.4rem;
  }

  h4,
  .h4 {
    font-size: 2rem;
  }

  .content,
  .popup-content,
  .section-description,
  .section-content,
  .section-primary__description,
  .client-description,
  .project-content,
  .article-default,
  .light-box__content {
    font-size: 1.8rem;
  }

  .content blockquote,
  .popup-content blockquote,
  .section-description blockquote,
  .section-content blockquote,
  .section-primary__description blockquote,
  .client-description blockquote,
  .project-content blockquote,
  .article-default blockquote,
  .light-box__content blockquote {
    font-size: 2rem;
    line-height: 1.5;
    margin: 4rem 0;
    padding: 0 0 0 3.5rem;
  }

  .content blockquote:before,
  .popup-content blockquote:before,
  .section-description blockquote:before,
  .section-content blockquote:before,
  .section-primary__description blockquote:before,
  .client-description blockquote:before,
  .project-content blockquote:before,
  .article-default blockquote:before,
  .light-box__content blockquote:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    margin: 1.2rem 0 0 1rem;
    content: '';
    border-radius: 100%;
    background-color: currentColor;
  }

  .content-figure figure,
  .article-default figure {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .content-figure .gallery,
  .article-default .gallery {
    flex-direction: column;
    margin: 4rem -2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .content-figure .gallery-cell,
  .article-default .gallery-cell {
    width: 100%;
  }

  .content-figure .gallery-cell + .gallery-cell,
  .article-default .gallery-cell + .gallery-cell {
    margin-top: 2rem;
  }

  .article-default__button + .gallery {
    margin-top: 6rem;
  }

  .floating-block {
    width: 100%;
    max-width: inherit;
    margin: 0;
    padding: 0 1rem;
  }

  .floating-block .article-success {
    max-width: inherit;
  }

  .floating-block.right {
    float: none;
    margin: 4rem 0;
  }

  .menu-lg .main-menu__item {
    font-size: 2.4rem;
  }

  .logo-pras {
    width: 10.4rem;
    height: 2.4rem;
  }

  .layout-header__description {
    font-size: 1rem;
    margin-top: .25rem;
  }

  .layout-header,
  .layout-header_compact {
    height: 6rem;
  }

  .layout-header__inner {
    padding-top: 2rem;
    -webkit-transition: padding-top .3s;
    transition: padding-top .3s;
  }

  .layout-header_compact .layout-header__inner {
    padding-top: 0;
  }

  .layout-header__burger {
    margin: 0 1rem 0 0;
  }

  .menu-vertical .main-menu__item {
    text-align: left;
  }

  .layout-footer__addresses {
    padding-bottom: 4rem;
  }

  .layout-footer__base .list-buttons {
    display: none;
  }

  .layout-footer__base {
    padding-top: 2rem;
  }

  .layout-footer__info {
    margin-top: 0;
    text-align: center;
  }

  .layout-footer__info .registration {
    line-height: 1.8;
  }

  .layout-footer {
    padding: 4rem 0;
  }

  .layout-footer .company-office {
    width: 25rem;
  }

  .company-office__body {
    margin-top: 3rem;
  }

  .btn-primary {
    font-size: 1.6rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .btn-nav__title {
    display: none;
  }

  .article-preview.type-1 .article-preview__image {
    margin: 2.5rem 2rem 0 2rem;
  }

  .article-preview.type-2 .article-preview__body {
    padding: 2rem;
  }

  .article-preview.type-2 .article-preview__title {
    font-size: 2rem;
  }

  .article-preview.type-2 .article-preview__title strong {
    font-size: 2rem;
  }

  .article-preview.type-3 .title-light {
    color: #000;
  }

  .article-preview.type-3 .article-preview__body {
    position: relative;
    padding: 2rem 2rem 0;
    color: #000;
    border-radius: 1.2rem;
  }

  .article-preview.type-3 .article-preview__title {
    font-size: 2rem;
  }

  .article-preview.type-3 .article-preview__title strong {
    font-size: 2rem;
  }

  .article-preview.type-3 .article-preview__gradient {
    display: none;
  }

  .article-preview.type-3 .article-preview__image {
    margin: 2.5rem 2rem 0 2rem;
  }

  .article-preview.type-5 .article-preview__background:before {
    padding-top: 66.41791%;
  }

  .article-preview.type-5 .article-preview__gradient {
    display: none;
  }

  .article-preview.type-5 .article-preview__body {
    position: relative;
    padding: 2rem 2rem 0;
    color: #000;
    border-radius: 1.2rem;
  }

  .article-preview.type-5 .article-preview__title {
    font-size: 2rem;
  }

  .article-preview.type-5 .article-preview__title strong {
    font-size: 2rem;
  }

  .article-preview.type-5 .breadcrumb-success {
    color: rgba(22, 22, 22, .5);
  }

  .article-preview.type-5 .breadcrumb-success__item + .breadcrumb-success__item:before {
    color: rgba(22, 22, 22, .2);
  }

  .article-priview__label {
    margin-bottom: 1.5rem;
  }

  .grid-type-1 {
    margin-bottom: 0;
  }

  .grid-type-1 .grid-default__cell {
    margin-bottom: 2rem;
  }

  .grid-type-1 .grid-default__cell:last-child {
    margin-bottom: 0;
  }

  .grid-type-1 .grid-default__cell {
    width: 100%;
  }

  .grid-default_large {
    margin: 4rem -2rem 0;
  }

  .grid-default_large .grid-default__cell {
    width: 100%;
    margin: 0;
  }

  .grid-default_large .grid-default__cell:last-child {
    display: block;
  }

  .grid-default_type-1 .grid-default__cell.cell-4 {
    width: 100%;
  }

  .radio-answer__text {
    font-size: 1.4rem;
  }

  .form-default__footer {
    margin-top: 4rem;
  }

  .form-default__message {
    padding: .5rem 0 0 1.5rem;
    text-align: left;
  }

  .form-default__fill {
    background-color: transparent;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-default__fill .form-control {
    background-color: #fff;
  }

  .form-default__fill.horizont .form-default__label {
    padding: 0 0 .5rem 1.5rem;
  }

  .form-default__label {
    width: 100%;
    padding: 0 0 .5rem 1.5rem;
  }

  .form-default__row + .form-default__row {
    margin-top: 2rem;
  }

  .form-default__control.error .form-default__fill {
    box-shadow: none;
  }

  .form-default__control.error .form-control {
    box-shadow: 0 0 0 .4rem rgba(255, 0, 0, .2) inset;
  }

  .overlay .layout-header,
  .overlay .layout-header__compact {
    height: 6rem;
  }

  .carousel-default {
    margin-bottom: 6rem;
  }

  .carousel-default:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: .1rem;
    margin: 0;
    content: '';
    background-color: rgba(0, 0, 0, .15);
  }

  .carousel-default__inner {
    position: relative;
    overflow-x: auto;
    margin: 0;
    padding-bottom: 2rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  .carousel-default__inner::-webkit-scrollbar {
    height: .1rem;
  }

  .carousel-default__inner::-webkit-scrollbar-thumb {
    width: 4.4rem;
    background: #000;
  }

  .carousel-default__inner::-webkit-scrollbar-track {
    background: transparent;
  }

  .carousel-default__inner .carousel-default__item:first-child {
    padding-left: 0;
  }

  .carousel-default__inner .carousel-default__item:last-child {
    padding-right: 0;
  }

  .carousel-default__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25rem;
    -ms-flex: 0 0 25rem;
    flex: 0 0 25rem;
    scroll-snap-align: start;
    scroll-margin: 0 25rem 0 0;
  }

  .layout-panel__autoscroll {
    padding-top: 6rem;
  }

  .layout-panel__footer .list-buttons {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .layout-panel__lang .language-switcher {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .layout-panel__body {
    width: 100%;
    max-width: 20rem;
    margin: 0 auto;
    padding-left: 3rem;
  }

  .layout-panel__button {
    text-align: left;
  }

  .layout-panel__footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .layout-panel__footer .list-buttons {
    max-width: 20rem;
    margin: 0 auto;
    padding-left: 3rem;
  }

  .popup-default .btn-close {
    margin: 2rem 2rem 0 0;
  }

  .popup-default__autoscroll {
    padding: 10rem 0;
  }

  .popup-title {
    font-size: 2.4rem;
  }

  .popup-content {
    display: none;
  }

  .popup-aside {
    margin-bottom: 4rem;
  }

  .popup-button {
    margin-top: 4rem;
  }

  .popup-footer {
    margin-top: 8rem;
  }

  .popup-footer .list-buttons {
    flex-direction: column;
    max-width: 20rem;
    margin: 0 auto;
    padding-left: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .popup-subtitle {
    font-size: 2rem;
  }

  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-default {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .section-head + .section-body {
    margin-top: 2.5rem;
  }

  .section-head .section-description {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .section-description {
    margin-top: 2rem;
  }

  .section-content .h4,
  .section-primary__description .h4,
  .client-description .h4,
  .section-content h4,
  .section-primary__description h4,
  .client-description h4 {
    margin-bottom: 2rem;
  }

  .section-content ul,
  .section-primary__description ul,
  .client-description ul,
  .section-content ol,
  .section-primary__description ol,
  .client-description ol {
    margin: 4rem 0;
  }

  .section-content ul li,
  .section-primary__description ul li,
  .client-description ul li,
  .section-content ol li,
  .section-primary__description ol li,
  .client-description ol li {
    padding: 1rem 0 4rem 2rem;
  }

  .section-content ul li + li,
  .section-primary__description ul li + li,
  .client-description ul li + li,
  .section-content ol li + li,
  .section-primary__description ol li + li,
  .client-description ol li + li {
    margin-top: 0;
  }

  .section-content ul li:before,
  .section-primary__description ul li:before,
  .client-description ul li:before,
  .section-content ol li:before,
  .section-primary__description ol li:before,
  .client-description ol li:before {
    margin: 1.9rem 0 0 0;
  }

  .section-content ul li:after,
  .section-primary__description ul li:after,
  .client-description ul li:after,
  .section-content ol li:after,
  .section-primary__description ol li:after,
  .client-description ol li:after {
    margin: 4rem 0 0rem .4rem;
  }

  .section-content ul li:first-child:before,
  .section-primary__description ul li:first-child:before,
  .client-description ul li:first-child:before,
  .section-content ol li:first-child:before,
  .section-primary__description ol li:first-child:before,
  .client-description ol li:first-child:before {
    margin-top: .8rem;
  }

  .section-content ul li:first-child:after,
  .section-primary__description ul li:first-child:after,
  .client-description ul li:first-child:after,
  .section-content ol li:first-child:after,
  .section-primary__description ol li:first-child:after,
  .client-description ol li:first-child:after {
    margin-top: 3rem;
  }

  .section-content__button {
    margin: 4rem 0 8rem;
  }

  .section-primary {
    padding-top: 10rem;
  }

  .section-secondary {
    padding: 10rem 0 14rem;
  }

  .section-secondary .mobile-show {
    display: block;
  }

  .section-light .section-title {
    font-size: 2.4rem;
  }

  .section-column {
    max-width: inherit;
  }

  .section-panel {
    margin-top: 2rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .list-primary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1rem;
  }

  .list-primary__item {
    width: 50%;
    padding: 0 1rem;
  }

  .list-primary__item + .list-primary__item {
    margin-top: 0;
  }

  .section-more + .section-navigation {
    padding-top: 0;
  }

  .section-welcome {
    padding-top: 9rem;
    padding-bottom: 4rem;
  }

  .section-platform {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-platform .section-title {
    font-size: 2.4rem;
  }

  .section-platform .section-body {
    margin-top: 2.5rem;
  }

  .section-platform .section-footer {
    margin-top: 4rem;
  }

  .section-platform__background:before {
    height: 50%;
  }

  .section-platform__inner {
    padding: 3rem 0;
  }

  .section-benefits {
    padding: 4rem 0;
  }

  .section-benefits__button {
    padding: 2rem 0 0 0;
    text-align: center;
  }

  .section-clients {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }

  .section-clients .section-title {
    font-size: 2.4rem;
  }

  .section-clients .list-images {
    margin-top: 4rem;
  }

  .section-client .grid-default__cell.cell-4 {
    width: 100%;
  }

  .section-projects .grid-default__cell.cell-4 {
    width: 100%;
  }

  .section-projects .grid-default__cell.cell-6 {
    width: 100%;
  }

  .projects-type-1 .project-4 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .projects-type-2 .project-5 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .section-next {
    padding: 4rem 0;
  }

  .section-next .section-head .section-next__label {
    margin-bottom: 3rem;
  }

  .section-next .section-body {
    margin-top: 3rem;
  }

  .section-next__label {
    font-size: 1.6rem;
  }

  .section-next__title {
    font-size: 4.4rem;
  }

  .section-next__description {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: .009em;
  }

  .review-default {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .review-default__media {
    width: 11.2rem;
    margin: 0 auto 2rem;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }

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

  .section-program {
    padding: 0;
  }

  .section-program__body {
    max-width: inherit;
    margin-top: 0;
    padding-top: 35%;
  }

  .section-program__inner {
    padding: 4rem 1.5rem;
  }

  .section-program__preview {
    top: 0;
  }

  .section-program__preview:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    background: -webkit-linear-gradient(top, rgba(71, 135, 241, 0) 0%, #4787f1 100%);
    background: linear-gradient(180deg, rgba(71, 135, 241, 0) 0%, #4787f1 100%);
  }

  .grid-navigation {
    margin: 0;
  }

  .grid-navigation_right + .grid-navigation_center {
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: .1rem solid rgba(0, 0, 0, .07);
  }

  .grid-navigation__item {
    padding-right: 0;
    padding-left: 0;
  }

  .grid-navigation_primary .grid-navigation_center {
    margin-top: 4rem;
  }

  .grid-navigation.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid-navigation.center .grid-navigation__item {
    width: 100%;
    padding: 0;
  }

  .grid-navigation.center .grid-navigation__item + .grid-navigation__item {
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: .1rem solid rgba(0, 0, 0, .07);
  }

  .section-case .section-title {
    font-size: 2.4rem;
  }

  .section-case__body {
    margin-bottom: 4rem;
  }

  .section-case__body .list-primary {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-case__body .list-primary__item {
    width: 100%;
    margin: 0 0 2.5rem;
    padding: 0;
  }

  .section-case__body .list-primary__item:last-child {
    margin-bottom: 0;
  }

  .section-case__button {
    margin-top: 4rem;
  }

  .section-solution {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-more .grid-default {
    margin-bottom: -4rem;
  }

  .section-more .grid-default .grid-default__cell.cell-4 {
    width: 100%;
  }

  .section-more .grid-default .grid-default__cell:first-child {
    width: 100%;
  }

  .section-more .section-title {
    margin-bottom: 2rem;
  }

  .section-direction {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-portfolio {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-portfolio .grid-default__cell {
    width: 100%;
  }

  .section-info__panel .grid-default {
    margin-bottom: -2rem;
  }

  .section-info__panel .grid-default__cell {
    width: 100%;
    margin-bottom: 2rem;
  }

  .section-info__panel {
    margin-top: 2rem;
  }

  .list-categories__item {
    font-size: 2rem;
    margin-bottom: 3rem;
    padding-left: 1rem;
  }

  .list-categories__amount {
    font-size: 1.4rem;
    margin: 0 0 0 .5rem;
  }

  .section-about {
    padding-top: 10rem;
    padding-bottom: 15rem;
    background-color: #000;
  }

  .section-about .section-title {
    font-size: 2.4rem;
  }

  .section-about .navigation {
    margin-top: 2rem;
    border-bottom-color: rgba(255, 255, 255, .15);
  }

  .section-about + .section-info {
    margin-top: -15rem;
  }

  .section-own .section-footer {
    margin-top: 6rem;
  }

  .own-projects__item + .own-projects__item {
    margin-top: 4rem;
  }

  .section-feed .section-footer {
    margin-top: 0;
  }

  .section-feed .grid-default__cell.cell-4,
  .section-feed .grid-default__cell.cell-6 {
    width: 100%;
  }

  .section-feed .grid-default__cell.cell-center {
    margin-right: 0;
    margin-left: 0;
  }

  .section-feed .grid-default__cell:nth-child(3n) {
    -webkit-box-ordinal-group: initial;
    -webkit-order: initial;
    -ms-flex-order: initial;
    order: initial;
  }

  .container,
  .container-md {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .separator:before {
    right: 1.5rem;
    left: 1.5rem;
  }

  .page-primary__head .page-primary__inner {
    padding-top: 10rem;
  }

  .list-direction {
    margin: 0;
    padding-bottom: 0;
  }

  .list-direction .flickity-slider .list-direction__item:first-child {
    padding-left: 0;
  }

  .list-direction .flickity-slider .list-direction__item:last-child {
    padding-right: 0;
  }

  .list-direction__item {
    position: relative;
    width: auto;
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .list-direction__item .item-direction:before {
    position: absolute;
    z-index: 2;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: .1rem;
    margin: 3.9rem 0 0 0;
    content: '';
    -webkit-transition: width .6s;
    transition: width .6s;
    background-color: #000;
  }

  .list-direction__item.is-selected .item-direction {
    position: relative;
  }

  .list-direction__item.is-selected .item-direction:before {
    width: 100%;
  }

  .item-direction__label {
    white-space: nowrap;
  }

  .list-direction__item {
    padding-bottom: 4rem;
  }

  .details__head + .details__body {
    margin-top: 1rem;
  }

  .project-preview {
    margin-bottom: 4rem;
  }

  .project-label {
    max-width: 20rem;
    margin: 0 auto 2rem;
    color: rgba(245, 245, 247, .6);
  }

  .project-title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }

  .project-description {
    margin-bottom: 3rem;
  }

  .page-primary__aside .list-primary {
    margin: 0;
    padding-bottom: 6rem;
    grid-auto-columns: 60%;
  }

  .page-primary__aside .list-primary__item {
    width: 100%;
    padding: 0;
  }

  .content-row {
    flex-direction: column;
    margin: 4rem -2.5rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .content-row.type-1 .content-row__column + .content-row__column {
    margin-top: 4rem;
  }

  .content-row__column {
    width: 100%;
  }

  .content-row__column + .content-row__column {
    margin-top: 4rem;
  }

  .content-gallery {
    margin: 4rem -1.5rem;
  }

  .content-gallery.large {
    margin: 4rem -1.5rem;
  }

  .content-gallery__grid {
    padding-right: 1.5rem;
  }

  .content-gallery__grid figure {
    padding: 0 0 0 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 26.6rem;
    -ms-flex: 0 0 26.6rem;
    flex: 0 0 26.6rem;
  }

  .technologies {
    margin: 4rem 0;
  }

  .technologies__cell {
    padding: 3rem 2rem;
  }

  .technologies__content ul strong,
  .technologies__content ol strong {
    font-size: 2rem;
  }

  .client-media {
    margin: 0 0 3rem;
  }

  .client-circle {
    width: 10rem;
    height: 10rem;
  }

  .slider-default {
    margin: 0 -1.5rem;
  }

  .slider-default__item {
    width: 90%;
    padding: 0 1.5rem;
  }

  .section-default .menu-success {
    margin-bottom: -4.5rem;
  }

  .menu-success {
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0;
    padding-bottom: .5rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menu-success__item {
    padding: 0 2rem 2rem;
    border-bottom: .1rem solid rgba(0, 0, 0, .15);
  }

  .is-active .menu-success__link:before {
    bottom: -2.1rem;
  }

  .section-questionnaire {
    padding-top: 10rem;
    padding-bottom: 4rem;
  }

  .section-questionnaire .section-footer {
    margin-top: 4rem;
  }

  .question-title {
    font-size: 2rem;
  }

  .page-about {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .page-about .section-own {
    margin-top: -11rem;
    padding-top: 0;
  }

  .page-about__background {
    display: none;
  }

  .grid-team {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .grid-team__item {
    width: 100%;
    margin-bottom: 0;
  }

  .grid-team__item + .grid-team__item {
    margin-top: 2rem;
  }

  .grid-team__item:nth-child(n+3):nth-child(odd) {
    margin-top: 2rem;
  }

  .team-member__body {
    padding: 4rem 2rem 2.5rem;
  }

  .team-member__name {
    font-size: 2rem;
  }

  .team-member__position {
    font-size: 1.6rem;
    margin-top: .5rem;
  }

  .navigation {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navigation::-webkit-scrollbar {
    display: none;
  }

  .navigation__item {
    padding-bottom: 2rem;
    scroll-snap-align: start;
  }

  .navigation__item + .navigation__item {
    margin-left: 4rem;
  }

  .light-box {
    min-height: 25.6rem;
    padding: 2.5rem 1.5rem;
  }

  .light-box__title {
    font-size: 2rem;
    text-align: center;
  }

  .light-box__content {
    font-size: 1.6rem;
  }

  .grid-team {
    margin: 4rem -2rem;
  }

  .section-contacts__title {
    margin-bottom: 4rem;
  }

  .section-contacts__inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-map {
    padding: 0;
  }

  .section-map__head {
    padding: 2rem 3rem;
  }

  .section-map__head .grid-default__cell.cell-6 {
    width: 100%;
  }

  .section-map__head .btn-close {
    margin-right: 2rem;
  }

  .section-map__address {
    display: none;
  }

  .section-map + .section-contacts {
    padding-top: 10rem;
    padding-bottom: 0;
  }

  .company-office__button {
    position: static;
    display: block;
    width: auto;
    margin: 1rem 0 4rem;
  }

  .section-contacts .grid-default__separator {
    margin: 4rem 1.5rem;
  }

  .section-contacts .grid-default__separator.mobile-show {
    display: block;
  }

  .section-contacts__line.line-addresses .grid-default__cell.cell-4 {
    width: 100%;
  }

  .section-contacts__line.line-contacts .list-buttons {
    max-width: 20rem;
    margin: 0 auto;
    padding-left: 3rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-contacts__line.line-contacts .grid-default__cell + .grid-default__cell {
    margin-top: 6rem;
  }

  .section-contacts__line.line-footer .section-contacts__inner {
    padding-top: 2rem;
    border-top: .1rem solid rgba(0, 0, 0, .1);
  }

  .section-404 {
    padding-top: 12rem;
    padding-bottom: 8rem;
    text-align: center;
  }

  .section-404 .section-footer {
    margin-top: 4rem;
  }
}