

/* Start:/local/templates/slonworks/css/style.css?1668759612177778*/
@charset "UTF-8";

/* stylelint-disable */

/*! 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 {
  margin: 0.67em 0;
  font-size: 2em;
}

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

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

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
  font-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/* 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] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
  border-bottom: none;
  /* 1 */
}

/**
* 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-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/**
* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
  ========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
  border-style: none;
}

/* Forms
  ========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 2 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  font-family: inherit;
  /* 1 */
}

/**
* 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: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
  display: table;
  /* 1 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
  outline-offset: -2px;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */
}

/**
* 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 {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

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

/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */

html.has-scroll-smooth {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction="horizontal"] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction="horizontal"] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  -webkit-transform: scaleX(1.45);
  -ms-transform: scaleX(1.45);
  transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction="horizontal"] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

[data-scroll-direction="horizontal"] .c-scrollbar:hover {
  -webkit-transform: scaleY(1.3);
  -ms-transform: scaleY(1.3);
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

/* stylelint-disable */

/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

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

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

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

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@-webkit-keyframes disableBreakpointAnimation {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  100% {
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes disableBreakpointAnimation {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  100% {
    visibility: hidden;
    opacity: 0;
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@font-face {
  font-family: "Stolzl";
  src: url("/local/templates/slonworks/css/../fonts/Stolzl-Thin.woff2") format("woff2"), url("/local/templates/slonworks/css/../fonts/Stolzl-Thin.woff") format("woff");
  font-weight: 250;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stolzl";
  src: url("/local/templates/slonworks/css/../fonts/Stolzl-Regular.woff2") format("woff2"), url("/local/templates/slonworks/css/../fonts/Stolzl-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stolzl";
  src: url("/local/templates/slonworks/css/../fonts/Stolzl-Medium.woff2") format("woff2"), url("/local/templates/slonworks/css/../fonts/Stolzl-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/local/templates/slonworks/css/../fonts/Inter-Medium.woff2") format("woff2"), url("/local/templates/slonworks/css/../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/local/templates/slonworks/css/../fonts/Inter-Regular.woff2") format("woff2"), url("/local/templates/slonworks/css/../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  height: 100%;
}

html {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Stolzl", "Arial", sans-serif;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

a {
  color: #000000;
  text-decoration: none;
}

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

textarea {
  resize: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #ffffff;
  box-shadow: inset 0 0 0 1000px #ffffff;
  -webkit-text-fill-color: #000000;
}

input,
textarea {
  border-radius: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
}

input:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

select {
  border-radius: 0;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

select,
textarea,
input:matches([type="email"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="url"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  /* stylelint-disable-next-line */
  min-height: calc(100 * var(--vh, 1vh));
  overflow: hidden;
}

.wrapper .header,
.wrapper .footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}

.scroll-lock-ios {
  position: fixed;
  overflow: hidden;
}

.scroll-lock {
  overflow: hidden;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-transition {
  /* stylelint-disable-next-line */
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 67px;
}

.container--no-padding {
  max-width: 1440px;
  padding: 0;
}

.container--contracted {
  padding: 0 162px;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 11px 29px;
  color: currentColor;
  font-size: 15px;
  line-height: 16px;
  background-color: transparent;
  border: 1px solid currentColor;
  border-radius: 35px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.custom-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 11px 29px;
  color: #000000;
  font-size: 15px;
  line-height: 16px;
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 35px;
  text-transform: uppercase;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom-link:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.custom-link--black {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.custom-link--black .custom-link__text {
  color: #ffffff;
}

.custom-link--black .custom-link__animation {
  background-color: #ffffff;
}

.custom-link--grey {
  color: #999999;
  border: 1px solid #999999;
}

.custom-link--grey .custom-link__text {
  color: #999999;
}

.custom-link--grey .custom-link__animation {
  background-color: #999999;
}

.custom-link__text {
  color: #000000;
  position: relative;
  -webkit-transition: color ease-out 0.3s;
  -o-transition: color ease-out 0.3s;
  transition: color ease-out 0.3s;
}

.custom-link__animation {
  background-color: #000000;
  bottom: 0;
  height: 150%;
  left: 0;
  position: absolute;
  -webkit-transform: scale(1.1, 2);
  -ms-transform: scale(1.1, 2);
  transform: scale(1.1, 2);
  width: 100%;
  z-index: 0;
}

.link {
  font: inherit;
  color: inherit;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border: none;
  background-color: transparent;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.link svg {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.link[href],
.link[type="button"] {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.link--light {
  color: #d8d8d8;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.header {
  top: 0;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 20;
  padding-top: 16px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
}

.header.is-hidden {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header__whatsapp {
  min-height: 27px;
  min-width: 127px;
  padding: 6px 18px;
  font-size: 13px;
  line-height: 1;
  border: 1px solid #000000;
  border-radius: 35px;
}

.header__whatsapp svg {
  margin-right: 10px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.header--white {
  color: #ffffff;
}

.header--white .languages__link {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.header--white .header__toggle-icon--open {
  color: #ffffff;
}

.header--white .header__whatsapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.header--white .header__whatsapp.is-default {
  display: none;
}

.header--line {
  padding-bottom: 6px;
  border-bottom: 1px solid #666666;
}

.header__img {
  display: none;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  margin-right: auto;
}

.header__logo svg {
  width: 226px;
  height: 80px;
  color: #181818;
}

.header__toggle {
  background-color: transparent;
  border: none;
  padding: 0;
  color: #181818;
  cursor: pointer;
  display: none;
  margin-bottom: 12px;
}

.header__toggle:hover,
.header__toggle:focus {
  opacity: 0.6;
}

.header__toggle:active {
  opacity: 0.3;
}

.header__toggle-icon--open {
  display: block;
  width: 28px;
  height: 28px;
  color: #000000;
}

.header__toggle-icon--close {
  display: none;
  width: 14px;
  height: 14px;
}

.header__whatsapp-mobile {
  display: none;
}

.header__whatsapp {
  margin-left: 45px;
  margin-right: 33px;
  display: none;
}

.header__whatsapp.is-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-nav {
  margin-right: 50px;
}

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

.main-nav__item:not(:last-child) {
  margin-right: 50px;
}

.main-nav__link {
  font-size: 15px;
  line-height: 15px;
}

.footer {
  background-color: #181818;
  overflow: hidden;
}

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

.footer__column {
  width: 50%;
  position: relative;
}

.footer__column::before {
  position: absolute;
  height: 1px;
  background-color: #999999;
  content: "";
  width: 50vw;
  left: 0;
  bottom: 0;
}

.footer__column:first-child::before {
  left: auto;
  right: 0;
}

.footer__column:first-of-type {
  border-right: 1px solid #999999;
}

.footer__logo {
  position: relative;
  padding: 20px 0 12px 0;
}

.footer__logo::before {
  position: absolute;
  height: 1px;
  background-color: #999999;
  content: "";
  width: 50vw;
  right: 0;
  bottom: 0;
}

.footer__logo svg {
  width: 308px;
  height: 109px;
}

.footer__tagline {
  padding: 75px 0 0 0;
  max-width: 378px;
  color: #999999;
}

.footer__text {
  line-height: 22px;
  margin: 0;
  margin-bottom: 50px;
}

.footer__column-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.footer__anchor-up {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
}

.footer__anchor-up svg {
  fill: none;
  width: 24px;
  height: 24px;
}

.footer__mail {
  padding: 24px 33px 24px 25px;
  color: #d9d9d9;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.footer__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #d9d9d9;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__social-link svg {
  width: 13px;
  height: 13px;
  margin-left: 10px;
}

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

.footer-nav__item {
  position: relative;
  padding: 29px 0 27px 25px;
  color: #999999;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 18px;
}

.footer-nav__item::before {
  position: absolute;
  height: 1px;
  background-color: #999999;
  content: "";
  width: 50vw;
  left: 0;
  bottom: 0;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  list-style: none;
  margin-bottom: -10px;
  margin-right: -26px;
}

.socials__item {
  padding-left: 31px;
  position: relative;
  color: #999999;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  min-width: 172px;
  margin-bottom: 10px;
  padding-right: 33px;
}

.socials__item::before {
  content: "";
  height: 24px;
  width: 1px;
  background-color: #d9d9d9;
  opacity: 0.16;
  position: absolute;
  left: 0;
}

.copyright__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 18px 0 20px;
  position: relative;
  text-transform: uppercase;
  color: #999999;
  line-height: 22px;
  margin: 0;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  pointer-events: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal::-webkit-scrollbar {
  display: none;
}

.modal__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 60px 40px;
}

.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modal__content {
  position: relative;
  max-width: 800px;
  width: 100%;
  padding: 63px 118px 84px;
  background-color: #ffffff;
}

.modal__close-btn {
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  background: rgba(255, 255, 255, 0);
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.modal__close-btn:hover {
  opacity: 0.6;
}

.modal--responsive .modal__content {
  width: 100%;
}

.modal--fit-content .modal__content {
  width: auto;
}

.modal--no-scale {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modal--preload {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.modal.is-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal__title {
  margin: 0 0 58px;
  font-size: 30px;
  line-height: 41px;
  font-weight: 400;
}

.modal__title--subtitle {
  margin: 0 0 8px;
}

.modal__subtitle {
  margin: 0 0 25px;
  font-size: 16px;
  line-height: 22px;
  color: #8e8e8e;
}

.modal--dark .modal__content {
  background-color: #181818;
  color: #ffffff;
}

.modal--dark .modal__close-btn .btn-icon {
  fill: #ffffff;
}

.custom-input,
.custom-textarea {
  position: relative;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 10px;
  font-size: 19px;
  line-height: 160%;
}

.custom-input__error,
.custom-textarea__error {
  position: absolute;
  left: 0;
  bottom: -5px;
  margin: 0;
  color: #ff1553;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.custom-input__label,
.custom-textarea__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.custom-input__input,
.custom-textarea__textarea {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0;
  border: none;
  line-height: 160%;
  background: transparent;
  outline: none;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition: font-size 0.3s ease, line-height 0.3s ease, -webkit-transform 0.3s ease;
  transition: font-size 0.3s ease, line-height 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: font-size 0.3s ease, line-height 0.3s ease, transform 0.3s ease;
  transition: font-size 0.3s ease, line-height 0.3s ease, transform 0.3s ease;
  transition: font-size 0.3s ease, line-height 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.custom-input__input:focus,
.custom-textarea__textarea:focus {
  font-size: 14px;
  line-height: 252%;
  -webkit-transform: translateY(12px);
  -ms-transform: translateY(12px);
  transform: translateY(12px);
}

.custom-input__label-text {
  position: absolute;
  top: 4px;
  display: block;
  line-height: 160%;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.custom-input.not-empty .custom-input__label-text {
  -webkit-transform: scale(0.5) translateY(-10px);
  -ms-transform: scale(0.5) translateY(-10px);
  transform: scale(0.5) translateY(-10px);
  color: #666666;
  opacity: 0;
}

.custom-input__input:focus:not([type="file"]) + .custom-input__label-text,
.custom-input.not-empty .custom-input__input:focus .custom-input__label-text,
.custom-input.is-active .custom-input__input:focus .custom-input__label-text {
  -webkit-transform: scale(0.5) translateY(-10px);
  -ms-transform: scale(0.5) translateY(-10px);
  transform: scale(0.5) translateY(-10px);
  color: #666666;
  opacity: 1;
}

.custom-input.not-empty .custom-input__input[type="file"] ~ .custom-input__label-text {
  -webkit-transform: scale(0.5) translateY(-30px);
  -ms-transform: scale(0.5) translateY(-30px);
  transform: scale(0.5) translateY(-30px);
  color: #666666;
  opacity: 0;
}

.custom-input__border,
.custom-textarea__border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.custom-input--white {
  caret-color: #ffffff;
}

.custom-input--white .custom-input__input {
  color: #ffffff;
}

.custom-input__label:hover .custom-input__border,
.custom-input__input:focus ~ .custom-input__border,
.custom-textarea__label:hover .custom-textarea__border,
.custom-textarea__input:focus ~ .custom-textarea__border {
  border-bottom: 1px solid #000000;
}

.custom-input--white .custom-input__border,
.custom-textarea--white .custom-textarea__border {
  border-bottom: 1px solid #676767;
}

.custom-input--white .custom-input__label:hover .custom-input__border,
.custom-input--white .custom-input__input:focus ~ .custom-input__border,
.custom-textarea--white .custom-textarea__label:hover .custom-textarea__border,
.custom-textarea--white .custom-textarea__input:focus ~ .custom-textarea__border {
  border-bottom: 1px solid #ffffff;
}

.custom-input__label-text--required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-input__label-text--required::before {
  content: "*";
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 1em;
  color: #ff5f5f;
}

.custom-input .custom-input__input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.custom-input__filename {
  display: inline-block;
  min-height: 32px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom-input__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 9px;
  width: 15px;
  height: 25px;
}

.custom-input.is-invalid {
  color: #ff5f5f;
}

.custom-input.is-invalid .custom-input__border {
  border-bottom: 1px solid #ff5f5f;
}

.custom-toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  padding: 20px 0;
  /*&.is-valid {
    label span {
      color: $color-eucalyptus;
    }
  }*/
}

.custom-toggle__error {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ff1553;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.custom-toggle input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}

.custom-toggle label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

.custom-toggle label span {
  margin-bottom: 0;
  margin-left: 0;
}

.custom-toggle--checkbox .custom-toggle__icon {
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.custom-toggle--checkbox .custom-toggle__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.custom-toggle--radio .custom-toggle__icon {
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.custom-toggle--radio .custom-toggle__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.custom-toggle input:checked + .custom-toggle__icon {
  border: 1px solid rgba(0, 0, 0, 0.8);
}

.custom-toggle input:checked + .custom-toggle__icon::before {
  background-color: rgba(0, 0, 0, 0.8);
}

.custom-toggle.is-invalid .custom-toggle__icon {
  border: 1px solid #ff1553;
}

.custom-toggle.is-invalid .custom-toggle__error {
  opacity: 1;
}

.custom-select {
  position: relative;
}

.custom-select__label {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}

.custom-select__placeholder {
  position: absolute;
  top: 50%;
  left: 29px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}

.custom-select select {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}

.custom-select__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 38px;
  padding: 9px 29px;
  padding-right: 27px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #000000;
  border-radius: 19px;
  outline: none;
  cursor: pointer;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
  text-transform: uppercase;
}

.custom-select__button:hover {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.custom-select__button:focus {
  border: 1px solid rgba(0, 0, 0, 0.8);
}

.custom-select__list {
  position: absolute;
  top: calc(100% + 5px);
  z-index: 1;
  width: 328px;
  margin: 0;
  padding: 15px 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 19px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  -o-transition: visibility 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}

.custom-select__item {
  padding: 8px 36px;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.custom-select__item[aria-selected="true"] {
  background-color: rgba(255, 255, 255, 0.2);
}

.custom-select__error {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ff1553;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.custom-select__text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: left;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.1s;
  -o-transition: opacity 0.3s ease 0.1s;
  transition: opacity 0.3s ease 0.1s;
  color: #000000;
  font-size: 15px;
  line-height: 100%;
  text-transform: uppercase;
}

.custom-select__text br {
  display: none;
}

.custom-select__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 8px;
  height: 3px;
  margin-left: 13px;
  background-color: #000000;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-clip-path: polygon(0 100%, 100% 100%, 50% 0, 0 100%);
  clip-path: polygon(0 100%, 100% 100%, 50% 0, 0 100%);
}

.custom-select.open-up .custom-select__list {
  bottom: auto;
  top: 0;
  -webkit-transform: translateY(calc(-100% + 30px));
  -ms-transform: translateY(calc(-100% + 30px));
  transform: translateY(calc(-100% + 30px));
}

.custom-select.is-open .custom-select__list {
  visibility: visible;
  opacity: 1;
}

.custom-select.is-open .custom-select__icon {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.custom-select.is-open .custom-select__label {
  opacity: 0;
}

.custom-select.not-empty .custom-select__text {
  opacity: 1;
}

.custom-select.not-empty .custom-select__label {
  opacity: 0;
}

.custom-select.not-empty .custom-select__placeholder {
  opacity: 0;
}

.custom-select.is-invalid .custom-select__error {
  opacity: 1;
}

.custom-select.is-invalid .custom-select__button {
  border: 1px solid #ff1553;
}

.custom-select.is-invalid .custom-select__button:focus,
.custom-select.is-invalid .custom-select__button:hover {
  border: 1px solid rgba(255, 21, 83, 0.5);
}

.custom-select--placeholder .custom-select__label {
  -webkit-transform: translateY(calc(-50% - 40px));
  -ms-transform: translateY(calc(-50% - 40px));
  transform: translateY(calc(-50% - 40px));
  opacity: 1;
}

.custom-select--placeholder.is-open .custom-select__label {
  opacity: 1;
}

.custom-select--placeholder.not-empty .custom-select__label {
  opacity: 1;
}

.custom-select.slide-up.not-empty .custom-select__label,
.custom-select.slide-up.is-open .custom-select__label {
  -webkit-transform: translateY(calc(-50% - 40px));
  -ms-transform: translateY(calc(-50% - 40px));
  transform: translateY(calc(-50% - 40px));
  opacity: 1;
}

.custom-select.slide-up.not-empty .custom-select__text,
.custom-select.slide-up.is-open .custom-select__text {
  opacity: 1;
}

.custom-select--projects-list {
  max-width: 345px;
  font-size: 15px;
}

.custom-select--projects-list .custom-select__button {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 8px;
}

.custom-select--projects-list .custom-select__text {
  max-width: 274px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.custom-select--projects-list .custom-select__item[aria-selected="true"] {
  background-color: #eaeaea;
}

.custom-select--white {
  padding-bottom: 10px;
  line-height: 160%;
  height: 45px;
}

.custom-select--white .custom-select__button {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 32px;
  padding: 0 11px 0 0;
  text-transform: none;
  border-radius: 0;
  border: none;
  font-size: 20px;
}

.custom-select--white .custom-select__icon {
  background-color: #ffffff;
}

.custom-select--white .custom-select__text {
  font-size: 19px;
  line-height: 160%;
  color: #ffffff;
  text-transform: none;
}

.custom-select--white .custom-select__label {
  top: 0;
  left: 0;
  display: block;
  font-size: 19px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.custom-select--white.is-open .custom-select__label {
  opacity: 1;
}

.custom-select--white.not-empty .custom-select__label {
  -webkit-transform: scale(0.6) translateY(-30px);
  -ms-transform: scale(0.6) translateY(-30px);
  transform: scale(0.6) translateY(-30px);
  color: #666666;
  opacity: 0;
}

.custom-select--white .custom-select__border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #676767;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.custom-select--white .custom-select__button:hover ~ .custom-select__border,
.custom-select--white .custom-select__button:focus ~ .custom-select__border {
  border-bottom: 1px solid #ffffff;
}

.custom-select--white .custom-select__list {
  padding: 15px 0;
  background-color: #181818;
  border: 1px solid #676767;
  border-radius: 19px;
}

.custom-select--white .custom-select__item {
  padding: 8px 36px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 160%;
}

.custom-select__list--wide {
  width: 100%;
}

.hero {
  height: 350vh;
  height: calc(350 * var(--vh, 1vh));
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.index-2 .hero {
  height: 300vh;
  height: calc(300 * var(--vh, 1vh));
}

.hero__sticky {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  width: 100%;
}

.hero__bg {
  background: url("/local/templates/slonworks/css/../img/content/header-bg.png") center;
  width: 100%;
  height: 100vh;
  height: calc(100 * var(--vh, 1vh));
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.intro {
  position: sticky;
  padding: 160px 0 55px;
  font-family: "Stolzl", "Arial", sans-serif;
  font-weight: 400;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
  overflow: hidden;
}

.intro__inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.intro__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
}

.intro__img img {
  width: 100%;
  height: 100%;
}

.intro__text {
  position: relative;
  display: inline-block;
  font-size: 113px;
  line-height: 136px;
  font-weight: 200;
  text-transform: uppercase;
  opacity: 0;
}

.intro__text--first {
  left: 67px;
}

.intro__text--second {
  left: -61px;
  top: -25px;
}

.intro__text--third {
  right: -296px;
  top: -46px;
}

.intro__details {
  position: absolute;
  right: 22px;
  bottom: 184px;
  max-width: 250px;
  font-size: 15px;
  line-height: 21px;
  color: #181818;
  text-indent: 45px;
  opacity: 0;
}

.intro__down-bottom {
  display: none;
  opacity: 0;
  position: absolute;
  bottom: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.intro__down-bottom svg {
  fill: rgba(255, 255, 255, 0);
}

.video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 250vh;
  height: calc(250 * var(--vh, 1vh));
}

.video__wrapper {
  position: sticky;
  width: 100%;
  top: 0;
}

.video__block {
  position: relative;
  margin: 0 auto;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.video video {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  max-height: 80vh;
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}

.video img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  max-height: 80vh;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.scroll {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.glyph {
  background-color: rgba(255, 255, 255, 0);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  position: absolute;
  height: 100vh;
  color: #999999;
  z-index: 30;
}

.glyph__inner {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 100%;
  height: 100%;
  font-size: 1.4vw;
  line-height: 1.1;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glyph__text {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 15;
  min-height: 180px;
}

.glyph__first-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}

.glyph__second-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
}

.glyph__bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  shape-rendering: geometricPrecision;
}

.glyph__bg #mask rect {
  fill: #ffffff;
}

.glyph__bg #letters-glyph {
  -webkit-transform: translate3d(40.2%, 53.4%, 0);
  transform: translate3d(40.2%, 53.4%, 0);
}

.glyph__bg text {
  font-weight: 700;
  font-size: 112px;
  font-family: "Stolzl", "Arial", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  fill: #000000;
}

.glyph__bg #rect {
  fill: #181818;
}

.cards-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px 25px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.cards__link {
  margin-top: 40px;
  font-size: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.cards__link svg {
  width: 40px;
  height: 30px;
  color: #000000;
  margin-left: 21px;
}

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

.project-card:hover img,
.project-card:focus img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

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

.project-card__category {
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 15px;
  position: relative;
  color: #5f5f5f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-card__category svg {
  width: 14px;
  height: 12px;
  margin-right: 21px;
}

.project-card__title {
  font-size: 20px;
  color: #5f5f5f;
  margin-top: 18px;
  margin-bottom: 0;
}

.project-card__text {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 17px;
  color: #9b9b9b;
}

.project-card__img {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.project-card__img::before {
  content: "";
  display: block;
  padding-top: calc(450 / 640 * 100%);
}

.project-card__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform ease-out 1s;
  transition: -webkit-transform ease-out 1s;
  -o-transition: transform ease-out 1s;
  transition: transform ease-out 1s;
  transition: transform ease-out 1s, -webkit-transform ease-out 1s;
  -o-object-fit: cover;
  object-fit: cover;
}

.phylosophy {
  position: relative;
  padding: 100px 0 100px;
  font-family: "Stolzl", "Arial", sans-serif;
  color: #ffffff;
  background-color: #181818;
  margin: -5px 0 0 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.phylosophy::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -20%;
  left: 0;
  background-color: #181818;
}

.phylosophy__slogan {
  margin: 0 0 100px;
  font-size: 75px;
  line-height: 90px;
  font-weight: 200;
  text-transform: uppercase;
}

.phylosophy__slogan-part {
  display: block;
}

.phylosophy__slogan-part--two {
  position: relative;
  top: -89px;
  left: 300px;
}

.phylosophy__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.phylosophy__img svg {
  fill: #ffffff;
}

.phylosophy__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 170px;
  margin-left: auto;
  margin-right: 134px;
  max-width: 500px;
}

.phylosophy__inner .btn,
.phylosophy__inner .custom-link {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.phylosophy__desc {
  margin: 15px 0 70px;
  max-width: 350px;
  font-size: 16px;
  line-height: 22px;
}

.phylosophy__title {
  font-size: 17px;
  line-height: 18px;
  font-weight: 400;
  color: #5f5f5f;
  text-transform: uppercase;
}

.phyl-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.phylosophy__wrap {
  position: sticky;
  top: 0;
  left: 0;
}

.accordion {
  max-width: 500px;
  margin: 0 auto 150px auto;
}

.accordion .accordion {
  width: 90%;
  margin: 0 auto;
}

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

.accordion__element {
  margin-bottom: 50px;
  padding: 10px;
}

.accordion__element.is-active > .accordion__button {
  opacity: 0.5;
}

.accordion__button {
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
  cursor: pointer;
}

.accordion__wrapper {
  padding: 10px;
}

[data-accordion="element"].is-active > [data-accordion="content"] {
  max-height: 100%;
}

[data-accordion="parent"].no-transition [data-accordion="content"] {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

[data-accordion="content"] {
  max-height: 0;
  -webkit-transition: max-height 0.3s;
  -o-transition: max-height 0.3s;
  transition: max-height 0.3s;
  overflow: hidden;
}

.services {
  margin: -5px 0 0 0;
  padding-top: 70px !important;
}

.services-list__wrapper {
  overflow: inherit;
}

.services-list__item {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 360px;
  grid-template-columns: auto 360px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 42px 0;
  border-bottom: 0.5px solid rgba(217, 217, 217, 0.4);
}

.services-list__item:last-child {
  border-bottom: none;
}

.services-list__item-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  right: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.services-list__item-number {
  margin-right: 135px;
  opacity: 0.34;
  font-size: 25px;
  line-height: 35px;
}

.services-list__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding-top: 20px;
  position: relative;
}

.services-list__item-title {
  font-size: 50px;
  line-height: 70px;
}

.services-list__item-desc {
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.5px;
  opacity: 0.5;
}

.services-list__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 15px;
}

.services-list__item-arrow {
  margin-left: auto;
  margin-right: 20px;
  display: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.services-details {
  opacity: 0.5;
}

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

.services-list__item.is-active .services-list__item-arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.news__link {
  font-size: 24px;
  display: none;
  padding-right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-top: 15px;
}

.news__link svg {
  width: 23px;
  height: 23px;
  color: #000000;
  margin-left: 18px;
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  margin: 0 -7px;
}

.news-list__item {
  width: 25%;
  position: relative;
}

.news-list__item:last-child .news-card__wrapper,
.news-list__item:nth-child(4n) .news-card__wrapper {
  border-right: 1px solid #5f5f5f;
}

.news-card {
  padding: 0 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100%;
  border-top: 1px solid #5f5f5f;
  position: relative;
}

.news-card__wrapper {
  padding: 0 11px;
  padding-bottom: 27px;
  margin-bottom: 10px;
  margin-left: -7px;
  margin-right: -7px;
  border-left: 1px solid #5f5f5f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 10px;
}

.news-card__date {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 13px;
  color: #5f5f5f;
  padding-top: 15px;
  margin-top: 0;
  margin-bottom: 34px;
}

.news-card__text {
  text-transform: uppercase;
  font-size: 19px;
  line-height: 25px;
  letter-spacing: 0.29px;
  color: #181818;
  margin: 0;
  margin-bottom: 30px;
}

.news-card__btn {
  position: relative;
}

.news-card__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.news-card__img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.news-card__img::before {
  content: "";
  display: block;
  padding-top: calc(345 / 314 * 100%);
}

.news-card__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform ease-out 1s;
  transition: -webkit-transform ease-out 1s;
  -o-transition: transform ease-out 1s;
  transition: transform ease-out 1s;
  transition: transform ease-out 1s, -webkit-transform ease-out 1s;

}

.news-card--news-gallery {
  padding: 0;
}

.news-card--news-gallery .news-card__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1.28fr 30px 1.22fr 30px 1.29fr;
  grid-template-columns: 1fr 1.28fr 1.22fr 1.29fr;
  -ms-grid-rows: -webkit-min-content 35px 1fr;
  -ms-grid-rows: min-content 35px 1fr;
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
  grid-template-areas: "date text1 img summary" "date text1 img button";
  gap: 35px 30px;
  -ms-flex-line-pack: start;
  align-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin: 19px 0;
  padding: 0;
  border: none;
}

.news-card--news-gallery .news-card__date {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: date;
  margin-bottom: 10px;
  padding: 0;
  line-height: 19px;
}

.news-card--news-gallery .news-card__text {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: text1;
  margin-bottom: 10px;
}

.news-card--news-gallery .news-card__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  grid-area: img;
}

.news-card--news-gallery .news-card__img::before {
  padding-top: calc(336 / 309 * 100%);
}

.news-card--news-gallery .news-card__summary {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
  grid-area: summary;
  margin: 0;
  font-size: 14px;
  line-height: 19px;
  color: #575352;
}

.news-card--news-gallery .news-card__link {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
  grid-area: button;
  -ms-grid-column-align: start;
  justify-self: start;
}

.title {
  text-transform: uppercase;
  margin: 0;
  font-size: 114px;
  line-height: 136px;
  font-weight: 400;
}

.title--md {
  font-size: 70px;
  line-height: 84px;
}

.section {
  padding: 135px 0 50px 0;
}

.section--border .container {
  position: relative;
}

.section--border .container::after {
  content: "";
  height: 1px;
  background-color: #5f5f5f;
  width: calc(100% - 2 * $container-padding);
  left: 67px;
  right: 67px;
  bottom: -50px;
  position: absolute;
}

.section__headed {
  margin-bottom: 100px;
  position: relative;
}

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

.section__headed--aside .section__title {
  max-width: 50%;
  margin-right: 20px;
}

.section__text {
  max-width: 378px;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  margin-top: 15px;
}

.section__title {
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.section--dark {
  background-color: #181818;
  color: #d9d9d9;
}

.section--dark .section__text {
  color: #999999;
}

.section--dark .section__title {
  color: #ffffff;
}

.section--news .section__text {
  color: #9b9b9b;
}

.section--personal-page {
  padding-top: 117px;
  padding-bottom: 172px;
}

.section--news-details {
  padding-top: 117px;
  padding-bottom: 121px;
}

.section--adjacent-news {
  padding-top: 75px;
  padding-bottom: 75px;
  border-bottom: 1px solid #ffffff;
}

.category-list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 13.5%;
}

.category-list__item {
  color: #181818;
}

.category-list__title {
  color: #181818;
}

.category-list__count {
  margin-left: 5px;
}

[data-animate] .fi {
  opacity: 0;
}

[data-animate] .fit {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}

[data-animate] .fit-20 {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}

[data-animate] .fit-40 {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  opacity: 0;
}

[data-animate] .fib {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

[data-animate] .fib-10 {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
}

[data-animate] .fib-20 {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

[data-animate] .fib-30 {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

[data-animate] .fib-40 {
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
}

[data-animate] .fib-60 {
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  opacity: 0;
}

[data-animate] .fib-90 {
  -webkit-transform: translateY(90px);
  -ms-transform: translateY(90px);
  transform: translateY(90px);
  opacity: 0;
}

[data-animate] .d-100 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

[data-animate] .d-200 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

[data-animate] .d-300 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

[data-animate] .d-400 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

[data-animate] .d-500 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

[data-animate] .d-600 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

[data-animate] .d-700 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

[data-animate] .d-800 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

[data-animate] .d-900 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

[data-animate] .d-1000 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

[data-animate] .d-1200 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

[data-animate] .d-1400 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

[data-animate] .d-1600 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

[data-animate] .d-1800 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

[data-animate] .d-2000 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

[data-animate].show .fit {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  -webkit-animation-name: fade-in-top;
  animation-name: fade-in-top;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

[data-animate].show .fit-20 {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  -webkit-animation-name: fade-in-top-20;
  animation-name: fade-in-top-20;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

[data-animate].show .fit-40 {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  opacity: 0;
  -webkit-animation-name: fade-in-top-40;
  animation-name: fade-in-top-40;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

[data-animate].show .fib {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-animation-name: fade-in-bottom;
  animation-name: fade-in-bottom;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

[data-animate].show .fib-10 {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-animation-name: fade-in-bottom-10;
  animation-name: fade-in-bottom-10;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

[data-animate].show .fib-20 {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-animation-name: fade-in-bottom-20;
  animation-name: fade-in-bottom-20;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

[data-animate].show .fib-30 {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-animation-name: fade-in-bottom-30;
  animation-name: fade-in-bottom-30;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

[data-animate].show .fib-40 {
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  -webkit-animation-name: fade-in-bottom-40;
  animation-name: fade-in-bottom-40;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

[data-animate].show .fib-60 {
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  opacity: 0;
  -webkit-animation-name: fade-in-bottom-60;
  animation-name: fade-in-bottom-60;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

[data-animate].show .fib-90 {
  -webkit-transform: translateY(90px);
  -ms-transform: translateY(90px);
  transform: translateY(90px);
  opacity: 0;
  -webkit-animation-name: fade-in-bottom-90;
  animation-name: fade-in-bottom-90;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

[data-animate].show .fi {
  opacity: 0;
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

[data-animate].show .du-100 {
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
}

[data-animate].show .du-200 {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}

[data-animate].show .du-300 {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

[data-animate].show .du-500 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

[data-animate].show .du-600 {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

[data-animate].show .du-1000 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fade-in-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fade-in-top-20 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fade-in-top-20 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fade-in-top-40 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fade-in-top-40 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fade-in-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fade-in-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fade-in-bottom-10 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fade-in-bottom-10 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fade-in-bottom-20 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fade-in-bottom-20 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fade-in-bottom-30 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fade-in-bottom-30 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fade-in-bottom-40 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fade-in-bottom-40 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fade-in-bottom-60 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fade-in-bottom-60 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fade-in-bottom-90 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fade-in-bottom-90 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes disableBreakpointAnimation {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  100% {
    visibility: hidden;
    opacity: 0;
  }
}

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

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

.languages__item.is-active {
  display: none;
  pointer-events: none;
}

.languages__link {
  border: 1px solid #000000;
  border-radius: 35px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 11px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.languages__link:hover,
.languages__link:focus {
  opacity: 0.6;
}

.languages__link:active {
  opacity: 0.3;
}

.about-services {
  background-color: #181818;
  color: #ffffff;
  overflow: hidden;
  padding: 106px 0 0;
}

.about-services__top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 63px 0;
}

.about-services__title {
  font-size: 113px;
  font-weight: 400;
  line-height: 136px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

.about-services__description {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  max-width: 378px;
  margin: 0;
}

.about-services__icon-list {
  margin: 20px 0 0 0;
}

.about-services__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

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

.about-services__item-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 140px;
  margin: 0 0 35px 0;
  width: 160px;
}

.about-services__item-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0.02em;
  margin: 0 0 12px 0;
  text-transform: uppercase;
}

.about-services__item-text {
  color: #999999;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.02em;
  margin: 0;
}

.about-services__marquee {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke-color: rgba(77, 77, 77, 0.5);
  -webkit-text-stroke-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 135px;
  line-height: 236px;
  white-space: nowrap;
  position: relative;
  text-transform: uppercase;
  -webkit-transform: translate3d(-50%, -20px, 0);
  transform: translate3d(-50%, -20px, 0);
  z-index: 1;
}

.about-services__marquee span {
  margin: 0 50px 0 0;
}

.about-team__title {
  font-size: 108px;
  font-weight: 400;
  line-height: 130px;
  margin: 0 0 21px 0;
  text-transform: uppercase;
}

.about-team__description {
  color: #999999;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 57px 0;
  max-width: 378px;
}

.about-team__slider {
  overflow: inherit;
}

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

.about-team__item {
  width: 270px;
}

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

.about-team__image {
  margin: 0 0 22px 0;
  height: 382px;
  width: 270px;
}

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

.about-team__name {
  font-size: 24px;
  line-height: 29px;
  margin: 0 0 12px 0;
}

.about-team__position {
  font-size: 12px;
  line-height: 14px;
}

.about-team__button {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: -25px;
  height: 53px;
  top: 180px;
  padding: 0;
  position: absolute;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 53px;
  z-index: 1;
}

.about-team__button svg {
  fill: none;
  width: 12px;
  height: 19px;
}

.about-team__button--next {
  left: unset;
  right: -25px;
}

.about-team__button--prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.about-team__button--disabled {
  opacity: 0;
  pointer-events: none;
}

.about-team__pagination {
  display: none;
}

.about-team__bullet {
  border-radius: 50%;
  border: 1px solid #000000;
  height: 10px;
  width: 10px;
}

.about-team__bullet--active {
  background-color: #000000;
}

.about-team__bullet:not(:last-child) {
  margin: 0 15px 0 0;
}

.about-clients {
  padding: 133px 0 160px;
}

.about-clients__title {
  font-size: 105px;
  font-weight: 400;
  line-height: 130px;
  margin: 0 0 21px 0;
  text-transform: uppercase;
}

.about-clients__description {
  color: #9b9b9b;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 118px 0;
  max-width: 378px;
}

.about-clients__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-clients__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  width: 100%;
}

.about-hero {
  background-color: #181818;
  padding: 168px 0 143px;
  position: relative;
  z-index: 2;
}

.about-hero__noise {
  background: url("/local/templates/slonworks/css/../img/content/about/about-noise.png") center repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  z-index: 2;
}

.about-hero__vector {
  background-color: #181818;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  min-width: 1440px;
}

.about-hero__vector img {
  mix-blend-mode: luminosity;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.about-hero__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about-hero__title {
  color: #656464;
  font-size: 17px;
  font-weight: 400;
  line-height: 19px;
  margin: 0 0 25px 0;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}

.about-hero__intro {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  font-weight: 250;
  font-size: 56px;
  line-height: 68px;
  padding: 0 0 0 37px;
  position: relative;
  z-index: 5;
}

.about-hero__intro-first {
  opacity: 0;
}

.about-hero__intro-first b {
  margin: 0 5px 0 0;
}

.about-hero__intro-second {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: -10px 0 0 -60px;
  opacity: 0;
}

.about-hero__intro-third {
  opacity: 0;
  margin: -10px 0 0 70px;
}

.about-intro {
  --polygon: 54% 0%, 100% 0%, 100% 100%, 54% 100%;
  padding: 95px 0 150px;
}

.about-intro__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 11.3% 44.9% 8% 35.8%;
  grid-template-columns: 11.3% 44.9% 8% 35.8%;
  -ms-grid-rows: 62px -webkit-min-content -webkit-min-content 14px;
  -ms-grid-rows: 62px min-content min-content 14px;
  grid-template-rows: 62px -webkit-min-content -webkit-min-content 14px;
  grid-template-rows: 62px min-content min-content 14px;
}

.about-intro__positioning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
}

.about-intro__positioning picture {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  display: block;
  margin: 0 22px 0 0;
}

.about-intro__positioning img {
  height: 247px;
  width: auto;
}

.about-intro__positioning-wrapper--d-lg-none {
  display: none;
}

.about-intro__positioning-title {
  color: #999999;
  font-size: 17px;
  font-weight: 400;
  line-height: 19px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

.about-intro__positioning-desc {
  color: #000000;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  max-width: 352px;
}

.about-intro__philosophy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  grid-row: 3 / 5;
}

.about-intro__philosophy-head {
  color: #999999;
  font-weight: 400;
  margin: 0 0 20px 0;
  font-size: 17px;
  line-height: 19px;
  text-transform: uppercase;
}

.about-intro__philosophy-title {
  font-size: 45px;
  font-weight: 250;
  line-height: 60px;
  margin: 0;
}

.about-intro__mission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column: -1 / -2;
  grid-row: -2 / -4;
  position: relative;
}

.about-intro__mission-picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 110px 0;
  position: relative;
}

.about-intro__mission picture {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  display: block;
}

.about-intro__mission picture:not(:last-child) {
  margin: 0 23px 0 0;
}

.about-intro__mission img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-intro__mission svg {
  position: absolute;
  bottom: -70px;
  left: -100px;
  z-index: 11;
  opacity: 0;
  -webkit-animation: rotation 10s linear infinite;
  animation: rotation 10s linear infinite;
  width: 150px;
  height: auto;
}

.about-intro__mission-title {
  color: #999999;
  font-size: 17px;
  font-weight: 400;
  line-height: 19px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

.about-intro__mission-desc {
  font-family: "Stolzl", "Arial", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 13px;
  line-height: 21px;
  max-width: 375px;
  margin: 0;
}

.d-desktop-none {
  display: none;
}

.about-video {
  background-color: #181818;
  position: relative;
}

.about-video::after {
  background-color: #181818;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  top: -100px;
  width: 100%;
  z-index: -1;
}

.about-video__content {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  position: relative;
}

.about-video__video {
  -o-object-fit: cover;
  object-fit: cover;
}

.about-video__play {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 33px;
  font-weight: 500;
  height: 100%;
  line-height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-transform: uppercase;
  width: 100%;
}

.about-video__play.is-active {
  opacity: 0;
}

.about-video__play:hover {
  color: rgba(255, 255, 255, 0.6);
}

.about-video__play svg {
  margin: 0 40px 0 26px;
}

.about-meet {
  padding: 30px 0 156px;
}

[data-cursor-box=""] {
  cursor: none;
}

[data-cursor-box] {
  position: relative;
}

[data-cursor-content] {
  position: fixed;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.cursor__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 17px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 123px;
  width: 123px;
}

.cursor__content::after {
  content: "drag";
}

.news-gallery {
  padding-top: 164px;
}

.news-gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  margin-top: -25px;
  padding: 0;
  list-style-type: none;
}

.news-gallery__item:last-child .news-card {
  padding-bottom: 12px;
  border-bottom: 1px solid #5f5f5f;
}

.pagination {
  max-width: 530px;
  margin: 55px auto 35px;
}

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 11px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.pagination__item {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 1px solid #eaeaea;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.pagination__item.is-active {
  background-color: #eaeaea;
  cursor: auto;
  pointer-events: none;
}

.pagination__item.is-disabled {
  cursor: auto;
  pointer-events: none;
}

.pagination__item.is-disabled .pagination__link {
  color: #bababa;
}

.pagination__item--ellipsis {
  border: 1px solid rgba(255, 255, 255, 0);
}

.pagination__item--ellipsis span {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.pagination__item--ellipsis.is-active {
  background-color: rgba(255, 255, 255, 0);
}

.pagination__item--arrow-back span,
.pagination__item--arrow-forward span {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

.pagination__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
  min-width: 50px;
  line-height: 1;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Stolzl", "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  color: #9b9b9b;
}

.breadcrumbs__item:last-child .breadcrumbs__slash {
  display: none;
}

.breadcrumbs__slash {
  margin: 0 5px;
}

.breadcrumbs__link {
  color: #9b9b9b;
}

.breadcrumbs span {
  pointer-events: none;
  cursor: default;
}

.resume {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10.4% 1.39fr;
  grid-template-columns: 1fr 1.39fr;
  -ms-grid-rows: auto 20px auto 20px auto 20px auto;
  grid-template-areas: "image name" "image occup" "image desc" "image comp";
  row-gap: 20px;
  -webkit-column-gap: 10.4%;
  -moz-column-gap: 10.4%;
  column-gap: 10.4%;
  -ms-flex-line-pack: start;
  align-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  max-width: 1190px;
  margin-top: 107px;
}

.resume__title {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: name;
  margin: 0 0 6px 0;
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #181818;
}

.resume__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 1;
  grid-area: image;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: calc(571 / 446 * 100%);
}

.resume__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.resume__occupation {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: occup;
  margin: 0 0 38px 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #8e8e8e;
}

.resume__description {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: desc;
  margin-bottom: 103px;
  font-weight: 400;
  font-size: 20px;
  line-height: 117%;
  letter-spacing: -0.03em;
  color: #5f5f5f;
}

.resume__description p {
  margin: 0 0 23px 0;
}

.resume__description p:last-child {
  margin: 0;
}

.resume__competence-group {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
  grid-area: comp;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Inter", "Arial", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 122%;
  letter-spacing: -0.03em;
  color: #181818;
}

.resume__competence-group p {
  margin: 0 0 31px 0;
}

.resume__competence-group p:last-child {
  margin: 0;
}

.resume__competence {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.85fr 4.4fr;
  grid-template-columns: 1.85fr 4.4fr;
  justify-items: start;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-bottom: 74px;
}

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

.resume__competence .resume__competence-name {
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.news-article {
  margin-top: 20px;
  margin-bottom: 90px;
}

.news-article__img {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: calc(552 / 1305 * 100%);
}

.news-article__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.news-article__article-top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1.82fr;
  grid-template-columns: 1fr 1.82fr;
  -ms-grid-rows: auto 18px auto;
  grid-template-areas: "categ title" "categ summ";
  gap: 18px 20px;
  padding-top: 105px;
  padding-bottom: 53px;
  border-bottom: 1px solid #000000;
}

.news-article__title {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: title;
  margin: 0;
  padding-right: 12%;
  font-weight: 400;
  font-size: 30px;
  line-height: 167%;
  letter-spacing: 0.29px;
  text-transform: uppercase;
  color: #1a1a1a;
}

.news-article__summary {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: summ;
  padding-right: 12%;
  font-size: 16px;
  line-height: 138%;
  color: #575352;
}

.news-article__summary p {
  margin: 0 0 23px;
}

.news-article__summary p:last-child {
  margin: 0;
}

.news-article__category {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: categ;
  margin: 0;
  font-size: 16px;
  line-height: 138%;
  color: #9b9b9b;
}

.news-article__article-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1.82fr;
  grid-template-columns: 1fr 1.82fr;
  grid-template-areas: "dtime content";
  gap: 20px;
  padding-top: 27px;
}

.news-article__date {
  grid-area: dtime;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #666666;
}

.news-article__article-body > .news-article__date {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.news-article__date--mobile {
  display: none;
}

.news-article__contents {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: content;
  padding-top: 5px;
  padding-right: 11%;
  font-size: 16px;
  line-height: 138%;
  color: #575352;
}

.news-article__contents p {
  margin: 0 0 23px;
}

.news-article__contents p:last-child {
  margin: 0;
}

.news-article__contents h3 {
  margin: 71px 0 32px;
  font-weight: 400;
  font-size: 30px;
  line-height: 167%;
  letter-spacing: 0.29px;
  color: #1a1a1a;
}

.projects-slider {
  background-color: #181818;
  border-bottom: 1px solid #ffffff;
  overflow: hidden;
  padding: 44px 0 40px;
}

.projects-slider__head {
  display: none;
}

.projects-slider__swiper {
  overflow: inherit;
  margin: 0 0 25px 0;
}

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

.projects-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.projects-slider__shadow-link::after {
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.projects-slider__heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 19px 0;
}

.projects-slider__tag {
  color: #999999;
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 0 16px;
  text-transform: uppercase;
}

.projects-slider__picture {
  border-radius: 5px;
  height: 334px;
  overflow: hidden;
  margin: 0 0 20px 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.projects-slider__picture img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  -o-transition: transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
  width: 100%;
}

.projects-slider__title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.projects-slider__type {
  color: #999999;
  font-size: 14px;
  line-height: 17px;
}

.projects-slider__button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: -25px;
  height: 53px;
  top: 178px;
  padding: 0;
  position: absolute;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 53px;
  z-index: 1;
}

.projects-slider__button svg {
  fill: none;
  width: 12px;
  height: 19px;
}

.projects-slider__button--next {
  left: unset;
  right: -25px;
}

.projects-slider__button--prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.projects-slider__button--disabled {
  opacity: 0;
  pointer-events: none;
}

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

.projects-slider__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 35px;
  line-height: 45px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.projects-slider__link svg {
  margin: 0 0 0 20px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.projects-slider__link:hover {
  opacity: 0.7;
}

.projects-slider--personal-projects .projects-slider__head {
  display: block;
  margin: 6px 0 43px;
  font-weight: 400;
  font-size: 35px;
  line-height: 129%;
  color: #ffffff;
}

.project-info {
  font-size: 14px;
  line-height: 138%;
  color: #575352;
}

.project-info__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 256fr 512fr 480fr;
  grid-template-columns: 256fr 512fr 480fr;
  gap: 30px;
  padding-top: 19px;
  padding-bottom: 39px;
  border-top: 1px solid #000000;
}

.project-info__date {
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 13px;
  color: #656464;
}

.project-info__text {
  margin: 0;
  max-width: 400px;
}

.project-info__content {
  max-width: 400px;
}

.project-info__content .project-info__description {
  margin: 0;
}

.project-info__content .project-info__list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.project-info__content .project-info__item {
  line-height: 135%;
}

.project-info__content .project-info__link {
  display: inline-block;
  margin-top: 39px;
}

.project-text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 634fr 640fr;
  grid-template-columns: 634fr 640fr;
  gap: 30px;
  padding-top: 90px;
  padding-bottom: 125px;
  font-size: 14px;
  line-height: 138%;
  color: #575352;
}

.project-text--2 {
  padding-top: 133px;
  padding-bottom: 158px;
}

.project-text--3 {
  padding-top: 135px;
  padding-bottom: 147px;
}

.project-text--4 {
  padding-top: 133px;
  padding-bottom: 134px;
}

.project-text__title-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 253fr 351fr;
  grid-template-columns: 253fr 351fr;
  gap: 32px;
  margin: 0;
}

.project-text__number {
  margin: 0;
  padding-top: 10px;
  padding-left: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  color: #656464;
}

.project-text__title {
  max-width: 545px;
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 138%;
}

.project-text__text {
  max-width: 545px;
  margin: 0;
  font-size: 16px;
  line-height: 161%;
}

.img-section__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 54.16667%;
}

.img-section__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-section--gallery-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 546fr 24px 364fr 24px 345fr;
  grid-template-columns: 546fr 364fr 345fr;
  -ms-grid-rows: auto 24px auto;
  grid-template-areas: "img-1 img-2 img-2" "img-1 img-3 img-4";
  gap: 24px;
  margin-bottom: 133px;
}

.img-section--gallery-1 .img-section__img:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  padding-bottom: 0;
  grid-area: img-1;
  height: 100%;
}

.img-section--gallery-1 .img-section__img:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  padding-bottom: 64.2663%;
  grid-area: img-2;
}

.img-section--gallery-1 .img-section__img:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  height: 100%;
  grid-area: img-3;
}

.img-section--gallery-1 .img-section__img:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  padding-bottom: 67.83626%;
  grid-area: img-4;
}

.img-section--gallery-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 27px 24px;
}

.img-section--gallery-2 .img-section__img {
  padding-bottom: 70.64364%;
}

.img-section--gallery-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 27px 24px;
}

.img-section--gallery-3 .img-section__img {
  padding-bottom: 119.62323%;
}

.img-section--large-1 {
  padding-top: 132px;
  padding-bottom: 120px;
}

.img-section--large-1 .img-section__img {
  padding-bottom: 40.38168%;
}

.project {
  padding-top: 117px;
  padding-bottom: 139px;
}

.project .breadcrumbs {
  margin-bottom: 22px;
}

.project .section__title {
  font-size: 70px;
  line-height: 84px;
  text-transform: none;
}

.project .section__headed {
  margin-bottom: 93px;
}

.project .img-section + .img-section {
  margin-top: 13px;
}

.project .img-section--no-padding {
  margin-left: -67px;
  margin-right: -67px;
}

.project-footer {
  padding-top: 68px;
  padding-bottom: 17px;
  background-color: #191919;
}

.project-footer__text {
  margin: 0;
  font-size: 14px;
  line-height: 222.5%;
  color: #ffffff;
  text-align: center;
}

.project-footer__link:hover {
  color: #7e7e7e;
}

.project-footer__text + .project-footer__text {
  margin-top: 6px;
}

.thanks {
  padding-top: 115px;
  padding-bottom: 72px;
  background-color: #191919;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  text-align: center;
}

.project-footer + .thanks {
  margin-top: -1px;
}

.thanks__title {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 32.91px;
  line-height: 190.5%;
}

.thanks__icon {
  width: 78px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}

.thanks__icon svg {
  width: 100%;
  height: 100%;
}

.thanks__text {
  margin: 0;
  font-size: 14px;
  line-height: 190.5%;
}

.projects-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 541px;
  padding-top: 96px;
  padding-bottom: 96px;
  color: #ffffff;
}

.projects-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.projects-header__title {
  margin: 0;
  font-weight: 400;
  font-size: 70px;
  line-height: 84px;
  text-transform: uppercase;
}

.projects-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

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

.projects-header__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 24, 24, 0.7)), to(rgba(24, 24, 24, 0.14)));
  background-image: -o-linear-gradient(top, rgba(24, 24, 24, 0.7) 0%, rgba(24, 24, 24, 0.14) 100%);
  background-image: linear-gradient(180deg, rgba(24, 24, 24, 0.7) 0%, rgba(24, 24, 24, 0.14) 100%);
}

.projects-list {
  padding-top: 36px;
  padding-bottom: 79px;
}

.projects-list__filters {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 4px;
  margin-bottom: 51px;
  z-index: 10;
}

.projects-list__select {
  margin-right: 30px;
}

.projects-list__info {
  margin: 15px 7px 0 auto;
  font-size: 16px;
  line-height: 150%;
  color: #158fff;
}

.projects-list__info sup {
  top: -0.6em;
  font-size: 64%;
  font-weight: 500;
}

.projects-list__list {
  display: -ms-grid;
  display: grid;
  gap: 50px 20px;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.projects-list__list .project-card__category {
  margin: 0 0 9px;
  font-size: 14px;
  line-height: 17px;
}

.projects-list__list .project-card__category svg {
  margin-right: 17px;
}

.projects-list__list .project-card__img {
  border-radius: 4px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.projects-list__list .project-card__img::before {
  padding-top: 78.57143%;
}

.projects-list__list .project-card__title {
  margin-top: 12px;
}

.projects-list__pagination {
  margin: 77px auto 0;
}

.news-slider {
  position: relative;
}

.news-slider__slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.news-slider__img {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: calc(552 / 1305 * 100%);
}

.news-slider__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-slider__button {
  position: absolute;
  left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 53px;
  width: 53px;
  padding: 0;
  background-color: #ffffff;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  -o-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  z-index: 1;
}

.news-slider__button--disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  cursor: auto;
}

.news-slider__button--next {
  left: unset;
  right: -25px;
}

.news-slider__button--prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.news-slider__button svg {
  fill: none;
  width: 12px;
  height: 19px;
}

.adjacent-news {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 64px;
  -moz-column-gap: 64px;
  column-gap: 64px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

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

.adjacent-news__item svg {
  width: 30px;
  height: 30px;
}

.adjacent-news__item--prev svg {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  margin-right: 34px;
}

.adjacent-news__item--next .adjacent-news__link {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.adjacent-news__item--next svg {
  margin-left: 34px;
}

.adjacent-news__link {
  font-weight: 400;
  font-size: 35px;
  line-height: 130%;
  color: #ffffff;
}

.adjacent-news__short {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.2fr;
  grid-template-columns: 1fr 1.2fr;
  margin-top: 33px;
  padding-top: 27px;
  border-top: 1px solid #7a7a7a;
}

.adjacent-news__title {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  margin: 0;
  font-weight: 400;
  font-size: 19px;
  line-height: 132%;
  letter-spacing: 0.29px;
  text-transform: uppercase;
  color: #bababa;
}

.adjacent-news__date {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  font-size: 14px;
  line-height: 1;
  color: #666666;
  text-transform: uppercase;
}

.contacts {
  margin-bottom: auto;
  padding: 228px 0 240px;
  background-color: #181818;
  color: #8e8e8e;
  border-bottom: 1px solid #7a7a7a;
}

.contacts__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.contacts__column {
  display: -ms-grid;
  display: grid;
  -ms-grid-column-align: start;
  justify-self: start;
  max-width: 494px;
  width: 100%;
}

.contacts__column:nth-child(2n) {
  padding-left: 25px;
  padding-top: 15px;
}

.contacts__title {
  margin-bottom: 25px;
  color: #ffffff;
}

.contacts__mission {
  max-width: 376px;
  margin: 0;
  padding-left: 8px;
  font-size: 16px;
  line-height: 22px;
}

.contacts__offices {
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  margin-top: 128px;
}

.offices {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 235px 235px;
  grid-template-columns: 235px 235px;
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 8px;
  padding-bottom: 57px;
  border-bottom: 1px solid #676767;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
}

.offices__item {
  display: -ms-grid;
  display: grid;
}

.offices__region,
.offices__address {
  margin: 0 0 18px;
}

.offices__email,
.offices__phone {
  display: block;
  margin: 0;
  color: inherit;
  -ms-grid-column-align: start;
  justify-self: start;
}

.contacts__connects {
  grid-row: 1 / -1;
}

.connects {
  display: -ms-grid;
  display: grid;
  row-gap: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.connects__item:first-child {
  padding-bottom: 34px;
  border-bottom: 1px solid #676767;
}

.connects__title {
  margin: 0 0 31px;
  font-size: 30px;
  font-weight: 400;
  line-height: 42px;
  color: #ffffff;
}

.connects__description {
  margin: 0 0 40px;
  max-width: 378px;
  font-size: 16px;
  line-height: 22px;
}

.contacts__contact-btn {
  color: #a3a3a3;
  border: 1px solid #999999;
}

.contacts-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  row-gap: 34px;
  padding: 0 3px 0 11px;
}

.contacts-form .custom-input__input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #181818;
  /* цвет вашего фона */
  -webkit-text-fill-color: #ffffff;
  /* цвет текста */
}

.contacts-form__submit {
  justify-self: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 32px;
  padding: 0;
  border: none;
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
  color: currentColor;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.contacts-form__submit:hover {
  opacity: 0.6;
}

.contacts-form__submit .btn-icon {
  margin-left: 28px;
  width: 32px;
  height: 32px;
}

.client__font {
  font-size: 25px;
}

/* @media (hover: hover), screen and (min-width: 0\0) {
  &:hover,
  &:focus {
    color: $color-default-white;
  }
} */

@media (hover: hover), screen and (min-width: 0\0) {
  .btn:hover,
  .btn:focus {
    opacity: 0.8;
  }

  .btn:active {
    opacity: 0.5;
  }

  .link[href]:hover,
  .link[type="button"]:hover {
    opacity: 0.6;
  }

  .link[href]:active,
  .link[type="button"]:active {
    opacity: 0.3;
  }

  .link--light:hover:not(.focus-visible),
  .link--light.focus-visible:focus {
    color: #575352;
  }

  .custom-select__item[aria-selected="true"]:hover,
  .custom-select__item[aria-selected="true"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .custom-select__item:hover,
  .custom-select__item:focus {
    background-color: rgba(255, 255, 255, 0.4);
  }

  .custom-select--projects-list .custom-select__item[aria-selected="true"]:hover,
  .custom-select--projects-list .custom-select__item[aria-selected="true"]:focus {
    background-color: #eaeaea;
  }

  .custom-select--projects-list .custom-select__item:hover,
  .custom-select--projects-list .custom-select__item:focus {
    background-color: #eaeaea;
  }

  .services-list__item:hover .services-list__item-img {
    opacity: 1;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }

  .pagination__item:hover,
  .pagination__item:focus {
    background-color: #eaeaea;
  }

  .pagination__item:active {
    background-color: #d9d9d9;
  }

  .pagination__item.is-active:active {
    background-color: #eaeaea;
  }

  .news-slider__button:hover,
  .news-slider__button:focus {
    opacity: 1;
    background-color: #eaeaea;
  }
}

@media (max-width: 1439px) {
  .container {
    max-width: 1370px;
    padding: 0 32px;
  }

  .container--contracted {
    padding: 0 127px;
  }

  .glyph__inner {
    font-size: 20px;
  }

  .phylosophy__slogan {
    font-size: 70px;
  }

  .section--border .container::after {
    width: calc(100% - 2 * $container-padding-1439);
    left: 32px;
    right: 32px;
  }

  .project .img-section--no-padding {
    max-width: 1370px;
    margin-left: -32px;
    margin-right: -32px;
  }
}

@media screen and (max-width: 1439px) {
  .about-intro .container {
    max-width: 100%;
    padding: 0;
  }

  .about-video .container {
    padding: 0;
  }
}

@media (max-width: 1279px) {
  .footer__column-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__mail {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer__mail::before {
    position: absolute;
    height: 1px;
    background-color: #999999;
    content: "";
    width: 50vw;
    left: 0;
    bottom: 0;
  }

  .socials__item {
    padding-left: 25px;
  }

  .socials__item:first-child::before {
    display: none;
  }

  .intro__text {
    font-size: 80px;
    line-height: 90px;
  }

  .intro__text--first {
    left: 15px;
  }

  .intro__text--second {
    top: 0;
    left: 0;
  }

  .intro__text--third {
    right: -100px;
    top: 0;
  }

  .intro__details {
    right: 0;
    bottom: 80px;
  }

  .phylosophy__slogan-part--two {
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 1250px) {
  .about-intro__philosophy {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    padding: 0 0 0 30px;
  }

  .about-intro__mission-desc {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    max-width: 300px;
  }
}

@media (max-width: 1179px) {
  .services-list__wrapper {
    overflow: hidden;
  }

  .services-list__item {
    display: block;
    padding-bottom: 30px;
  }

  .services-list__item-number {
    margin-right: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .services-list__item-title {
    font-size: 28px;
    line-height: 40px;
  }

  .services-list__item-desc {
    display: none;
  }

  .services-list__item-arrow {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 1179px) {
  .services-list__item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    top: unset;
    left: unset;
    margin: 15px 0;
    position: static;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .services-list__item-img svg {
    width: 160px;
    height: auto;
  }
}

@media (max-width: 1023px) {
  .container {
    padding: 0 24px;
  }

  .container--contracted {
    padding: 0 24px;
  }

  .custom-link--black:hover .custom-link__text {
    color: #000000;
  }

  .header--white {
    color: inherit;
  }

  .header--white .header__whatsapp {
    display: none;
  }

  .header--white .header__whatsapp.is-default {
    display: none;
  }

  .header--line {
    padding-bottom: 0;
    border: none;
  }

  .header__logo svg {
    width: 150px;
    height: 53px;
  }

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

  .header__whatsapp {
    display: none;
  }

  .header__whatsapp.is-default {
    display: none;
  }

  .header.is-open {
    padding: 0;
  }

  .header.is-open .container {
    height: 100vh;
    /* stylelint-disable-next-line declaration-block-no-duplicate-properties */
    height: calc(100 * var(--vh, 1vh));
    position: absolute;
    overflow-y: scroll;
    z-index: 102;
  }

  .header.is-open .header__img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 101;
  }

  .header.is-open .header__img img {
    height: 100%;
  }

  .header.is-open .header__logo {
    display: none;
  }

  .header.is-open .header__content {
    height: 100%;
    min-height: 100vh;
    /* stylelint-disable-next-line declaration-block-no-duplicate-properties */
    min-height: calc(100 * var(--vh, 1vh));
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 29px 70px;
  }

  .header.is-open .languages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 62px;
  }

  .header.is-open .languages__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .header.is-open .languages__item.is-active {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .header.is-open .languages__item.is-active .languages__link {
    /*color: #000000;*/
    /*background-color: transparent;*/
    /*border-color: #000000;*/
    color: #ffffff;
    background-color: #181818;
  }

  .header.is-open .languages__link {
    margin-right: 16px;
    padding: 7px 12px;
    font-size: 17px;
    line-height: 14px;
    /*color: #ffffff;*/
    /*background-color: #181818;*/
    color: #000000;
    background-color: transparent;
    border-color: #000000;
  }

  .header.is-open .languages__link:hover,
  .header.is-open .languages__link:focus {
    opacity: 0.6;
  }

  .header.is-open .languages__link:active {
    opacity: 0.3;
  }

  .header.is-open .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    padding-top: 80px;
    padding-bottom: 41px;
  }

  .header.is-open .main-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header.is-open .main-nav__item:not(:last-child) {
    margin-bottom: 41px;
  }

  .header.is-open .main-nav__link {
    font-size: 26px;
    line-height: 23px;
  }

  .header.is-open .header__toggle-icon {
    position: absolute;
    top: 32px;
    right: 30px;
  }

  .header.is-open .header__toggle-icon--open {
    display: none;
  }

  .header.is-open .header__toggle-icon--close {
    display: block;
  }

  .main-nav {
    display: none;
  }

  .hero {
    height: 500vh;
    height: calc(500 * var(--vh, 1vh));
  }

  .intro {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 100px 0 50px;
    height: 100vh;
  }

  .intro__img {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .intro__img img {
    height: auto;
    width: 100%;
    padding-top: 100px;
  }

  .intro__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .intro__text {
    font-size: 55px;
    line-height: 60px;
  }

  .intro__details {
    position: static;
    max-width: 230px;
    margin-left: auto;
    font-size: 14px;
    line-height: 19px;
  }

  .intro__down-bottom {
    display: none;
  }

  .video video {
    height: 80vh;
  }

  .video img {
    height: 80vh;
  }

  .glyph__bg #letters-glyph {
    -webkit-transform: translate3d(43.7%, 52.4%, 0);
    transform: translate3d(43.7%, 52.4%, 0);
  }

  .glyph__bg text {
    font-size: 70px;
  }

  .phylosophy__slogan-part {
    display: block;
  }

  .phylosophy__slogan-part--two {
    position: static;
  }

  .phylosophy__slogan {
    font-size: 17px;
    line-height: 20px;
  }

  .phylosophy__img svg {
    width: 184px;
    height: 180px;
  }

  .phylosophy__inner {
    margin-right: auto;
    margin-left: 0;
  }

  .phylosophy__desc {
    margin: 0;
    margin-bottom: 49px;
    font-size: 14px;
    max-width: 270px;
    line-height: 20px;
  }

  .phylosophy__title {
    font-size: 16px;
    margin-bottom: 35px;
  }

  .services {
    padding-top: 40px !important;
  }

  .services-list__item-inner {
    position: static;
  }

  .news__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 40px;
  }

  .news-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    margin-bottom: -25px;
  }

  .news-list__item {
    width: 100%;
    max-width: 300px;
    margin-bottom: 25px;
  }

  .news-list__item:nth-child(odd) {
    margin-right: 50px;
  }

  .news-list__item:last-child .news-card__wrapper,
  .news-list__item:nth-child(4n) .news-card__wrapper {
    border: none;
  }

  .news-card {
    border-bottom: 1px solid #5f5f5f;
    border-top: none;
    padding: 0;
    padding-bottom: 31px;
  }

  .news-card__wrapper {
    border: none;
    padding-left: 0;
    padding-bottom: 19px;
    margin: 0;
  }

  .news-card__date {
    font-size: 13px;
    margin-bottom: 30px;
    margin-top: 5px;
  }

  .news-card__text {
    font-size: 17px;
  }

  .news-card--news-gallery .news-card__wrapper {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: -webkit-min-content 20px -webkit-min-content 20px -webkit-min-content 20px 1fr;
    -ms-grid-rows: min-content 20px min-content 20px min-content 20px 1fr;
    grid-template-rows: repeat(3, -webkit-min-content) 1fr;
    grid-template-rows: repeat(3, min-content) 1fr;
    grid-template-areas: "date    img" "text1    img" "summary img" "button  img";
    gap: 20px 20px;
  }

  .news-card--news-gallery .news-card__summary {
    margin-bottom: 10px;
  }

  .news-card--news-gallery .news-card__date {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .news-card--news-gallery .news-card__text {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .news-card--news-gallery .news-card__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    -ms-grid-column: 3;
  }

  .news-card--news-gallery .news-card__summary {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  .news-card--news-gallery .news-card__link {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  .title {
    font-size: 55px;
    line-height: 66px;
  }

  .section {
    padding: 40px 0 50px 0;
  }

  .section--border .container::after {
    width: calc(100% - 2 * $container-padding-1023);
    left: 24px;
    right: 24px;
  }

  .section__headed {
    margin-bottom: 50px;
  }

  .section__headed--aside .btn {
    display: none;
  }

  .section__text {
    font-size: 14px;
    line-height: 19px;
  }

  .section--personal-page {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section--news-details {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .category-list {
    width: auto;
  }

  .languages {
    display: none;
  }

  .about-services__title {
    font-size: 90px;
    line-height: 100px;
  }

  .about-services__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin: 0 0 60px 0;
  }

  .about-services__marquee {
    display: none;
  }

  .about-team__title {
    font-size: 90px;
    line-height: 100px;
  }

  .about-team__button--next {
    left: unset;
    right: -15px;
  }

  .about-clients {
    padding: 70px 0 120px;
  }

  .about-clients__title {
    font-size: 90px;
    line-height: 100px;
  }

  .about-clients__description {
    margin: 0 0 70px 0;
  }

  .about-clients__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .about-intro {
    padding: 75px 0 100px;
  }

  .about-intro__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .about-intro__positioning {
    display: none;
  }

  .about-intro__positioning picture {
    display: none;
  }

  .about-intro__positioning-wrapper {
    margin: 0 0 50px 0;
    padding: 0 24px;
  }

  .about-intro__positioning-wrapper--d-lg-none {
    display: block;
  }

  .about-intro__philosophy {
    grid-column: unset;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    margin: 0 0 80px 0;
    padding: 0 24px;
  }

  .about-intro__mission {
    grid-column: unset;
    grid-row: unset;
  }

  .about-intro__mission-picture {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about-intro__mission svg {
    left: 20%;
  }

  .about-intro__mission-wrapper {
    padding: 0 24px;
  }

  .about-video .container {
    padding: 0;
  }

  [data-cursor-box=""] {
    cursor: inherit;
  }

  .news-gallery {
    padding-top: 142px;
  }

  .news-gallery__list {
    border-bottom: none;
  }

  .news-gallery__item:first-child .news-card {
    border-top: 1px solid #5f5f5f;
  }

  .resume {
    width: 100%;
    -webkit-column-gap: 5%;
    -moz-column-gap: 5%;
    column-gap: 5%;
    margin-top: 40px;
  }

  .news-article__article-top {
    padding-top: 80px;
  }

  .projects-slider__button {
    left: -15px;
  }

  .projects-slider__button--next {
    left: unset;
    right: -15px;
  }

  .project .img-section--no-padding {
    margin-left: -24px;
    margin-right: -24px;
  }

  /*.projects-list__info {*/
  /*  display: none;*/
  /*}*/

  .news-slider__button {
    left: -18px;
  }

  .news-slider__button--next {
    left: unset;
    right: -18px;
  }

  .adjacent-news__short {
    display: none;
  }

  .contacts {
    padding: 138px 0 60px;
  }

  .contacts__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contacts__column {
    max-width: unset;
  }

  .contacts__column:nth-child(2n) {
    padding-left: 0;
  }

  .contacts__connects {
    margin-top: 38px;
  }

  .connects {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    row-gap: 0;
    -webkit-column-gap: 56px;
    -moz-column-gap: 56px;
    column-gap: 56px;
    padding-bottom: 44px;
  }

  .connects__item:first-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

@media (max-width: 500px) {
  .projects-list__info {
    display: none;
  }
}

@media (max-width: 1023px) and (max-width: 767px) {
  .header.is-open .languages {
    margin-bottom: 100px;
  }

  .header.is-open .header__toggle-icon {
    right: 23px;
  }
}

@media (max-width: 1023px) and (max-width: 1023px) {
  .header.is-open .header__whatsapp-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 30px;
    min-width: 127px;
    margin-top: auto;
    margin-bottom: 20px;
    padding: 7px 18px;
    font-size: 14px;
    line-height: 1;
    border: 1px solid #000000;
    border-radius: 35px;
  }

  .header.is-open .header__whatsapp-mobile svg {
    margin-right: 10px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .header.is-open .header__toggle-icon {
    right: 32px;
  }
}

@media (max-width: 767px) {
  .client__font {
    font-size: 20px;
  }

  .container {
    padding: 0 16px;
  }

  .container--no-padding {
    padding: 0;
  }

  .container--mob-no-padding {
    padding: 0;
  }

  .header.is-open .main-nav {
    padding-top: 60px;
    padding-bottom: 35px;
  }

  .footer .container {
    padding: 0;
  }

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

  .footer__column {
    width: 100%;
  }

  .footer__column::before {
    width: 100vw;
  }

  .footer__column:first-of-type {
    border: none;
  }

  .footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__logo::before {
    display: none;
  }

  .footer__logo svg {
    width: 208px;
    height: 73px;
  }

  .footer__tagline {
    max-width: 278px;
    margin: 0 auto;
    padding-top: 7px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__tagline .btn {
    margin: 10px auto;
  }

  .footer__text {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 20px;
  }

  .footer__contacts-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__anchor-up {
    margin-right: 16px;
    margin-left: -46px;
  }

  .footer__mail {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
    font-size: 10px;
    line-height: 13px;
  }

  .footer__mail::before {
    width: 100vw;
  }

  .footer__social-link svg {
    width: 10px;
    height: 10px;
  }

  .footer-nav__item {
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    padding: 17px 0 15px 0;
  }

  .footer-nav__item::before {
    width: 100vw;
  }

  .socials {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
    margin: 0 auto;
    max-width: 356px;
  }

  .socials__item {
    font-size: 10px;
    line-height: 13px;
    padding: 0 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }

  .socials__item:first-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 15px 0 0;
  }

  .socials__item::before {
    display: none;
  }

  .socials__item:nth-child(even)::before {
    display: block;
    height: 17px;
  }

  .copyright__text {
    font-size: 12px;
    line-height: 17px;
    padding: 12px 15px;
  }

  .modal__wrapper {
    padding: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .modal__content {
    width: 100%;
    padding: 89px 18px 74px;
  }

  .modal__close-btn {
    top: 16px;
    right: 16px;
  }

  .modal--fit-content .modal__content {
    width: 100%;
  }

  .modal__title {
    margin: 0 0 64px;
    font-size: 24px;
    line-height: 33px;
  }

  .modal__title--subtitle {
    margin: 0 0 8px;
  }

  .custom-input,
  .custom-textarea {
    height: 32px;
    font-size: 16px;
    line-height: 27px;
  }

  .custom-input__input,
  .custom-textarea__textarea {
    font-size: 17px;
  }

  .custom-input__input:focus,
  .custom-textarea__textarea:focus {
    line-height: 196%;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }

  .custom-input__filename {
    min-height: 27px;
  }

  .custom-input__icon {
    width: 11px;
    height: 20px;
  }

  .custom-select__button {
    min-height: 34px;
    padding: 7px 24px;
  }

  .custom-select__list {
    width: 288px;
  }

  .custom-select__text {
    font-size: 14px;
  }

  .custom-select--projects-list {
    min-width: 140px;
    font-size: 14px;
  }

  .custom-select--projects-list .custom-select__text {
    max-width: calc(100% - 21px);
  }

  .custom-select--white {
    height: 32px;
  }

  .custom-select--white .custom-select__button {
    min-height: 27px;
    font-size: 17px;
  }

  .custom-select--white .custom-select__text {
    font-size: 16px;
  }

  .custom-select--white .custom-select__label {
    font-size: 16px;
  }

  .custom-select__list--wide {
    width: 100%;
  }

  .intro {
    padding-top: 0;
  }

  .intro__text {
    font-size: 35px;
    line-height: 42px;
  }

  .intro__text--first {
    left: 0;
  }

  .intro__text--second {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .intro__text--third {
    -ms-flex-item-align: end;
    align-self: flex-end;
    right: 0;
  }

  .video {
    height: 300vh;
    height: calc(300 * var(--vh, 1vh));
  }

  .glyph__text {
    min-height: unset;
    /*margin-left: 16px;*/
    /*margin-right: 3%;*/
    margin-top: -70px;
  }

  .glyph__second-text span {
    position: relative;
    bottom: -15px;
    right: -3px;
  }

  .glyph__bg #letters-glyph {
    -webkit-transform: translate3d(43.7%, 47.8%, 0);
    transform: translate3d(43.7%, 47.8%, 0);
  }

  .cards-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cards__link {
    padding-right: 0;
    font-size: 24px;
    margin-left: 0;
    margin-right: auto;
    margin-top: 75px;
  }

  .cards__link svg {
    width: 23px;
    height: 23px;
    margin-left: 18px;
  }

  .project-card__category {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .project-card__category svg {
    margin-right: 15px;
  }

  .project-card__title {
    font-size: 16px;
    line-height: 19px;
    margin-top: 16px;
  }

  .project-card__text {
    margin-top: 3px;
    font-size: 10px;
    line-height: 12px;
  }

  .phylosophy__slogan {
    max-width: 305px;
  }

  .phylosophy__slogan-part--one {
    max-width: 300px;
  }

  .phylosophy__slogan-part--two {
    position: relative;
    max-width: 233px;
    margin-left: auto;
    top: -19px;
  }

  .phylosophy__img img {
    width: 180px;
    height: auto;
  }

  .services-list__item-arrow {
    margin-right: 0;
  }

  .news-list__item {
    max-width: 100%;
  }

  .news-list__item:nth-child(odd) {
    margin-right: 0;
  }

  .news-card__wrapper {
    padding-bottom: 35px;
  }

  .news-card--news-gallery .news-card__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: -webkit-min-content 25px -webkit-min-content 25px -webkit-min-content 25px 1fr;
    -ms-grid-rows: min-content 25px min-content 25px min-content 25px 1fr;
    grid-template-rows: repeat(3, -webkit-min-content) 1fr;
    grid-template-rows: repeat(3, min-content) 1fr;
    grid-template-areas: "date" "text1" "button" "img";
    gap: 25px;
    margin: 0;
  }

  .news-card--news-gallery .news-card__date {
    margin: 0;
    margin-bottom: 5px;
  }

  .news-card--news-gallery .news-card__text {
    margin: 0;
    margin-bottom: 3px;
    line-height: 22px;
  }

  .news-card--news-gallery .news-card__img::before {
    padding-top: calc(300 / 289 * 100%);
  }

  .news-card--news-gallery .news-card__summary {
    display: none;
  }

  .news-card--news-gallery .news-card__date {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .news-card--news-gallery .news-card__text {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .news-card--news-gallery .news-card__img {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .news-card--news-gallery .news-card__link {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  .section--border .container::after {
    width: calc(100% - 2 * $container-padding-767);
    left: 16px;
    right: 16px;
  }

  .section--news .section__title {
    font-size: 60px;
  }

  .section--personal-page {
    padding-bottom: 100px;
  }

  .section--news-details {
    padding-bottom: 60px;
  }

  .section--news-details .container--mob-no-padding .breadcrumbs {
    padding: 0 16px;
  }

  .section--adjacent-news {
    padding-top: 55px;
    padding-bottom: 52px;
  }

  .category-list {
    display: none;
  }

  .about-services {
    padding: 60px 0 0;
  }

  .about-services__top {
    margin: 0 0 55px 0;
  }

  .about-services__title {
    font-size: 55px;
    line-height: 66px;
    margin: 0 0 25px 0;
  }

  .about-services__description {
    font-size: 14px;
    line-height: 19px;
  }

  .about-services__icon-list {
    display: none;
  }

  .about-services__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 50px;
    margin-bottom: 2px;
  }

  .about-services__item {
    padding: 0 0 50px;
  }

  .about-services__item:not(:last-child) {
    border-bottom: 1px solid rgba(217, 217, 217, 0.4);
  }

  .about-services__item-icon {
    margin: 0 auto 55px;
  }

  .about-services__item-title {
    font-size: 26px;
    margin: 0 0 25px 0;
  }

  .about-services__item-text {
    font-size: 14px;
    line-height: 23px;
  }

  .about-team__title {
    font-size: 55px;
    line-height: 66px;
    margin: 0 0 26px 0;
  }

  .about-team__description {
    font-size: 14px;
    line-height: 19px;
    margin: 0 0 62px 0;
    max-width: 90%;
  }

  .about-team__item {
    width: 222px;
  }

  .about-team__image {
    height: 313px;
    margin: 0 0 18px 0;
    width: 222px;
  }

  .about-team__name {
    font-size: 19px;
    line-height: 23px;
    margin: 0 0 10px 0;
  }

  .about-team__position {
    font-size: 9px;
    line-height: 11px;
  }

  .about-team__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    left: -10px;
    top: 140px;
    width: 48px;
  }

  .about-team__button--next {
    left: unset;
    right: -10px;
  }

  .about-team__pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: -90px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    width: 100%;
  }

  .about-clients {
    padding: 55px 0 70px;
  }

  .about-clients__title {
    font-size: 55px;
    line-height: 66px;
    margin: 0 0 25px 0;
  }

  .about-clients__description {
    font-size: 14px;
    line-height: 19px;
    margin: 0 0 48px 0;
    max-width: unset;
  }

  .about-clients__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .about-clients__item {
    height: 60px;
  }

  .about-hero {
    padding: 130px 0 104px;
  }

  .about-hero__title {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 55px 0;
  }

  .about-hero__intro {
    font-size: 35px;
    line-height: 42px;
    padding: 0 0 0 5px;
  }

  .about-hero__intro-second {
    margin: -5px 0 0 -7px;
  }

  .about-hero__intro-third {
    margin: 0 0 0 80px;
  }

  .about-intro {
    padding: 75px 0 80px;
  }

  .about-intro__positioning-wrapper {
    padding: 0 16px;
  }

  .about-intro__positioning-title {
    font-size: 16px;
  }

  .about-intro__philosophy {
    padding: 0 16px;
  }

  .about-intro__philosophy-head {
    font-size: 16px;
    line-height: 17px;
    margin: 0 0 35px 0;
  }

  .about-intro__philosophy-title {
    font-size: 21px;
    line-height: 28px;
  }

  .about-intro__mission-picture {
    height: 224px;
    margin: 0 0 100px 0;
  }

  .about-intro__mission picture:not(:last-child) {
    margin: 0 14px 0 0;
  }

  .about-intro__mission svg {
    bottom: -25px;
    height: 81px;
    left: 93px;
    width: 81px;
  }

  .about-intro__mission-wrapper {
    padding: 0 16px;
  }

  .about-intro__mission-title {
    font-size: 16px;
    line-height: 17px;
    margin: 0 0 25px 0;
  }

  .about-intro__mission-desc {
    font-size: 13px;
    line-height: 21px;
  }

  .d-mobile-none {
    display: none;
  }

  .d-desktop-none {
    display: block;
  }

  .about-video__content {
    height: 175px;
  }

  .about-video__video {
    height: 100%;
    width: 100%;
  }

  .about-video__play {
    font-size: 16px;
    line-height: 20px;
  }

  .about-video__play svg {
    height: 30px;
    margin: 0 15px;
    width: 30px;
  }

  .about-meet {
    padding-bottom: 147px;
  }

  .news-gallery__item .news-card {
    padding-bottom: 30px;
    border-bottom: 1px solid #5f5f5f;
  }

  .news-gallery__item:first-child .news-card {
    border-top: none;
  }

  .news-gallery__item:not(:first-child) .news-card {
    margin-top: 50px;
  }

  .news-gallery__item:last-child .news-card {
    border-bottom: none;
  }

  .pagination {
    display: none;
  }

  .breadcrumbs {
    font-size: 12px;
  }

  .resume {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "image" "name" "occup" "desc" "comp";
    margin-top: 21px;
  }

  .resume__title {
    margin-top: 24px;
    margin-bottom: 1px;
    font-size: 30px;
  }

  .resume__img {
    padding-top: calc(364 / 288 * 100%);
  }

  .resume__occupation {
    margin-bottom: 17px;
    font-size: 18px;
  }

  .resume__description {
    margin-bottom: 16px;
    font-size: 16px;
  }

  .resume__description p {
    margin-bottom: 20px;
  }

  .resume__description p:last-child {
    margin: 0;
  }

  .resume__title {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .resume__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .resume__occupation {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .resume__description {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }

  .resume__competence-group {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  .resume__competence-group {
    font-size: 18px;
  }

  .resume__competence-group p {
    margin-bottom: 12px;
  }

  .resume__competence-group p:last-child {
    margin: 0;
  }

  .resume__competence {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 47px;
  }

  .resume__competence .resume__competence-name {
    margin-bottom: 22px;
  }

  .news-article {
    margin-top: 8px;
    margin-bottom: 31px;
  }

  .news-article__img {
    padding-top: calc(262 / 320 * 100%);
  }

  .news-article__article {
    padding: 0 16px;
  }

  .news-article__article-top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "categ" "dtime" "title" "summ";
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .news-article__title {
    font-size: 24px;
    line-height: 138%;
  }

  .news-article__summary {
    padding-right: 0;
  }

  .news-article__article-body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "content";
  }

  .news-article__date--mobile {
    display: block;
    margin-bottom: 14px;
  }

  .news-article__date--desktop {
    display: none;
  }

  .news-article__title {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .news-article__summary {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }

  .news-article__category {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .news-article__date {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .news-article__contents {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .news-article__contents {
    padding-right: 0;
  }

  .news-article__contents h3 {
    margin: 34px 0 11px;
    font-size: 24px;
    line-height: 155%;
  }

  .projects-slider {
    padding: 38px 0 52px;
  }

  .projects-slider__head {
    color: #ffffff;
    display: block;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    margin: 0 0 40px 0;
    text-transform: uppercase;
  }

  .projects-slider__swiper {
    margin: 0 0 40px 0;
  }

  .projects-slider__heading {
    margin: 0 0 15px 0;
  }

  .projects-slider__heading svg {
    height: 9px;
    width: 11px;
  }

  .projects-slider__tag {
    font-size: 13px;
    line-height: 16px;
  }

  .projects-slider__picture {
    height: 203px;
    margin: 0 0 15px 0;
  }

  .projects-slider__title {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 15px 0;
  }

  .projects-slider__button {
    height: 48px;
    left: -10px;
    top: 110px;
    width: 48px;
  }

  .projects-slider__button--next {
    left: unset;
    right: -10px;
  }

  .projects-slider__footer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .projects-slider__link {
    font-size: 24px;
    line-height: 31px;
  }

  .projects-slider__link svg {
    height: 13px;
    margin: 0 0 0 13px;
    width: 27px;
  }

  .projects-slider--personal-projects .projects-slider__head {
    margin-top: 17px;
    text-transform: initial;
  }

  .project-info__wrap {
    display: block;
    -ms-grid-columns: none;
    grid-template-columns: none;
    padding-top: 27px;
    padding-bottom: 35px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .project-info__date {
    margin-bottom: 27px;
  }

  .project-info__text {
    margin-bottom: 23px;
  }

  .project-info__content .project-info__description {
    margin-bottom: 19px;
  }

  .project-info__content .project-info__link {
    display: none;
  }

  .project-text {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 33px;
    padding-top: 34px;
    padding-bottom: 40px;
  }

  .project-text--2 {
    padding-top: 42px;
    padding-bottom: 58px;
  }

  .project-text--3 {
    padding-top: 38px;
    padding-bottom: 29px;
  }

  .project-text--4 {
    padding-top: 42px;
    padding-bottom: 41px;
  }

  .project-text__title-wrapper {
    -ms-grid-columns: 39fr 230fr;
    grid-template-columns: 39fr 230fr;
    gap: 16px;
  }

  .project-text__number {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-top: 3px;
    padding-left: 3px;
  }

  .project-text__title {
    font-size: 18px;
  }

  .project-text__text {
    padding-left: 3px;
    font-size: 14px;
    line-height: 164%;
  }

  .img-section__img {
    padding-bottom: 54.6875%;
  }

  .img-section--gallery-1 {
    -ms-grid-columns: 364fr 9px 345fr;
    grid-template-columns: 364fr 345fr;
    gap: 9px;
    -ms-grid-rows: auto 9px auto 9px auto;
    grid-template-areas: "img-1 img-1" "img-2 img-2" "img-3 img-4";
    margin-bottom: 36px;
  }

  .img-section--gallery-1 .img-section__img:nth-child(1) {
    padding-bottom: 133.92226%;
  }

  .img-section--gallery-1 .img-section__img:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  .img-section--gallery-1 .img-section__img:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  .img-section--gallery-1 .img-section__img:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  .img-section--gallery-1 .img-section__img:nth-child(4) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }

  .img-section--gallery-2 .img-section__img {
    padding-bottom: 71.875%;
  }

  .img-section--gallery-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .img-section--gallery-3 {
    gap: 5px 10px;
  }

  .img-section--gallery-3 .img-section__img {
    padding-bottom: 119.28571%;
  }

  .img-section--large-1 {
    padding-top: 8px;
    padding-bottom: 0;
  }

  .img-section--large-1 .img-section__img {
    padding-bottom: 57.1875%;
  }

  .project {
    padding-top: 100px;
    padding-bottom: 45px;
  }

  .project .breadcrumbs {
    margin-bottom: 45px;
    font-size: 12px;
    line-height: 138%;
  }

  .project .section__title {
    font-size: 40px;
    line-height: 48px;
  }

  .project .section__headed {
    margin-bottom: 21px;
  }

  .project .img-section + .img-section {
    margin-top: 3px;
  }

  .project .img-section--no-padding {
    margin-left: -16px;
    margin-right: -16px;
  }

  .project .img-section--large-1 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .project-footer {
    padding-bottom: 19px;
  }

  .project-footer__text {
    font-size: 13px;
    line-height: 222.5%;
  }

  .project-footer__text + .project-footer__text {
    margin-top: 8px;
  }

  .thanks {
    padding-top: 36px;
    padding-bottom: 57px;
  }

  .thanks__title {
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 190.5%;
  }

  .projects-header {
    min-height: 282px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .projects-header__title {
    font-size: 50px;
    line-height: 60px;
  }

  .projects-list {
    padding-top: 28px;
    padding-bottom: 62px;
  }

  .projects-list__filters {
    padding: 0;
    margin-bottom: 27px;
  }

  .projects-list__select {
    margin-right: 8px;
  }

  .projects-list__select--2 {
    margin-right: 0;
  }

  .projects-list__select--2 .custom-select__list {
    right: 0;
  }

  .projects-list__list {
    gap: 25px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .projects-list__list .project-card__category {
    margin-bottom: 6px;
    font-size: 9.66px;
    line-height: 12px;
  }

  .projects-list__list .project-card__category svg {
    width: 10px;
    height: 8px;
    margin-right: 12px;
  }

  .projects-list__list .project-card__title {
    margin-top: 10px;
    font-size: 13.8px;
    line-height: 17px;
  }

  .news-slider {
    padding: 0 16px;
  }

  .news-slider__img {
    padding-top: calc(180 / 284 * 100%);
  }

  .news-slider__button {
    left: 4px;
    height: 48px;
    width: 48px;
  }

  .news-slider__button--next {
    left: unset;
    right: 4px;
  }

  .adjacent-news {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .adjacent-news__item svg {
    width: 20px;
    height: 20px;
  }

  .adjacent-news__item--prev svg {
    margin-right: 13px;
  }

  .adjacent-news__item--next svg {
    margin-left: 28px;
  }

  .adjacent-news__link {
    font-size: 18px;
  }

  .contacts__column {
    max-width: 100%;
    -ms-grid-column-align: unset;
    justify-self: unset;
  }

  .contacts__title {
    margin-bottom: 14px;
  }

  .contacts__mission {
    padding-left: 0;
    font-size: 14px;
    line-height: 19px;
  }

  .contacts__offices {
    margin-top: 54px;
  }

  .offices {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-column-gap: unset;
    -moz-column-gap: unset;
    column-gap: unset;
    row-gap: 39px;
    padding-left: 0;
    padding-bottom: 46px;
  }

  .contacts__connects {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
  }

  .connects {
    row-gap: 40px;
    -webkit-column-gap: unset;
    -moz-column-gap: unset;
    column-gap: unset;
    -ms-grid-columns: unset;
    grid-template-columns: unset;
    padding-bottom: 0;
    border-bottom: unset;
  }

  .connects__item:first-child {
    padding-bottom: 44px;
    border-bottom: 1px solid #676767;
  }

  .connects__title {
    margin: 0 0 39px;
    font-size: 24px;
    line-height: 33px;
  }

  .connects__description {
    margin: 0 0 23px;
    font-size: 14px;
    line-height: 19px;
  }

  .contacts-form {
    row-gap: 26px;
    padding: 0;
  }

  .contacts-form__submit {
    -ms-grid-column-align: start;
    justify-self: start;
    margin-top: 22px;
    font-size: 26px;
    line-height: 33px;
  }

  .contacts-form__submit .btn-icon {
    margin-left: 15px;
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 374px) {
  .custom-link {
    padding: 11px 15px;
  }

  .socials__item {
    min-width: unset;
  }

  .phylosophy__slogan {
    font-size: 15px;
  }

  .phylosophy__slogan-part--one {
    max-width: 270px;
  }

  .phylosophy__slogan-part--two {
    top: -20px;
    max-width: 100%;
    margin-left: 62px;
  }

  .news-list__item {
    padding: 0;
  }
}

@media (hover: hover) {
  .custom-link:hover .custom-link__text {
    color: #ffffff;
  }

  .custom-link--black:hover .custom-link__text {
    color: #000000;
  }

  .custom-link--grey:hover .custom-link__text {
    color: #ffffff;
  }

  .about-team__button:hover {
    opacity: 0.7;
  }

  .projects-slider__item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .projects-slider__button:hover {
    opacity: 0.7;
  }
}
/* End */


/* Start:/local/templates/slonworks/css/custom.css?168318316339*/
.offices__region a {
	color: #ffffff;
}
/* End */


/* Start:/local/components/slonworks/menu/templates/.default/style.min.css?1668759083490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/components/slonworks/menu/templates/.default/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */
/* /local/templates/slonworks/css/style.css?1668759612177778 */
/* /local/templates/slonworks/css/custom.css?168318316339 */
/* /local/components/slonworks/menu/templates/.default/style.min.css?1668759083490 */
