* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

p {
  margin: 0 0 20px 0;
  text-rendering: optimizeLegibility;
}

p img {
  margin: 0;
}

a,
a:visited,
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}

ul {
  list-style: disc outside;
}

ol {
  list-style: decimal;
}

li {
  display: list-item;
  *display: inline;
  *zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
  float: none !important;
}

:focus {
  outline: 0;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -5px;
}

sub {
  bottom: 2px;
}

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

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

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

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

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

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

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

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

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- FONTS ------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
/*
@font-face {
    font-family: 'Helvetica Now Display';
    src: url('../fonts/HelveticaNowDisplay-Thin.eot');
    src: local('Helvetica Now Display Thin'), local('HelveticaNowDisplay-Thin'),
    url('../fonts/HelveticaNowDisplay-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNowDisplay-Thin.woff2') format('woff2'),
    url('../fonts/HelveticaNowDisplay-Thin.woff') format('woff'),
    url('../fonts/HelveticaNowDisplay-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}*/
@font-face {
  font-family: "Helvetica Now Display";
  src: url("../fonts/HelveticaNowDisplay-Light.eot");
  src: local("Helvetica Now Display Light"), local("HelveticaNowDisplay-Light"), url("../fonts/HelveticaNowDisplay-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNowDisplay-Light.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay-Light.woff") format("woff"), url("../fonts/HelveticaNowDisplay-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: url("../fonts/HelveticaNowDisplay-Regular.eot");
  src: local("Helvetica Now Display Regular"), local("HelveticaNowDisplay-Regular"), url("../fonts/HelveticaNowDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNowDisplay-Regular.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay-Regular.woff") format("woff"), url("../fonts/HelveticaNowDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: url("../fonts/HelveticaNowDisplay-ExtraBold.eot");
  src: local("Helvetica Now Display ExtBd"), local("HelveticaNowDisplay-ExtraBold"), url("../fonts/HelveticaNowDisplay-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNowDisplay-ExtraBold.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay-ExtraBold.woff") format("woff"), url("../fonts/HelveticaNowDisplay-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: url("../fonts/HelveticaNowDisplay-Medium.eot");
  src: local("Helvetica Now Display Medium"), local("HelveticaNowDisplay-Medium"), url("../fonts/HelveticaNowDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNowDisplay-Medium.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay-Medium.woff") format("woff"), url("../fonts/HelveticaNowDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*------------------------------------------------------------------------------------------- */
/*-------------------------------------- TYPOGRAPHY ----------------------------------------- */
/*------------------------------------------------------------------------------------------- */
h1 {
  font-size: 62px;
  margin-bottom: 20px;
}

h2 {
  font-size: 54px;
  margin-bottom: 12px;
}

h3 {
  font-size: 46px;
  margin-bottom: 4px;
}

h4 {
  font-size: 38px;
  margin-bottom: -4px;
}

h1:not(.heading), h2:not(.heading), h3:not(.heading), h4:not(.heading), h5:not(.heading), h6:not(.heading) {
  transition: all, 0.4s;
  margin-bottom: 30px;
  margin-top: 54px;
  line-height: 1.3;
}
h1:not(.heading).dark, .dark h1:not(.heading), h2:not(.heading).dark, .dark h2:not(.heading), h3:not(.heading).dark, .dark h3:not(.heading), h4:not(.heading).dark, .dark h4:not(.heading), h5:not(.heading).dark, .dark h5:not(.heading), h6:not(.heading).dark, .dark h6:not(.heading) {
  color: #fff;
}
h1:not(.heading).light, .light h1:not(.heading), h2:not(.heading).light, .light h2:not(.heading), h3:not(.heading).light, .light h3:not(.heading), h4:not(.heading).light, .light h4:not(.heading), h5:not(.heading).light, .light h5:not(.heading), h6:not(.heading).light, .light h6:not(.heading) {
  color: #171A17;
}
h1:not(.heading).default, .default h1:not(.heading), h2:not(.heading).default, .default h2:not(.heading), h3:not(.heading).default, .default h3:not(.heading), h4:not(.heading).default, .default h4:not(.heading), h5:not(.heading).default, .default h5:not(.heading), h6:not(.heading).default, .default h6:not(.heading) {
  color: #171A17;
}
h1:not(.heading):first-child, h2:not(.heading):first-child, h3:not(.heading):first-child, h4:not(.heading):first-child, h5:not(.heading):first-child, h6:not(.heading):first-child {
  margin-top: 0;
}
h1.heading, h2.heading, h3.heading, h4.heading, h5.heading, h6.heading {
  font-size: clamp(70px, 6.589vw, 90px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  padding-left: 12px;
  position: relative;
  margin-bottom: 12px;
}
h1.heading:before, h2.heading:before, h3.heading:before, h4.heading:before, h5.heading:before, h6.heading:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: clamp(70px, 6.589vw, 90px);
  margin-top: -12px;
  border-radius: 100%;
  background-color: #FE3D43;
}
h1.heading:last-child, h2.heading:last-child, h3.heading:last-child, h4.heading:last-child, h5.heading:last-child, h6.heading:last-child {
  margin-bottom: 0;
}

.subheading {
  max-width: 882px;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  color: #8B8B8B;
}
.subheading:last-child {
  margin-bottom: 0;
}

h1:not(.heading) {
  font-weight: 800;
}

h2:not(.heading), h3:not(.heading) {
  font-weight: 500;
}

h4:not(.heading) {
  font-weight: 400;
}

h5:not(.heading) {
  font-weight: 400;
  font-size: 22px;
}

h6:not(.heading) {
  font-weight: 400;
  font-size: 20px;
}

p, li {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  color: #8B8B8B;
}
p strong, li strong {
  transition: all, 0.4s;
}
p strong.dark, .dark p strong, li strong.dark, .dark li strong {
  color: #fff;
}
p strong.light, .light p strong, li strong.light, .light li strong {
  color: #171A17;
}
p strong.default, .default p strong, li strong.default, .default li strong {
  color: #171A17;
}
p a, li a {
  font-weight: inherit;
  text-decoration: underline;
}
p a:hover, li a:hover {
  text-decoration: none !important;
}

strong {
  font-weight: 500;
}

ul, ol {
  list-style: none;
}
ul:not(.not__list), ol:not(.not__list) {
  margin-top: 30px;
  margin-bottom: 30px;
}
ul:not(.not__list) li, ol:not(.not__list) li {
  padding-left: 25px;
  margin-bottom: 15px;
  position: relative;
}
ul:not(.not__list) li:last-of-type, ol:not(.not__list) li:last-of-type {
  margin-bottom: 0;
}
ul:not(.not__list) li:before, ol:not(.not__list) li:before {
  content: "";
  position: absolute;
  left: 0;
}

ul:not(.not__list) li:before {
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 1px solid #FE3D43;
}

ol:not(.not__list) {
  counter-reset: my-awesome-counter;
}
ol:not(.not__list) li {
  counter-increment: my-awesome-counter;
}
ol:not(.not__list) li:before {
  content: counter(my-awesome-counter, decimal-leading-zero) ".";
  color: #FE3D43;
}

a {
  font-weight: 400;
  color: inherit;
  font-size: inherit;
}
a:not(.mob):hover {
  text-decoration: underline;
}

a[href^="tel:"],
a[href^="mailto:"] {
  color: inherit;
  text-decoration: none !important;
  white-space: nowrap;
}

/*------------------------------------------------------------------------------------------- */
/*------------------------------------ START SETTINGS --------------------------------------- */
/*------------------------------------------------------------------------------------------- */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
  transition: all, 0.4s;
  min-height: 100vh;
  font-family: "Helvetica Now Display", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  transition: background-color 0.5s, color 0.5s, padding-left 0s !important;
  /*

  &.ovh {
      overflow: hidden;
      padding-right: 17px;
  }
  */
  transition: all, 0.4s;
}
html.dark, .dark html, body.dark, .dark body {
  color: #fff;
  background-color: #171A17;
}
html.light, .light html, body.light, .light body {
  color: #171A17;
  background-color: #fff;
}
html.default, .default html, body.default, .default body {
  color: #171A17;
  background-color: #fff;
}
html.no-animation, body.no-animation {
  transition: none !important;
}
html.no-animation *:not(.progress):not(.progress-bar):not(.lazyloaded), body.no-animation *:not(.progress):not(.progress-bar):not(.lazyloaded) {
  transition: none !important;
}
html.dark, .dark html, body.dark, .dark body {
  scrollbar-color: #8B8B8B #1D211F;
}
html.dark::-webkit-scrollbar-track, .dark html::-webkit-scrollbar-track, body.dark::-webkit-scrollbar-track, .dark body::-webkit-scrollbar-track {
  background: #1D211F;
}
html.light, .light html, body.light, .light body {
  scrollbar-color: #8B8B8B #E6E6E8;
}
html.light::-webkit-scrollbar-track, .light html::-webkit-scrollbar-track, body.light::-webkit-scrollbar-track, .light body::-webkit-scrollbar-track {
  background: #E6E6E8;
}
html.default, .default html, body.default, .default body {
  scrollbar-color: #8B8B8B #E6E6E8;
}
html.default::-webkit-scrollbar-track, .default html::-webkit-scrollbar-track, body.default::-webkit-scrollbar-track, .default body::-webkit-scrollbar-track {
  background: #E6E6E8;
}
html::-webkit-scrollbar, body::-webkit-scrollbar {
  width: 4px;
}
html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
  background-color: #8B8B8B;
  border-radius: 20px;
}
html, body {
  scrollbar-width: thin;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  /*
      @at-root {
          #viewport {
              position: relative;

              &:before {
                  content:'';
                  position: absolute;
                  top: 0;
                  left: 0;
                  width: 100%;
                  min-height: 127px;
                  aspect-ratio: 3/1;
                  opacity: 0;
                  transition: opacity , 0.15s;
                  filter: blur(125px);
                  background-size: 100% auto !important;
              }
          }
      }

      &.load {
          #viewport {
              &:before {
                  opacity: 1;
                  background: url('../images/bg.webp') center 0 no-repeat;
              }
          }
          &.bg {
              #viewport {
                  &:before {
                      opacity: 1;
                      background: url('../images/bg_alt.webp') center 0 no-repeat;
                  }
              }
          }
      }*/
}

footer {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
}

.layout {
  width: 100%;
  flex: 1 0 auto;
  padding-top: 120px;
}

.limit {
  width: 100%;
  margin: 0 auto;
  max-width: 1878px;
  position: relative;
  padding: 0 30px;
}
.limit.narrow {
  max-width: 954px;
}

.button {
  transition: all, 0.4s;
  display: inline-flex;
  align-items: center;
  padding: 12px 36px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 50px;
  cursor: pointer !important;
  border: 1px solid;
  overflow: hidden;
  white-space: nowrap;
  background-color: transparent;
  justify-content: center;
}
.button.dark, .dark .button {
  border-color: #fff;
  color: #fff;
}
.button.light, .light .button {
  border-color: #171A17;
  color: #171A17;
}
.button.default, .default .button {
  border-color: #171A17;
  color: #171A17;
}
.button span:not(.arrow) {
  transform: perspective(400px) rotateY(0);
  transition: color, 0.5s, transform, 0.4s;
  transform-origin: center 30px;
}
.button:not(.mob):hover {
  transition: all, 0.4s;
  text-decoration: none;
}
.button:not(.mob):hover.dark, .dark .button:not(.mob):hover {
  background-color: #fff;
  color: #171A17;
}
.button:not(.mob):hover.light, .light .button:not(.mob):hover {
  background-color: #171A17;
  color: #fff;
}
.button:not(.mob):hover.default, .default .button:not(.mob):hover {
  background-color: #171A17;
  color: #fff;
}
.button:not(.mob):hover span:not(.arrow) {
  transform: perspective(400px) rotateX(-360deg);
}
.button .arrow {
  width: 14px;
  margin-left: 12px;
}
.button i {
  margin-left: 12px;
}

#menu:not(.mm-menu) {
  display: none;
}
#menu li {
  padding-left: 0;
  transition: all, 0.4s;
}
#menu li.dark, .dark #menu li {
  color: #fff;
}
#menu li.light, .light #menu li {
  color: #171A17;
}
#menu li.default, .default #menu li {
  color: #171A17;
}
#menu li:before {
  display: none;
}

#mm-blocker {
  background: rgba(23, 26, 23, 0.82);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  display: block !important;
  opacity: 0;
  pointer-events: none;
  transition: opacity, 0.5s;
}

html.mm-blocking #mm-blocker {
  opacity: 1;
  pointer-events: initial;
}

.mm-menu {
  transition: all, 0.4s;
}
.mm-menu.dark, .dark .mm-menu {
  background-color: #171A17;
  color: #fff;
}
.mm-menu.light, .light .mm-menu {
  background-color: #fff;
  color: #171A17;
}
.mm-menu.default, .default .mm-menu {
  background-color: #fff;
  color: #171A17;
}
.mm-menu a {
  text-decoration: none !important;
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  transition: all, 0.4s;
}
.mm-menu .mm-navbar a.dark, .dark .mm-menu .mm-navbar a, .mm-menu .mm-navbar > *.dark, .dark .mm-menu .mm-navbar > * {
  color: #fff;
}
.mm-menu .mm-navbar a.light, .light .mm-menu .mm-navbar a, .mm-menu .mm-navbar > *.light, .light .mm-menu .mm-navbar > * {
  color: #171A17;
}
.mm-menu .mm-navbar a.default, .default .mm-menu .mm-navbar a, .mm-menu .mm-navbar > *.default, .default .mm-menu .mm-navbar > * {
  color: #171A17;
}

section {
  margin-bottom: 204px;
}

.head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 54px;
}
.head .heading-block {
  max-width: 1603px;
  transform-origin: 0 bottom;
}
.head .button {
  margin-top: 42px;
}
.head .tags {
  margin-top: 35px;
  margin-bottom: 0;
  max-height: none;
  width: 100%;
  order: 2;
}

.c-scrollbar {
  opacity: 1 !important;
  z-index: 400;
}

.c-scrollbar_thumb {
  background-color: #FE3D43 !important;
  opacity: 1 !important;
}

.card {
  margin-right: 30px;
  position: relative;
  text-decoration: none !important;
}
.card:last-of-type {
  margin-right: 0;
}
.card .pic {
  width: 100%;
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 20px;
}
.card .pic img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform, 0.4s;
}
.card .title {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.card:hover .title {
  color: #FE3D43;
}
.card:hover .pic img {
  transform: scale(1.2);
}
.card .info {
  margin-bottom: 12px;
  display: flex;
  gap: clamp(5px, 1.111vw, 22px);
}
.card .info-item {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
  color: #8B8B8B !important;
}
.card .info-item img, .card .info-item svg {
  margin-right: 6px;
}

.paginator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 84px;
}
.paginator ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.paginator li {
  padding-left: 0 !important;
  margin: 0 12px 0 !important;
  transition: all, 0.4s;
}
.paginator li.dark, .dark .paginator li {
  color: #fff;
}
.paginator li.light, .light .paginator li {
  color: #171A17;
}
.paginator li.default, .default .paginator li {
  color: #171A17;
}
.paginator li:before {
  display: none !important;
}
.paginator li a {
  text-decoration: none;
}
.paginator li span {
  cursor: default;
}
.paginator li a, .paginator li span {
  width: 40px;
  aspect-ratio: 1/1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  border-radius: 100%;
  border: 1px solid transparent;
}
.paginator li a:not(.active):hover {
  color: #FE3D43;
}
.paginator li a.active {
  border-color: #FE3D43;
}

.content figure {
  margin-bottom: 30px;
}
.content figure img {
  aspect-ratio: 16/9;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.content .limit {
  max-width: 954px;
}

.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.breadcrumbs a {
  display: inline-block;
}
.breadcrumbs a span {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0 15px;
  height: 36px;
  text-decoration: none !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.breadcrumbs a.back {
  transition: all, 0.4s;
}
.breadcrumbs a.back img, .breadcrumbs a.back svg {
  margin-right: 12px;
}
.breadcrumbs a.back.dark, .dark .breadcrumbs a.back {
  color: #fff;
}
.breadcrumbs a.back.light, .light .breadcrumbs a.back {
  color: #171A17;
}
.breadcrumbs a.back.default, .default .breadcrumbs a.back {
  color: #171A17;
}
.breadcrumbs a.back:hover {
  color: #FE3D43;
}
.breadcrumbs a:not(.back) {
  transition: all, 0.4s;
  border: 1px solid;
  border-radius: 50px;
}
.breadcrumbs a:not(.back).dark, .dark .breadcrumbs a:not(.back) {
  color: #fff;
  background-color: #1D211F;
  border-color: #1D211F;
}
.breadcrumbs a:not(.back).light, .light .breadcrumbs a:not(.back) {
  color: #171A17;
  background-color: #E6E6E8;
  border-color: #E6E6E8;
}
.breadcrumbs a:not(.back).default, .default .breadcrumbs a:not(.back) {
  color: #171A17;
  background-color: #E6E6E8;
  border-color: #E6E6E8;
}
.breadcrumbs a:not(.back):hover {
  border-color: #FE3D43;
}
.breadcrumbs a:not(.back).active, .breadcrumbs a:not(.back):active {
  background-color: #FE3D43;
  border-color: #FE3D43;
  color: #171A17;
}

.form-row {
  position: relative;
  margin-bottom: 32px;
}
.form-row label {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  color: #8B8B8B;
  pointer-events: none;
  transition: all, 0.4s;
}

input {
  width: 100%;
  height: 53px;
  border-radius: 60px;
  padding: 18px 24px 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  font-family: inherit;
  border: none;
  border-bottom: 1px solid #8B8B8B;
  transition: border-bottom-color, 0.4s;
  transition: all, 0.4s;
}
input.dark, .dark input {
  background-color: #1D211F;
  color: #fff;
}
input.light, .light input {
  background-color: #E6E6E8;
  color: #171A17;
}
input.default, .default input {
  background-color: #E6E6E8;
  color: #171A17;
}
input:not(:-moz-placeholder) {
  border-bottom-color: #FE3D43;
}
input:not(:placeholder-shown), input:focus {
  border-bottom-color: #FE3D43;
}
input:not(:-moz-placeholder) + label {
  font-size: 12px;
  transform: translateY(-110%);
}
input:not(:placeholder-shown) + label, input:focus + label {
  font-size: 12px;
  transform: translateY(-110%);
}

.checkbox {
  width: 25px;
  height: 25px;
  position: relative;
}
.checkbox .fake-checkbox,
.checkbox input {
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.checkbox input {
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.checkbox input:checked + .fake-checkbox:before {
  opacity: 1;
}
.checkbox .fake-checkbox {
  border-radius: 6px;
  border: 1px solid #8B8B8B;
  transition: all, 0.4s;
}
.checkbox .fake-checkbox.dark, .dark .checkbox .fake-checkbox {
  background-color: #1D211F;
}
.checkbox .fake-checkbox.light, .light .checkbox .fake-checkbox {
  background-color: #E6E6E8;
}
.checkbox .fake-checkbox.default, .default .checkbox .fake-checkbox {
  background-color: #E6E6E8;
}
.checkbox .fake-checkbox:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9.5L10 17.5L6 13.5' stroke='%23FF6E40' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: -2px;
  left: 0;
  opacity: 0;
  transition: opacity, 0.3s;
}

.check__container {
  display: grid;
  grid-template-columns: 24px 1fr;
  grid-gap: 15px;
  align-items: start;
  margin: 11px 0 43px;
}
.check__container label {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  color: #8B8B8B;
}
.check__container label a {
  font-weight: inherit;
}

.lock {
  pointer-events: none;
}

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- HEADER ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
header {
  padding: 12px 0;
  margin-bottom: 60px;
  position: fixed;
  width: 100%;
  z-index: 50;
  top: 0;
  left: 0;
  background-color: transparent;
  transition: background-color 0.4s;
}
header.bg {
  transition: all, 0.4s;
}
header.bg.dark, .dark header.bg {
  background-color: rgba(23, 26, 23, 0.5);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
header.bg.light, .light header.bg {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
header.bg.default, .default header.bg {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
header.hide {
  transform: translateY(-100%);
}
header .logo svg > path {
  transition: all, 0.4s;
}
header .logo svg > path.dark, .dark header .logo svg > path {
  fill: #fff;
}
header .logo svg > path.light, .light header .logo svg > path {
  fill: #171A17;
}
header .logo svg > path.default, .default header .logo svg > path {
  fill: #171A17;
}
header .logo svg path:last-of-type {
  fill: revert-layer;
}
header .logo svg:last-of-type {
  display: none;
}
header .limit {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
header .limit > * {
  display: flex;
  align-items: center;
}

.menu__button {
  height: 26px;
}
.menu__button rect {
  transition: all, 0.4s;
}
.menu__button rect.dark, .dark .menu__button rect {
  fill: #fff;
}
.menu__button rect.light, .light .menu__button rect {
  fill: #171A17;
}
.menu__button rect.default, .default .menu__button rect {
  fill: #171A17;
}
.menu__button rect:nth-child(2) {
  transform: translateX(50%);
  transition: all, 0.4s;
}
.menu__button rect:nth-child(2).dark, .dark .menu__button rect:nth-child(2) {
  fill: #FE3D43;
}
.menu__button rect:nth-child(2).light, .light .menu__button rect:nth-child(2) {
  fill: #FE3D43;
}
.menu__button rect:nth-child(2).default, .default .menu__button rect:nth-child(2) {
  fill: #FE3D43;
}
.menu__button rect:nth-child(3) {
  transform: translateX(4px);
}
.menu__button:not(.mob):hover rect:nth-child(2) {
  transform: translateX(0);
}
.menu__button:not(.mob):hover rect:nth-child(3) {
  transform: translateX(0);
}

.right__container {
  justify-content: flex-end;
}
.right__container a[href^="tel:"] {
  font-size: 20px;
  font-weight: 400;
}
.right__container > * {
  margin-left: 24px;
}
.right__container > *:first-child {
  margin-left: 0;
}

.theme__button {
  transition: all, 0.4s;
  width: 35px;
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
}
.theme__button.dark, .dark .theme__button {
  background-color: #1D211F;
}
.theme__button.light, .light .theme__button {
  background-color: #E6E6E8;
}
.theme__button.default, .default .theme__button {
  background-color: #E6E6E8;
}
.theme__button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%) rotate(0deg);
  transition: all, 0.5s;
}
.theme__button svg * {
  transition: all, 0.4s;
}
.theme__button svg *.dark, .dark .theme__button svg * {
  fill: #fff;
}
.theme__button svg *.light, .light .theme__button svg * {
  fill: #171A17;
}
.theme__button svg *.default, .default .theme__button svg * {
  fill: #171A17;
}

.light .theme__button svg {
  transform: translate(-50%, -20%) rotate(180deg);
}

.mm-navbar .mm-title {
  text-align: left;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  cursor: default;
}
.mm-navbar .mm-title[href]:hover {
  cursor: pointer;
  color: #FE3D43;
}

.mm-listview > li > a, .mm-listview > li > span {
  padding: 10px 10px 10px 40px;
}

.mm-navbar {
  height: auto;
}

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 0;
}

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 100px;
}

.mm-navbar {
  border-bottom: none;
}

.mm-listview > li:not(.mm-divider)::after {
  display: none;
}

.mm-listview > li > a, .mm-listview > li > span {
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  background-color: transparent !important;
}

.mm-menu a:hover {
  color: #FE3D43;
}

.mm-listview .mm-next::before {
  display: none;
}

/* jquery.mmenu.all.css | http://digitalagency/css/jquery.mmenu.all.css */
.mm-next::after {
  transform: rotate(0deg);
  border-top: none;
  border-left: none;
  width: 25px;
  height: 25px;
  transition: background-color, 0.4s;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='25' height='26' viewBox='0 0 25 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 15L14.7659 8M21 15L14.7659 22M21 15L1 15' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A") center no-repeat;
}

.mm-next {
  transition: all, 0.4s;
}
.mm-next.dark:after, .dark .mm-next:after {
  background-color: #fff;
}
.mm-next.light:after, .light .mm-next:after {
  background-color: #171A17;
}
.mm-next.default:after, .default .mm-next:after {
  background-color: #171A17;
}
.mm-next:hover:after {
  background-color: #FE3D43 !important;
}

.mm-prev::before {
  transform: rotate(0);
}

.mm-prev::before {
  display: inline-block;
  border-top: none;
  border-left: none;
  width: 25px;
  height: 25px;
  transition: background-color, 0.4s;
  position: static;
  margin-right: 5px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8.5L6.98725 3M2 8.5L6.98725 14M2 8.5L18 8.5' stroke='%23FF6E40' stroke-width='1.5'/%3E%3C/svg%3E%0A") center no-repeat;
}

.mm-prev {
  display: inline-flex;
  align-items: center;
  top: 60px;
  left: 35px !important;
  transition: all, 0.4s;
}
.mm-prev.dark:before, .dark .mm-prev:before {
  background-color: #fff;
}
.mm-prev.dark:before, .dark .mm-prev:before {
  color: #fff;
}
.mm-prev.light:before, .light .mm-prev:before {
  background-color: #171A17;
}
.mm-prev.light:before, .light .mm-prev:before {
  color: #171A17;
}
.mm-prev.default:before, .default .mm-prev:before {
  background-color: #171A17;
}
.mm-prev.default:before, .default .mm-prev:before {
  color: #171A17;
}
.mm-prev:hover:before {
  background-color: #FE3D43 !important;
}
.mm-prev:hover:after {
  color: #FE3D43 !important;
}

.mm-btn {
  width: auto;
}
.mm-btn:after {
  content: "Back";
  font-size: 18px;
  display: inline-block;
  height: 25px;
  transform: translateY(4px);
  transition: color, 0.4s;
}

.mm-menu .close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: all, 0.4s;
}
.mm-menu .close.dark, .dark .mm-menu .close {
  color: #fff;
}
.mm-menu .close.light, .light .mm-menu .close {
  color: #171A17;
}
.mm-menu .close.default, .default .mm-menu .close {
  color: #171A17;
}
.mm-menu .close:hover {
  color: #FE3D43;
}

.fixed__buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 100;
}

.cont__button-mob {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #FE3D43;
  border: 1px solid #FE3D43;
}

.up__button {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  cursor: pointer;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transform: scale(0);
  margin-top: -45px;
  transition: all, 0.4s;
}
.up__button.dark, .dark .up__button {
  background-color: #171A17;
  border-color: #fff;
  color: #fff;
}
.up__button.light, .light .up__button {
  background-color: #fff;
  border-color: #171A17;
  color: #171A17;
}
.up__button.default, .default .up__button {
  background-color: #fff;
  border-color: #171A17;
  color: #171A17;
}
.up__button:hover {
  border-color: #FE3D43;
  color: #FE3D43;
}
.up__button.show {
  pointer-events: initial;
  transform: scale(1);
  opacity: 1;
  margin-top: 0;
}

body:not(.mob) .up__button:hover {
  border-color: #FE3D43;
  color: #FE3D43;
}

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- FOOTER ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
footer {
  padding-top: 84px;
  padding-bottom: 18px;
  border-top: 2px solid;
  transition: all, 0.4s;
}
footer.dark, .dark footer {
  border-top-color: #1D211F;
}
footer.light, .light footer {
  border-top-color: #E6E6E8;
}
footer.default, .default footer {
  border-top-color: #E6E6E8;
}
footer .limit {
  display: grid;
  grid-template-columns: auto auto 50%;
  align-items: start;
}
footer .order__button-container {
  grid-column: 3/4;
  grid-row: 1/4;
  margin-top: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .heading {
  grid-column: span 2;
  margin-bottom: 24px;
}
footer .copyright {
  grid-column: span 3;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}
footer .copyright a {
  font-weight: 300;
  margin-left: 40px;
}
footer .contact__info {
  margin-right: 151px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-gap: 26px;
}
footer .contact__info .title {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  color: #8B8B8B;
}
footer .contact__info a:not(.button) {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
footer .contact__info .buttons {
  grid-column: span 2;
  display: flex;
  gap: 10px;
}

.footer__menu ul {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: clamp(82px, 6.458vw, 124px);
       column-gap: clamp(82px, 6.458vw, 124px);
  display: inline-block;
  margin-bottom: -30px;
}
.footer__menu ul li {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
  transition: all, 0.4s;
}
.footer__menu ul li.dark, .dark .footer__menu ul li {
  color: #fff;
}
.footer__menu ul li.light, .light .footer__menu ul li {
  color: #171A17;
}
.footer__menu ul li.default, .default .footer__menu ul li {
  color: #171A17;
}
.footer__menu ul li a {
  white-space: nowrap;
}
.footer__menu a {
  font-size: 16px;
  font-weight: 400;
  transition: color, 0.3s;
  text-decoration: none !important;
}
.footer__menu a:hover {
  color: #FE3D43;
}

/*------------------------------------------------------------------------------------------- */
/*---------------------------------------- CONTENT ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.order__button {
  width: clamp(354px, 21.771vw, 418px);
  max-width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  position: relative;
  border-radius: 100%;
  background-color: #FE3D43;
}
.order__button .text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 30px;
  line-height: normal;
  text-align: center;
  color: #171a17;
  transition: 0.5s;
  text-decoration: none !important;
}
.order__button .text span {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
}
.order__button .footer-circle {
  width: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.16);
  transition: 0.5s;
  display: none;
}
.order__button .block-animate-circle {
  display: none;
  position: absolute;
  width: 1100px;
  height: 1100px;
  background: black;
  border-radius: 999px;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.5s;
}
.order__button .text:hover {
  color: #fff;
}
.order__button .text:hover ~ .footer-circle {
  scale: 1.1;
}
.order__button .text:hover ~ .footer-circle .block-animate-circle {
  transform: translate(-50%, -50%) scale(1);
}
.order__button .arrow {
  margin-bottom: 12px;
}

.arrow {
  width: 24px;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  color: inherit;
  overflow: hidden;
}
.arrow svg {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  transition: transform 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
}
.arrow svg:nth-child(1) {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.arrow svg:nth-child(2) {
  opacity: 0;
  transform: translate(-100%, 100%) scale(0);
}

*:hover > .arrow svg {
  transition: transform 0.3s, opacity 0.3s;
}
*:hover > .arrow svg:nth-child(1) {
  opacity: 0;
  transform: translate(100%, -100%) scale(0);
}
*:hover > .arrow svg:nth-child(2) {
  opacity: 1;
  transform: translate(0%, 0%) scale(1);
}

.main__block {
  margin-bottom: 76px;
}
.main__block .limit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main__block .limit > .text {
  max-width: 1232px;
}
.main__block .text h1 {
  margin-bottom: 18px;
  max-width: 860px;
}
.main__block .text h1.heading {
  max-width: 100%;
}
.main__block .text p {
  max-width: 586px;
  transition: all, 0.4s;
}
.main__block .text p.dark, .dark .main__block .text p {
  color: #fff;
}
.main__block .text p.light, .light .main__block .text p {
  color: #171A17;
}
.main__block .text p.default, .default .main__block .text p {
  color: #171A17;
}
.main__block .text p:not(.subheading) {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.main__block .text p:last-child {
  margin-bottom: 0;
}
.main__block .staff {
  flex: 1;
  max-width: calc(100% - 890px);
}
.main__block .staff-item {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.main__block .staff-item span {
  font-size: 62px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  margin-bottom: 6px;
  white-space: nowrap;
}
.main__block .staff-item:first-of-type {
  display: flex;
}
.main__block .staff-item.slick-slide {
  display: flex;
}
.main__block .staff .slick-dots {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  margin-top: 12px;
}
.main__block .staff .slick-dots li {
  padding: 0;
  margin: 0;
  box-sizing: content-box;
  width: 4px;
  height: 4px;
  border-radius: 20px;
  border: 1px solid transparent;
  transition: all, 0.4s;
}
.main__block .staff .slick-dots li.dark, .dark .main__block .staff .slick-dots li {
  background-color: #1D211F;
}
.main__block .staff .slick-dots li.light, .light .main__block .staff .slick-dots li {
  background-color: #E6E6E8;
}
.main__block .staff .slick-dots li.default, .default .main__block .staff .slick-dots li {
  background-color: #E6E6E8;
}
.main__block .staff .slick-dots li:before {
  display: none;
}
.main__block .staff .slick-dots li button {
  display: none;
}
.main__block .staff .slick-dots li.slick-active {
  width: 31px;
  transition: all, 0.4s;
}
.main__block .staff .slick-dots li.slick-active.dark, .dark .main__block .staff .slick-dots li.slick-active {
  border-color: #fff;
}
.main__block .staff .slick-dots li.slick-active.light, .light .main__block .staff .slick-dots li.slick-active {
  border-color: #171A17;
}
.main__block .staff .slick-dots li.slick-active.default, .default .main__block .staff .slick-dots li.slick-active {
  border-color: #171A17;
}
.main__block .video__container {
  position: relative;
  width: 100%;
  margin-top: 54px;
}
.main__block .video__container img,
.main__block .video__container video,
.main__block .video__container iframe {
  width: 100%;
  min-height: 200px;
  border-radius: 20px;
  aspect-ratio: 1818/545;
  -o-object-fit: cover;
     object-fit: cover;
}
.main__block .video__container .order__button {
  width: clamp(234px, 13.958vw, 268px);
  position: absolute;
  top: 0;
  left: 72px;
  z-index: 5;
  margin-top: -85px;
}
.main__block .video__container .order__button .text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding: 33px;
}
.main__block .order__button .arrow {
  margin-bottom: 20px;
  width: 35px;
}

#get_in_touch,
#contacts {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 500;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  pointer-events: none;
}
#get_in_touch:before,
#contacts:before {
  content: "";
  background: rgba(23, 26, 23, 0.82);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity, 0.5s;
  cursor: pointer;
}
#get_in_touch .get_in_touch,
#get_in_touch .contact,
#contacts .get_in_touch,
#contacts .contact {
  transition: all, 0.4s;
  position: absolute;
  width: 805px;
  max-width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  transform: translateX(100%);
  transition: transform, 0.5s;
  padding: 100px 136px 100px 122px;
}
#get_in_touch .get_in_touch.dark, .dark #get_in_touch .get_in_touch,
#get_in_touch .contact.dark,
.dark #get_in_touch .contact,
#contacts .get_in_touch.dark,
.dark #contacts .get_in_touch,
#contacts .contact.dark,
.dark #contacts .contact {
  background: #171A17;
}
#get_in_touch .get_in_touch.light, .light #get_in_touch .get_in_touch,
#get_in_touch .contact.light,
.light #get_in_touch .contact,
#contacts .get_in_touch.light,
.light #contacts .get_in_touch,
#contacts .contact.light,
.light #contacts .contact {
  background: #fff;
}
#get_in_touch .get_in_touch.default, .default #get_in_touch .get_in_touch,
#get_in_touch .contact.default,
.default #get_in_touch .contact,
#contacts .get_in_touch.default,
.default #contacts .get_in_touch,
#contacts .contact.default,
.default #contacts .contact {
  background: #fff;
}
#get_in_touch .get_in_touch .cross,
#get_in_touch .contact .cross,
#contacts .get_in_touch .cross,
#contacts .contact .cross {
  position: absolute;
  top: 42px;
  right: 42px;
  z-index: 2;
  cursor: pointer;
}
#get_in_touch .inner,
#contacts .inner {
  max-height: calc(100% + 20px);
  overflow-y: auto;
  padding: 10px 50px 10px 0;
  margin: -10px -50px -10px 0;
  position: relative;
  transition: all, 0.4s;
}
#get_in_touch .inner.dark, .dark #get_in_touch .inner,
#contacts .inner.dark,
.dark #contacts .inner {
  -webkit-mask: linear-gradient(rgba(0, 0, 0, 0) 0%, black 10px, black calc(100% - 10px), rgba(0, 0, 0, 0) 100%);
  scrollbar-color: #8B8B8B #1D211F;
}
#get_in_touch .inner.dark::-webkit-scrollbar-track, .dark #get_in_touch .inner::-webkit-scrollbar-track,
#contacts .inner.dark::-webkit-scrollbar-track,
.dark #contacts .inner::-webkit-scrollbar-track {
  background: #1D211F;
}
#get_in_touch .inner.light, .light #get_in_touch .inner,
#contacts .inner.light,
.light #contacts .inner {
  -webkit-mask: linear-gradient(rgba(0, 0, 0, 0) 0%, black 10px, black calc(100% - 10px), rgba(0, 0, 0, 0) 100%);
  scrollbar-color: #8B8B8B #E6E6E8;
}
#get_in_touch .inner.light::-webkit-scrollbar-track, .light #get_in_touch .inner::-webkit-scrollbar-track,
#contacts .inner.light::-webkit-scrollbar-track,
.light #contacts .inner::-webkit-scrollbar-track {
  background: #E6E6E8;
}
#get_in_touch .inner.default, .default #get_in_touch .inner,
#contacts .inner.default,
.default #contacts .inner {
  -webkit-mask: linear-gradient(rgba(0, 0, 0, 0) 0%, black 10px, black calc(100% - 10px), rgba(0, 0, 0, 0) 100%);
  scrollbar-color: #8B8B8B #E6E6E8;
}
#get_in_touch .inner.default::-webkit-scrollbar-track, .default #get_in_touch .inner::-webkit-scrollbar-track,
#contacts .inner.default::-webkit-scrollbar-track,
.default #contacts .inner::-webkit-scrollbar-track {
  background: #E6E6E8;
}
#get_in_touch .inner::-webkit-scrollbar,
#contacts .inner::-webkit-scrollbar {
  width: 4px;
}
#get_in_touch .inner::-webkit-scrollbar-thumb,
#contacts .inner::-webkit-scrollbar-thumb {
  background-color: #8B8B8B;
  border-radius: 20px;
}
#get_in_touch .inner,
#contacts .inner {
  scrollbar-width: thin;
}
#get_in_touch.open,
#contacts.open {
  pointer-events: inherit;
}
#get_in_touch.open:before,
#contacts.open:before {
  opacity: 1;
}
#get_in_touch.open .get_in_touch,
#get_in_touch.open .contact,
#contacts.open .get_in_touch,
#contacts.open .contact {
  transform: translateX(0%);
}
#get_in_touch .links,
#contacts .links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: clamp(30px, 8.041vh, 78px);
}
#get_in_touch .links .fa-whatsapp,
#contacts .links .fa-whatsapp {
  transform: scale(1.3);
}
#get_in_touch h2,
#contacts h2 {
  width: 100%;
  margin-top: 0;
}
#get_in_touch h3,
#contacts h3 {
  width: 100%;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 30px;
  margin-top: 0;
}
#get_in_touch .subheading,
#contacts .subheading {
  margin-bottom: 0;
}
#get_in_touch .other__contacts li,
#contacts .other__contacts li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  transition: all, 0.4s;
}
#get_in_touch .other__contacts li.dark, .dark #get_in_touch .other__contacts li,
#contacts .other__contacts li.dark,
.dark #contacts .other__contacts li {
  color: #fff;
}
#get_in_touch .other__contacts li.light, .light #get_in_touch .other__contacts li,
#contacts .other__contacts li.light,
.light #contacts .other__contacts li {
  color: #171A17;
}
#get_in_touch .other__contacts li.default, .default #get_in_touch .other__contacts li,
#contacts .other__contacts li.default,
.default #contacts .other__contacts li {
  color: #171A17;
}
#get_in_touch .other__contacts li a,
#contacts .other__contacts li a {
  color: inherit;
  text-decoration: none !important;
}
#get_in_touch .other__contacts li:last-of-type,
#contacts .other__contacts li:last-of-type {
  margin-bottom: 0;
}
#get_in_touch .other__contacts li .label,
#contacts .other__contacts li .label {
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  color: #8B8B8B;
}
#get_in_touch .other__contacts li svg,
#contacts .other__contacts li svg {
  margin: 5px 0 0 5px;
}
#get_in_touch .get_in_touch h3,
#contacts .get_in_touch h3 {
  font-size: 30px;
  margin: 30px 0 12px;
}
#get_in_touch .need,
#contacts .need {
  width: 100%;
  margin: 12px 0 60px;
  gap: 12px 6px;
}
#get_in_touch .need-item,
#contacts .need-item {
  position: relative;
}
#get_in_touch .need-item input,
#contacts .need-item input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
#get_in_touch .need-item .tag,
#contacts .need-item .tag {
  font-weight: 500;
}
#get_in_touch .form,
#contacts .form {
  width: 100%;
  margin-bottom: 60px;
}
#get_in_touch form,
#contacts form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.services {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.services-pic {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  aspect-ratio: 103/87;
  width: 100%;
  max-width: 520px;
}
.services-pic-container, .services-slider {
  max-width: 515px;
  width: 100%;
}
.services-pic-container .slide, .services-slider .slide {
  width: 100%;
  aspect-ratio: 103/87;
  display: none;
}
.services-pic-container .slide img, .services-slider .slide img {
  width: 100%;
  aspect-ratio: 103/87;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
}
.services-pic-container .slide:first-of-type, .services-slider .slide:first-of-type {
  display: block;
}
.services__links,
.accordion {
  counter-reset: counter;
}
.services__links.faq,
.accordion.faq {
  padding-top: 24px;
  border-top: 1px solid;
  transition: all, 0.4s;
}
.services__links.faq.dark, .dark .services__links.faq,
.accordion.faq.dark,
.dark .accordion.faq {
  border-top-color: #1D211F;
}
.services__links.faq.light, .light .services__links.faq,
.accordion.faq.light,
.light .accordion.faq {
  border-top-color: #E6E6E8;
}
.services__links.faq.default, .default .services__links.faq,
.accordion.faq.default,
.default .accordion.faq {
  border-top-color: #E6E6E8;
}
.services__links.faq .accordion-item:last-of-type,
.accordion.faq .accordion-item:last-of-type {
  border-bottom: 1px solid;
  transition: all, 0.4s;
}
.services__links.faq .accordion-item:last-of-type.dark, .dark .services__links.faq .accordion-item:last-of-type,
.accordion.faq .accordion-item:last-of-type.dark,
.dark .accordion.faq .accordion-item:last-of-type {
  border-bottom-color: #1D211F;
}
.services__links.faq .accordion-item:last-of-type.light, .light .services__links.faq .accordion-item:last-of-type,
.accordion.faq .accordion-item:last-of-type.light,
.light .accordion.faq .accordion-item:last-of-type {
  border-bottom-color: #E6E6E8;
}
.services__links.faq .accordion-item:last-of-type.default, .default .services__links.faq .accordion-item:last-of-type,
.accordion.faq .accordion-item:last-of-type.default,
.default .accordion.faq .accordion-item:last-of-type {
  border-bottom-color: #E6E6E8;
}
.services__links.faq .title,
.services__links.faq .accordion-content,
.accordion.faq .title,
.accordion.faq .accordion-content {
  max-width: 1048px;
}
.services__links.faq .accordion-item:first-of-type .accordion-content,
.accordion.faq .accordion-item:first-of-type .accordion-content {
  display: none;
}
.services__links.faq .accordion-item:first-of-type:not(.close) .title,
.accordion.faq .accordion-item:first-of-type:not(.close) .title {
  color: inherit;
}
.services__links.hide .accordion-item,
.accordion.hide .accordion-item {
  transform: translateX(100%);
  opacity: 0;
}
.services__links-item,
.accordion-item {
  position: relative;
  padding: 0 0 12px 94px;
  counter-increment: counter;
  border-bottom: 1px solid;
  margin-bottom: 12px;
  transition: all, 0.4s;
}
.services__links-item.dark, .dark .services__links-item,
.accordion-item.dark,
.dark .accordion-item {
  border-bottom-color: #1D211F;
}
.services__links-item.light, .light .services__links-item,
.accordion-item.light,
.light .accordion-item {
  border-bottom-color: #E6E6E8;
}
.services__links-item.default, .default .services__links-item,
.accordion-item.default,
.default .accordion-item {
  border-bottom-color: #E6E6E8;
}
.services__links-item:before,
.accordion-item:before {
  content: counter(counter, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #8B8B8B;
  transition: color, 0.4s;
}
.services__links-item:last-of-type,
.accordion-item:last-of-type {
  margin-bottom: 0;
}
.services__links-item:first-of-type .accordion-content,
.accordion-item:first-of-type .accordion-content {
  display: block;
}
.services__links-item:first-of-type:not(.close) .title,
.accordion-item:first-of-type:not(.close) .title {
  color: #FE3D43;
}
.services__links-item .title,
.accordion-item .title {
  transition: all, 0.4s;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.services__links-item .title.dark, .dark .services__links-item .title,
.accordion-item .title.dark,
.dark .accordion-item .title {
  color: #fff;
}
.services__links-item .title.light, .light .services__links-item .title,
.accordion-item .title.light,
.light .accordion-item .title {
  color: #171A17;
}
.services__links-item .title.default, .default .services__links-item .title,
.accordion-item .title.default,
.default .accordion-item .title {
  color: #171A17;
}
.services__links-item .title .ico,
.accordion-item .title .ico {
  width: 44px;
  min-width: 44px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: 1px solid #8B8B8B;
  position: relative;
  transition: border-color, 0.4s;
  transition: all, 0.4s;
}
.services__links-item .title .ico.dark:before, .dark .services__links-item .title .ico:before,
.accordion-item .title .ico.dark:before,
.dark .accordion-item .title .ico:before {
  background-color: #fff;
}
.services__links-item .title .ico.light:before, .light .services__links-item .title .ico:before,
.accordion-item .title .ico.light:before,
.light .accordion-item .title .ico:before {
  background-color: #171A17;
}
.services__links-item .title .ico.default:before, .default .services__links-item .title .ico:before,
.accordion-item .title .ico.default:before,
.default .accordion-item .title .ico:before {
  background-color: #171A17;
}
.services__links-item .title .ico:before,
.accordion-item .title .ico:before {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.9204 0.552616L9.4733 0.0835143C9.36717 -0.0278381 9.19555 -0.0278381 9.08942 0.0835143L5 4.36466L0.910579 0.0835143C0.804449 -0.0278381 0.632833 -0.0278381 0.526702 0.0835143L0.0795981 0.552616C-0.0265327 0.663968 -0.0265327 0.844028 0.0795981 0.95538L4.80806 5.91649C4.91419 6.02784 5.08581 6.02784 5.19194 5.91649L9.9204 0.95538C10.0265 0.844028 10.0265 0.663968 9.9204 0.552616V0.552616Z' fill='white'/%3E%3C/svg%3E%0A") center no-repeat;
  width: 10px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background-color, 0.4s;
}
.services__links-item .title:hover,
.accordion-item .title:hover {
  color: #FE3D43;
}
.services__links-item .title:hover .ico,
.accordion-item .title:hover .ico {
  border-color: #FE3D43 !important;
}
.services__links-item.open:before,
.accordion-item.open:before {
  color: #FE3D43 !important;
}
.services__links-item.open .title,
.accordion-item.open .title {
  color: #FE3D43 !important;
}
.services__links-item.open .title .ico,
.accordion-item.open .title .ico {
  border-color: #FE3D43 !important;
}
.services__links-item.open .title .ico:before,
.accordion-item.open .title .ico:before {
  transform: translate(-50%, -50%) scaleY(-1) !important;
}
.services__links-content,
.accordion-content {
  padding: 18px 0 12px;
  display: none;
}
.services__links-content p,
.services__links-content ol,
.services__links-content ul,
.accordion-content p,
.accordion-content ol,
.accordion-content ul {
  margin-bottom: 12px;
}
.services__links-content .more,
.accordion-content .more {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  transition: color 0.3s;
}
.services__links-content .more svg,
.accordion-content .more svg {
  margin-left: 10px;
}
.services__links-content .more:hover,
.accordion-content .more:hover {
  text-decoration: none;
  color: #FE3D43;
}

.accordion-item:last-of-type {
  border-bottom: none;
}

.services__links-item {
  padding-bottom: 25px;
  display: grid;
  grid-template-columns: 376px 1fr;
  grid-gap: 30px;
  padding-left: 55px;
  align-items: flex-start;
}
.services__links-item a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none !important;
  min-height: 36px;
  transition: color, 0.4s;
  padding-top: 3px;
}
.services__links-item a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.services__links-item.active a,
.services__links-item a:hover {
  color: #FE3D43;
}

.services .services__links,
.services .accordion {
  max-width: 1048px;
  min-width: 57%;
  flex: 1;
  margin-left: 30px;
}
.services .subservices {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}
.services .subservices-item {
  transition: all, 0.4s;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0 18px;
  height: 36px;
  text-decoration: none !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  border: 1px solid;
  border-radius: 50px;
}
.services .subservices-item.dark, .dark .services .subservices-item {
  color: #fff;
  background-color: #1D211F;
  border-color: #1D211F;
}
.services .subservices-item.light, .light .services .subservices-item {
  color: #171A17;
  background-color: #E6E6E8;
  border-color: #E6E6E8;
}
.services .subservices-item.default, .default .services .subservices-item {
  color: #171A17;
  background-color: #E6E6E8;
  border-color: #E6E6E8;
}
.services .subservices-item:hover {
  border-color: #FE3D43;
}
.services .subservices-item:active {
  background-color: #FE3D43;
  border-color: #FE3D43;
  color: #171a17;
}

.mob .accordion-item .title:hover {
  color: inherit;
}

.faq__block .accordion-item {
  padding-left: 137px;
}
@media (max-width: 1200px) {
  .faq__block .accordion-item {
    padding-left: 60px;
  }
}
.faq__block .accordion-item {
  padding: 0 0 24px 94px;
  margin-bottom: 24px;
}
.faq__block .services__links.faq,
.faq__block .accordion.faq {
  padding-top: 24px;
}
.faq__block .accordion-content p {
  margin-bottom: 20px;
}
.faq__block .accordion-content ol,
.faq__block .accordion-content ul {
  margin-bottom: 30px;
}

.industry__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 42px 30px;
}
.industry-item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: calc(clamp(120px, 7.448vw, 143px) + 18px);
  text-decoration: none !important;
  transform: scale(0);
  opacity: 0;
  transform-origin: 0 center;
  transition: all, 0.4s;
}
.industry-item.show {
  transform: scale(1);
  opacity: 1;
}
.industry-item .pic {
  width: clamp(120px, 7.448vw, 143px);
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: -4px 9px 16px 0px rgba(0, 0, 0, 0.16);
}
.industry-item .pic img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all, 0.5s;
  filter: grayscale(100%);
}
.industry-item .title {
  margin: 0 0 8px;
  font-size: clamp(24px, 1.563vw, 30px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all, 0.5s;
}
.industry-item p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 8px;
  color: #8B8B8B;
}
.industry-item .more {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.industry-item .more svg {
  width: 14px;
  margin-left: 10px;
}
.industry-item .more path {
  transition: fill, 0.5s;
}
.industry-item:hover .pic img {
  filter: grayscale(0%);
}
.industry-item:hover .title {
  color: #FE3D43;
}
.industry-item:hover .more path {
  stroke: #FE3D43;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: -20px;
  margin-bottom: 54px;
}
.tags .tag {
  transition: all, 0.4s;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0 18px;
  height: 36px;
  text-decoration: none !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  border: 1px solid;
  border-radius: 50px;
}
.tags .tag.dark, .dark .tags .tag {
  color: #fff;
  background-color: #1D211F;
  border-color: #1D211F;
}
.tags .tag.light, .light .tags .tag {
  color: #171A17;
  background-color: #E6E6E8;
  border-color: #E6E6E8;
}
.tags .tag.default, .default .tags .tag {
  color: #171A17;
  background-color: #E6E6E8;
  border-color: #E6E6E8;
}
.tags .tag:hover {
  border-color: #FE3D43;
}
.tags .tag.active, .tags .tag:active {
  background-color: #FE3D43;
  border-color: #FE3D43;
  color: #171a17;
}
.tags input:hover + .tag {
  border-color: #FE3D43;
}
.tags input:checked + .tag {
  background-color: #FE3D43;
  border-color: #FE3D43;
  color: #171a17;
}

.cases {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 54px 30px;
  align-items: start;
}
.cases:before {
  content: "";
  display: block;
}
.cases .nums {
  border-radius: 20px;
  border: 2px solid #8B8B8B;
  padding: 27px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  order: -1;
  height: 145px;
}
.cases .nums span {
  font-size: 70px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: 2.8px;
}
.cases .nums p {
  margin: 0 0 0 24px;
  width: 175px;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
.cases .case {
  transform: scale(0);
  opacity: 0;
  transform-origin: 0 0;
}
.cases .case:nth-child(odd) {
  transform-origin: 100% 0;
  margin-top: -198px;
}
.cases .case.show {
  transform: scale(1);
  opacity: 1;
}
.cases .case.fix {
  opacity: 1 !important;
  transform: scale(1) !important;
}

.case {
  text-decoration: none !important;
}
.case .pic {
  border-radius: 20px;
  overflow: hidden;
  display: block;
  margin-bottom: 18px;
  aspect-ratio: 894/536;
}
.case .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(1);
  transition: transform, 0.4s;
}
.case .pic:hover img {
  transform: scale(1.2);
}
.case .arrow {
  margin-left: auto;
  margin-bottom: -30px;
}
.case .title {
  margin: 0 0 12px;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-right: 35px;
}
.case p {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  color: #8B8B8B;
}

.choose__table {
  display: inline-flex;
}
.choose-item {
  display: inline-flex;
  flex-direction: column;
  padding: 0 42px;
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  min-width: 328px;
  color: #8B8B8B;
  transition: all, 0.4s;
}
.choose-item.dark:after, .dark .choose-item:after {
  background-color: #1D211F;
}
.choose-item.light:after, .light .choose-item:after {
  background-color: #E6E6E8;
}
.choose-item.default:after, .default .choose-item:after {
  background-color: #E6E6E8;
}
.choose-item:after {
  content: "";
  width: 1px;
  height: 100px;
  transition: background-color 0.5s;
  position: absolute;
  top: 0;
  right: 0;
}
.choose-item span {
  font-size: 70px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: 2.8px;
  white-space: nowrap;
  margin-bottom: 18px;
  transition: all, 0.4s;
}
.choose-item span.dark, .dark .choose-item span {
  color: #fff;
}
.choose-item span.light, .light .choose-item span {
  color: #171A17;
}
.choose-item span.default, .default .choose-item span {
  color: #171A17;
}
.choose-item:first-of-type {
  padding-left: 0;
}
.choose-item:last-of-type {
  padding-right: 0;
}
.choose-item:last-of-type:after {
  display: none;
}

.team__container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 60px 30px;
}
.team-item {
  padding-left: 56px;
  position: relative;
  color: #8B8B8B;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  text-align: left;
  text-decoration: none !important;
  opacity: 0;
  transform: scale(0);
  transition: all, 0.4s;
}
.team-item:nth-child(1) {
  transition-delay: 0.05s;
}
.team-item:nth-child(2) {
  transition-delay: 0.1s;
}
.team-item:nth-child(3) {
  transition-delay: 0.15s;
}
.team-item:nth-child(4) {
  transition-delay: 0.2s;
}
.team-item:nth-child(5) {
  transition-delay: 0.25s;
}
.team-item:nth-child(6) {
  transition-delay: 0.3s;
}
.team-item:nth-child(7) {
  transition-delay: 0.35s;
}
.team-item:nth-child(8) {
  transition-delay: 0.4s;
}
.team-item:nth-child(9) {
  transition-delay: 0.45s;
}
.team-item:nth-child(10) {
  transition-delay: 0.5s;
}
.team-item:nth-child(11) {
  transition-delay: 0.55s;
}
.team-item:nth-child(12) {
  transition-delay: 0.6s;
}
.team-item:nth-child(13) {
  transition-delay: 0.65s;
}
.team-item:nth-child(14) {
  transition-delay: 0.7s;
}
.team-item:nth-child(15) {
  transition-delay: 0.75s;
}
.team-item:nth-child(16) {
  transition-delay: 0.8s;
}
.team-item:nth-child(17) {
  transition-delay: 0.85s;
}
.team-item:nth-child(18) {
  transition-delay: 0.9s;
}
.team-item:nth-child(19) {
  transition-delay: 0.95s;
}
.team-item:nth-child(20) {
  transition-delay: 1s;
}
.team-item:nth-child(21) {
  transition-delay: 1.05s;
}
.team-item:nth-child(22) {
  transition-delay: 1.1s;
}
.team-item:nth-child(23) {
  transition-delay: 1.15s;
}
.team-item:nth-child(24) {
  transition-delay: 1.2s;
}
.team-item:nth-child(25) {
  transition-delay: 1.25s;
}
.team-item:nth-child(26) {
  transition-delay: 1.3s;
}
.team-item:nth-child(27) {
  transition-delay: 1.35s;
}
.team-item:nth-child(28) {
  transition-delay: 1.4s;
}
.team-item:nth-child(29) {
  transition-delay: 1.45s;
}
.team-item:nth-child(30) {
  transition-delay: 1.5s;
}
.team-item:nth-child(31) {
  transition-delay: 1.55s;
}
.team-item:nth-child(32) {
  transition-delay: 1.6s;
}
.team-item:nth-child(33) {
  transition-delay: 1.65s;
}
.team-item:nth-child(34) {
  transition-delay: 1.7s;
}
.team-item:nth-child(35) {
  transition-delay: 1.75s;
}
.team-item:nth-child(36) {
  transition-delay: 1.8s;
}
.team-item:nth-child(37) {
  transition-delay: 1.85s;
}
.team-item:nth-child(38) {
  transition-delay: 1.9s;
}
.team-item:nth-child(39) {
  transition-delay: 1.95s;
}
.team-item:nth-child(40) {
  transition-delay: 2s;
}
.team-item.show {
  opacity: 1;
  transform: scale(1);
}
.team-item .pic {
  width: 44px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  overflow: hidden;
}
.team-item .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-item .name {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  transition: all, 0.4s;
}
.team-item .name.dark, .dark .team-item .name {
  color: #fff;
}
.team-item .name.light, .light .team-item .name {
  color: #171A17;
}
.team-item .name.default, .default .team-item .name {
  color: #171A17;
}
@media (min-width: 901px) and (max-width: 1200px) {
  .team-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 0;
  }
  .team-item .pic {
    position: relative;
    top: initial;
    left: initial;
    margin-bottom: 10px;
  }
}
@media (min-width: 551px) and (max-width: 720px) {
  .team-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 0;
  }
  .team-item .pic {
    position: relative;
    top: initial;
    left: initial;
    margin-bottom: 10px;
  }
}
.team-item:nth-child(-n+6) {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-left: 0;
}
.team-item:nth-child(-n+6) .pic {
  position: relative;
  top: initial;
  left: initial;
  width: clamp(112px, 9.479vw, 182px);
  margin-bottom: 12px;
}
.team-item:nth-child(-n+6) .name {
  font-size: 20px;
  margin-bottom: 10px;
}
.team-item:is(a):hover .name {
  color: #FE3D43;
}

.comments {
  width: 65%;
  /* opacity: 0;
      transform: rotateX(90deg);
      transform-origin: center bottom;
  */
}
.comments.slick-initialized {
  margin: 0 -24px;
}
.comments.slick-initialized .comment {
  margin: 0 24px;
  opacity: 0.3;
  transition: opacity 0.5s;
  color: #8B8B8B;
}
.comments.slick-initialized .comment.slick-current {
  opacity: 1;
}
.comments .slick-list {
  overflow: initial;
}

.comment {
  transition: all, 0.4s;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  display: none;
}
.comment.dark, .dark .comment {
  color: #fff;
}
.comment.light, .light .comment {
  color: #171A17;
}
.comment.default, .default .comment {
  color: #171A17;
}
.comment:nth-child(1) {
  display: block;
}
.comment-head {
  height: 110px;
  padding-left: 130px;
  padding-right: 100px;
  position: relative;
  color: #8B8B8B;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  text-align: left;
  cursor: pointer;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 18px;
  transition: all, 0.4s;
}
.comment-head.dark:after, .dark .comment-head:after {
  background-color: #1D211F;
}
.comment-head.light:after, .light .comment-head:after {
  background-color: #E6E6E8;
}
.comment-head.default:after, .default .comment-head:after {
  background-color: #E6E6E8;
}
.comment-head:after {
  content: "";
  width: 81px;
  height: 62px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='81' height='63' viewBox='0 0 81 63' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M73.7191 5.51471C78.2697 10.5294 81 16 81 25.1176C81 41.0735 69.6236 55.2059 53.6966 62.5L49.6011 56.5735C64.618 48.3677 67.8034 37.8824 68.7135 31.0441C66.4382 32.4118 63.2528 32.8676 60.0674 32.4118C51.8764 31.5 45.5056 25.1176 45.5056 16.4559C45.5056 12.3529 47.3258 8.25 50.0562 5.05882C53.2416 1.86765 56.882 0.5 61.4326 0.5C66.4382 0.5 70.9888 2.77941 73.7191 5.51471ZM28.2135 5.51471C32.764 10.5294 35.4944 16 35.4944 25.1176C35.4944 41.0735 24.118 55.2059 8.19101 62.5L4.09551 56.5735C19.1124 48.3677 22.2978 37.8824 23.2079 31.0441C20.9326 32.4118 17.7472 32.8676 14.5618 32.4118C6.37079 31.5 0 24.6618 0 16.4559C0 12.3529 1.82022 8.25 4.55056 5.05882C7.73596 1.86765 11.3764 0.5 15.927 0.5C20.9326 0.5 25.4831 2.77941 28.2135 5.51471Z' fill='%231D211F'/%3E%3C/svg%3E%0A");
  transition: background-color, 0.5s;
  position: absolute;
  top: 0;
  right: 0;
}
.comment-head .pic {
  width: 110px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 0;
}
.comment-head .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.comment-head .pic.positive, .comment-head .pic.negative {
  transition: all, 0.4s;
}
.comment-head .pic.positive.dark:after, .dark .comment-head .pic.positive:after, .comment-head .pic.negative.dark:after, .dark .comment-head .pic.negative:after {
  background-color: #1D211F;
}
.comment-head .pic.positive.light:after, .light .comment-head .pic.positive:after, .comment-head .pic.negative.light:after, .light .comment-head .pic.negative:after {
  background-color: #E6E6E8;
}
.comment-head .pic.positive.default:after, .default .comment-head .pic.positive:after, .comment-head .pic.negative.default:after, .default .comment-head .pic.negative:after {
  background-color: #E6E6E8;
}
.comment-head .pic.positive:after, .comment-head .pic.negative:after {
  content: "";
  width: 43px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  right: -7px;
  transition: background-color, 0.5s;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='27' viewBox='0 0 26 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.4936 14.5379C22.9201 13.9742 23.1562 13.2836 23.1562 12.5651C23.1562 11.425 22.5189 10.3459 21.4932 9.74416C21.2291 9.58926 20.9284 9.50774 20.6223 9.50803H14.5336L14.6859 6.38752C14.7215 5.63342 14.4549 4.9174 13.9369 4.3715C13.6827 4.10243 13.376 3.88835 13.0358 3.74249C12.6956 3.59663 12.3291 3.52208 11.959 3.52346C10.6387 3.52346 9.4707 4.41213 9.12031 5.6842L6.93926 13.5807H3.65625C3.20684 13.5807 2.84375 13.9438 2.84375 14.3932V23.6354C2.84375 24.0848 3.20684 24.4479 3.65625 24.4479H18.9236C19.1572 24.4479 19.3857 24.4022 19.5965 24.3108C20.8051 23.7953 21.5846 22.6147 21.5846 21.3045C21.5846 20.9846 21.5389 20.6697 21.4475 20.3651C21.874 19.8014 22.1102 19.1108 22.1102 18.3922C22.1102 18.0723 22.0645 17.7574 21.973 17.4528C22.3996 16.8891 22.6357 16.1985 22.6357 15.4799C22.6307 15.16 22.585 14.8426 22.4936 14.5379ZM4.67188 22.6197V15.4088H6.72852V22.6197H4.67188ZM20.8305 13.6569L20.2744 14.1393L20.6273 14.7842C20.7436 14.9966 20.8039 15.2352 20.8025 15.4774C20.8025 15.8963 20.6197 16.2949 20.3049 16.5692L19.7488 17.0516L20.1018 17.6965C20.218 17.9089 20.2783 18.1475 20.277 18.3897C20.277 18.8086 20.0941 19.2072 19.7793 19.4815L19.2232 19.9639L19.5762 20.6088C19.6924 20.8213 19.7527 21.0598 19.7514 21.302C19.7514 21.8707 19.4162 22.3836 18.8982 22.6172H8.35352V15.3276L10.8799 6.17424C10.945 5.93963 11.0849 5.73265 11.2782 5.58466C11.4716 5.43667 11.7079 5.35573 11.9514 5.35412C12.1443 5.35412 12.3348 5.40998 12.4871 5.52424C12.7385 5.71213 12.873 5.9965 12.8578 6.29865L12.6141 11.3362H20.5969C21.0488 11.6129 21.3281 12.0801 21.3281 12.5651C21.3281 12.984 21.1453 13.3801 20.8305 13.6569Z' fill='%23FF6E40'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
.comment-head .pic.negative:after {
  transform: scale(-1);
}
.comment-head .name {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  transition: all, 0.4s;
}
.comment-head .name.dark, .dark .comment-head .name {
  color: #fff;
}
.comment-head .name.light, .light .comment-head .name {
  color: #171A17;
}
.comment-head .name.default, .default .comment-head .name {
  color: #171A17;
}

.comments-arrows {
  display: inline-flex;
  align-items: center;
  margin: auto 0;
}
.comments-arrows .arrow-left,
.comments-arrows .arrow-right {
  transition: all, 0.4s;
  cursor: pointer;
}
.comments-arrows .arrow-left.dark, .dark .comments-arrows .arrow-left,
.comments-arrows .arrow-right.dark,
.dark .comments-arrows .arrow-right {
  color: #fff;
}
.comments-arrows .arrow-left.light, .light .comments-arrows .arrow-left,
.comments-arrows .arrow-right.light,
.light .comments-arrows .arrow-right {
  color: #171A17;
}
.comments-arrows .arrow-left.default, .default .comments-arrows .arrow-left,
.comments-arrows .arrow-right.default,
.default .comments-arrows .arrow-right {
  color: #171A17;
}
.comments-arrows .arrow-left:hover,
.comments-arrows .arrow-right:hover {
  color: #FE3D43;
}

.stack__container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 30px;
}
.stack-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  text-align: center;
  text-decoration: none;
  cursor: default;
  opacity: 0;
  transform: scale(0);
  transition: all, 0.4s;
}
.stack-item:nth-child(1) {
  transition-delay: 0.05s;
}
.stack-item:nth-child(2) {
  transition-delay: 0.1s;
}
.stack-item:nth-child(3) {
  transition-delay: 0.15s;
}
.stack-item:nth-child(4) {
  transition-delay: 0.2s;
}
.stack-item:nth-child(5) {
  transition-delay: 0.25s;
}
.stack-item:nth-child(6) {
  transition-delay: 0.3s;
}
.stack-item:nth-child(7) {
  transition-delay: 0.35s;
}
.stack-item:nth-child(8) {
  transition-delay: 0.4s;
}
.stack-item:nth-child(9) {
  transition-delay: 0.45s;
}
.stack-item:nth-child(10) {
  transition-delay: 0.5s;
}
.stack-item:nth-child(11) {
  transition-delay: 0.55s;
}
.stack-item:nth-child(12) {
  transition-delay: 0.6s;
}
.stack-item:nth-child(13) {
  transition-delay: 0.65s;
}
.stack-item:nth-child(14) {
  transition-delay: 0.7s;
}
.stack-item:nth-child(15) {
  transition-delay: 0.75s;
}
.stack-item:nth-child(16) {
  transition-delay: 0.8s;
}
.stack-item:nth-child(17) {
  transition-delay: 0.85s;
}
.stack-item:nth-child(18) {
  transition-delay: 0.9s;
}
.stack-item:nth-child(19) {
  transition-delay: 0.95s;
}
.stack-item:nth-child(20) {
  transition-delay: 1s;
}
.stack-item:nth-child(21) {
  transition-delay: 1.05s;
}
.stack-item:nth-child(22) {
  transition-delay: 1.1s;
}
.stack-item:nth-child(23) {
  transition-delay: 1.15s;
}
.stack-item:nth-child(24) {
  transition-delay: 1.2s;
}
.stack-item:nth-child(25) {
  transition-delay: 1.25s;
}
.stack-item:nth-child(26) {
  transition-delay: 1.3s;
}
.stack-item:nth-child(27) {
  transition-delay: 1.35s;
}
.stack-item:nth-child(28) {
  transition-delay: 1.4s;
}
.stack-item:nth-child(29) {
  transition-delay: 1.45s;
}
.stack-item:nth-child(30) {
  transition-delay: 1.5s;
}
.stack-item:nth-child(31) {
  transition-delay: 1.55s;
}
.stack-item:nth-child(32) {
  transition-delay: 1.6s;
}
.stack-item:nth-child(33) {
  transition-delay: 1.65s;
}
.stack-item:nth-child(34) {
  transition-delay: 1.7s;
}
.stack-item:nth-child(35) {
  transition-delay: 1.75s;
}
.stack-item:nth-child(36) {
  transition-delay: 1.8s;
}
.stack-item:nth-child(37) {
  transition-delay: 1.85s;
}
.stack-item:nth-child(38) {
  transition-delay: 1.9s;
}
.stack-item:nth-child(39) {
  transition-delay: 1.95s;
}
.stack-item:nth-child(40) {
  transition-delay: 2s;
}
.stack-item.show {
  opacity: 1;
  transform: scale(1);
}
.stack-item .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
}
.stack-item .ico img {
  filter: grayscale(100%);
  transition: filter, 0.4s;
}
.stack-item:hover .ico img {
  filter: grayscale(0%);
}

.vision,
.approach {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.vision__nav,
.approach__nav {
  width: 378px;
  min-width: 378px;
  min-height: 300px;
  border-right: 2px solid;
  margin-right: 30px;
  padding-right: 12px;
  position: relative;
  transition: all, 0.4s;
}
.vision__nav.dark, .dark .vision__nav,
.approach__nav.dark,
.dark .approach__nav {
  border-color: #1D211F;
}
.vision__nav.light, .light .vision__nav,
.approach__nav.light,
.light .approach__nav {
  border-color: #E6E6E8;
}
.vision__nav.default, .default .vision__nav,
.approach__nav.default,
.default .approach__nav {
  border-color: #E6E6E8;
}
.vision__nav li,
.approach__nav li {
  display: flex;
  align-items: center;
  position: relative;
  height: 34px;
  margin-bottom: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #8B8B8B;
  transition: all, 0.5s;
  cursor: pointer;
}
.vision__nav li:last-of-type,
.approach__nav li:last-of-type {
  margin-bottom: 0;
}
.vision__nav li.active, .vision__nav li:hover,
.approach__nav li.active,
.approach__nav li:hover {
  transition: all, 0.4s;
}
.vision__nav li.active.dark, .dark .vision__nav li.active, .vision__nav li:hover.dark, .dark .vision__nav li:hover,
.approach__nav li.active.dark,
.dark .approach__nav li.active,
.approach__nav li:hover.dark,
.dark .approach__nav li:hover {
  color: #fff;
}
.vision__nav li.active.light, .light .vision__nav li.active, .vision__nav li:hover.light, .light .vision__nav li:hover,
.approach__nav li.active.light,
.light .approach__nav li.active,
.approach__nav li:hover.light,
.light .approach__nav li:hover {
  color: #171A17;
}
.vision__nav li.active.default, .default .vision__nav li.active, .vision__nav li:hover.default, .default .vision__nav li:hover,
.approach__nav li.active.default,
.default .approach__nav li.active,
.approach__nav li:hover.default,
.default .approach__nav li:hover {
  color: #171A17;
}
.vision__nav li:before,
.approach__nav li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-radius: 10px;
  background-color: #FE3D43;
  opacity: 0;
  transition: opacity, 0.5s;
}
.vision__nav li.active,
.approach__nav li.active {
  padding-left: 14px;
}
.vision__nav li.active:before,
.approach__nav li.active:before {
  opacity: 1;
}
.vision__content,
.approach__content {
  margin: 0 auto;
  max-width: 783px;
  width: calc(100% - 378px - 340px - 60px);
}
.vision__pics,
.approach__pics {
  width: 340px;
  aspect-ratio: 1/1;
  margin-right: auto;
  margin-left: 30px;
  flex: initial;
  min-width: 340px;
}
.vision__pics img,
.vision__pics svg,
.approach__pics img,
.approach__pics svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
}
.vision-pic,
.approach-pic {
  display: none;
  aspect-ratio: 1/1;
}
.vision-pic:first-of-type,
.approach-pic:first-of-type {
  display: block;
}
.vision-item,
.approach-item {
  display: none;
}
.vision-item:first-of-type,
.approach-item:first-of-type {
  display: block;
}
.vision-item h3,
.approach-item h3 {
  font-size: 30px;
}
.vision-item p,
.vision-item li,
.approach-item p,
.approach-item li {
  color: #8B8B8B;
}
.vision-item *:last-child,
.approach-item *:last-child {
  margin-bottom: 0;
}

.vision__content {
  margin-right: 0;
  max-width: 1260px;
  width: calc(100% - 378px - 60px);
}
.vision__content h3 {
  margin-bottom: 12px;
}
.vision__content ul,
.vision__content ol {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.vision__content ul li,
.vision__content ol li {
  display: inline-flex;
  width: 100%;
  padding-left: 52px;
}
.vision__content ol:not(.not__list) li::before {
  content: counter(my-awesome-counter, decimal-leading-zero);
  color: inherit;
  width: 40px;
  text-align: center;
}
.vision__content p,
.vision__content li {
  color: #8B8B8B !important;
}

.insights__slider__block {
  position: relative;
}
.insights__slider__block .process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  grid-gap: 30px;
  text-align: left;
  /* width: auto;
   margin: auto;
   display: inline-flex;
   */
}
.insights__slider__block .process-grid .card {
  /*
  width: 434px;
  min-width: 434px;*/
  margin-right: 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  transition: all, 0.4s;
}
.mCSB_scrollTools .mCSB_draggerRail.dark, .dark .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #1D211F;
}
.mCSB_scrollTools .mCSB_draggerRail.light, .light .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #E6E6E8;
}
.mCSB_scrollTools .mCSB_draggerRail.default, .default .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #E6E6E8;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #8B8B8B !important;
  opacity: 1 !important;
}

.seo__block .limit {
  display: flex;
  justify-content: space-between;
}
.seo__block .limit .text {
  width: 50%;
  margin-right: 30px;
}
.seo__block .limit .text .heading {
  font-size: 42px;
}
.seo__block .limit .text .heading::before {
  top: 42px;
}
.seo__block .limit .text__content {
  max-height: 435px;
  overflow-y: auto;
  transition: all, 0.4s;
}
.seo__block .limit .text__content.dark, .dark .seo__block .limit .text__content {
  scrollbar-color: #8B8B8B #1D211F;
}
.seo__block .limit .text__content.dark::-webkit-scrollbar-track, .dark .seo__block .limit .text__content::-webkit-scrollbar-track {
  background: #1D211F;
}
.seo__block .limit .text__content.light, .light .seo__block .limit .text__content {
  scrollbar-color: #8B8B8B #E6E6E8;
}
.seo__block .limit .text__content.light::-webkit-scrollbar-track, .light .seo__block .limit .text__content::-webkit-scrollbar-track {
  background: #E6E6E8;
}
.seo__block .limit .text__content.default, .default .seo__block .limit .text__content {
  scrollbar-color: #8B8B8B #E6E6E8;
}
.seo__block .limit .text__content.default::-webkit-scrollbar-track, .default .seo__block .limit .text__content::-webkit-scrollbar-track {
  background: #E6E6E8;
}
.seo__block .limit .text__content::-webkit-scrollbar {
  width: 4px;
}
.seo__block .limit .text__content::-webkit-scrollbar-thumb {
  background-color: #8B8B8B;
  border-radius: 20px;
}
.seo__block .limit .text__content {
  scrollbar-width: thin;
}
.seo__block .limit .text__content h2 {
  font-size: 28px;
  margin-top: 30px;
  color: #8B8B8B;
}
.seo__block .limit .text__content h2:first-of-type {
  margin-top: 0;
  font-size: 48px;
  transition: all, 0.4s;
}
.seo__block .limit .text__content h2:first-of-type.dark, .dark .seo__block .limit .text__content h2:first-of-type {
  color: #fff;
}
.seo__block .limit .text__content h2:first-of-type.light, .light .seo__block .limit .text__content h2:first-of-type {
  color: #171A17;
}
.seo__block .limit .text__content h2:first-of-type.default, .default .seo__block .limit .text__content h2:first-of-type {
  color: #171A17;
}
.seo__block .limit .text__content h3 {
  font-size: 24px;
  margin-top: 30px;
  color: #8B8B8B;
}
.seo__block .limit .pic {
  flex: 1;
  max-width: 740px;
  display: flex;
  justify-content: center;
  padding: 18px 0;
}
.seo__block .limit .pic img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 515px;
}

.blog__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 60px 30px;
}
.blog__container .card {
  margin: 0;
  width: auto;
  opacity: 0;
  transform: scale(0);
}
@media (min-width: 1451px) {
  .blog__container .card:nth-child(-n+4) {
    opacity: 1 !important;
    transform: scale(1) !important;
  }
}
@media (min-width: 1101px) {
  .blog__container .card {
    opacity: 1 !important;
    transform: scale(1) !important;
  }
}
@media (min-width: 1px) {
  .blog__container .card {
    opacity: 1 !important;
    transform: scale(1) !important;
  }
}

.article__block {
  display: grid;
  grid-template-columns: 432px 1fr 432px;
  grid-template-rows: repeat(4, auto);
  grid-column-gap: 30px;
  grid-row-gap: 0;
}

.breadcrumbs {
  grid-area: 1/1/2/2;
}

.article__sidebar {
  position: relative;
  grid-area: 2/1/5/2;
}

.article__heading {
  grid-area: 1/2/3/3;
}

.article__content {
  grid-area: 3/2/4/3;
}

.related__services {
  grid-area: 1/3/5/4;
}

.similar__articles {
  grid-area: 4/2/5/3;
}

.article__heading {
  margin-bottom: 42px;
}
.article__heading .info {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  margin-top: -30px;
  padding-top: 18px;
}
.article__heading .info-item {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
  color: #8B8B8B;
}
.article__heading .info-item img,
.article__heading .info-item svg {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  -o-object-fit: contain;
     object-fit: contain;
}

.breadcrumbs {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid;
  transition: all, 0.4s;
}
.breadcrumbs.dark, .dark .breadcrumbs {
  border-bottom-color: #1D211F;
}
.breadcrumbs.light, .light .breadcrumbs {
  border-bottom-color: #E6E6E8;
}
.breadcrumbs.default, .default .breadcrumbs {
  border-bottom-color: #E6E6E8;
}
.breadcrumbs.project__crumbs {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 102px;
}
.breadcrumbs.project__crumbs a span {
  text-transform: none;
}

.project img {
  width: 100%;
  position: relative;
}

.project img:nth-child(1) {
  z-index: 49;
}

.project img:nth-child(2) {
  z-index: 48;
}

.project img:nth-child(3) {
  z-index: 47;
}

.project img:nth-child(4) {
  z-index: 46;
}

.project img:nth-child(5) {
  z-index: 45;
}

.project img:nth-child(6) {
  z-index: 44;
}

.project img:nth-child(7) {
  z-index: 43;
}

.project img:nth-child(8) {
  z-index: 42;
}

.project img:nth-child(9) {
  z-index: 41;
}

.project img:nth-child(10) {
  z-index: 40;
}

.project img:nth-child(11) {
  z-index: 39;
}

.project img:nth-child(12) {
  z-index: 38;
}

.project img:nth-child(13) {
  z-index: 37;
}

.project img:nth-child(14) {
  z-index: 36;
}

.project img:nth-child(15) {
  z-index: 35;
}

.project img:nth-child(16) {
  z-index: 34;
}

.project img:nth-child(17) {
  z-index: 33;
}

.project img:nth-child(18) {
  z-index: 32;
}

.project img:nth-child(19) {
  z-index: 31;
}

.project img:nth-child(20) {
  z-index: 30;
}

.project img:nth-child(21) {
  z-index: 29;
}

.project img:nth-child(22) {
  z-index: 28;
}

.project img:nth-child(23) {
  z-index: 27;
}

.project img:nth-child(24) {
  z-index: 26;
}

.project img:nth-child(25) {
  z-index: 25;
}

.project img:nth-child(26) {
  z-index: 24;
}

.project img:nth-child(27) {
  z-index: 23;
}

.project img:nth-child(28) {
  z-index: 22;
}

.project img:nth-child(29) {
  z-index: 21;
}

.project img:nth-child(30) {
  z-index: 20;
}

.project img:nth-child(31) {
  z-index: 19;
}

.project img:nth-child(32) {
  z-index: 18;
}

.project img:nth-child(33) {
  z-index: 17;
}

.project img:nth-child(34) {
  z-index: 16;
}

.project img:nth-child(35) {
  z-index: 15;
}

.project img:nth-child(36) {
  z-index: 14;
}

.project img:nth-child(37) {
  z-index: 13;
}

.project img:nth-child(38) {
  z-index: 12;
}

.project img:nth-child(39) {
  z-index: 11;
}

.project img:nth-child(40) {
  z-index: 10;
}

.project img:nth-child(41) {
  z-index: 9;
}

.project img:nth-child(42) {
  z-index: 8;
}

.project img:nth-child(43) {
  z-index: 7;
}

.project img:nth-child(44) {
  z-index: 6;
}

.project img:nth-child(45) {
  z-index: 5;
}

.project img:nth-child(46) {
  z-index: 4;
}

.project img:nth-child(47) {
  z-index: 3;
}

.project img:nth-child(48) {
  z-index: 2;
}

.project img:nth-child(49) {
  z-index: 1;
}

.project img:nth-child(50) {
  z-index: 0;
}

.article__content {
  margin-bottom: 72px;
}

.related__services h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding-bottom: 30px;
  border-bottom: 1px solid;
  transition: all, 0.4s;
}
.related__services h2.dark, .dark .related__services h2 {
  border-bottom-color: #1D211F;
}
.related__services h2.light, .light .related__services h2 {
  border-bottom-color: #E6E6E8;
}
.related__services h2.default, .default .related__services h2 {
  border-bottom-color: #E6E6E8;
}
.related__services h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 18px;
  margin-top: 0;
}
.related__services .tags {
  margin-top: 0;
  margin-bottom: 30px;
}
.related__services .tags:last-child {
  margin-bottom: 0;
}

.article__sidebar-content {
  padding-bottom: 120px;
}
.article__sidebar h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0 0 24px;
}
.share {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.share > * {
  display: inline-flex;
  width: 53px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-size: 18px;
  transition: all, 0.4s;
}
.share > *.dark, .dark .share > * {
  background-color: #1D211F;
}
.share > *.light, .light .share > * {
  background-color: #E6E6E8;
}
.share > *.default, .default .share > * {
  background-color: #E6E6E8;
}
.share > *:hover {
  background-color: #FE3D43;
  color: #fff;
}

.toc {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid;
  transition: all, 0.4s;
}
.toc.dark, .dark .toc {
  border-bottom-color: #1D211F;
}
.toc.light, .light .toc {
  border-bottom-color: #E6E6E8;
}
.toc.default, .default .toc {
  border-bottom-color: #E6E6E8;
}
.toc a {
  text-decoration: none !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #8B8B8B;
  transition: color, 0.2s !important;
}
.toc a:hover {
  color: #FE3D43;
}
.toc span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  position: relative;
  padding: 6px 0;
}
.toc span:before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  opacity: 0;
  background-color: #FE3D43;
}
.toc ul li {
  margin-bottom: 12px;
}
.toc ul li:last-of-type {
  margin-bottom: 12px;
}
.toc ul li a.active {
  transition: all, 0.4s;
}
.toc ul li a.active.dark, .dark .toc ul li a.active {
  color: #fff;
}
.toc ul li a.active.light, .light .toc ul li a.active {
  color: #171A17;
}
.toc ul li a.active.default, .default .toc ul li a.active {
  color: #171A17;
}
.toc ul li a.active span {
  padding-left: 14px;
}
.toc ul li a.active span:before {
  opacity: 1;
}
.toc ul li ul {
  padding-left: 20px;
}

.similar__articles h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0 0 24px;
}
.similar__articles-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.similar__articles-container .card {
  margin-right: 0;
  width: auto !important;
  max-width: 100% !important;
}

.about__video {
  -webkit-clip-path: inset(0 round 20px);
  overflow: hidden;
  position: relative;
  aspect-ratio: 1818/545;
  min-height: 200px;
  max-width: 100%;
}
.about__video img,
.about__video video,
.about__video iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1818/545;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__video video {
  position: relative;
  z-index: 3;
}
.about__video img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.about__main {
  margin-bottom: 120px;
}

.passionate__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.passionate__block .pic {
  flex: 1;
  margin-right: 87px;
}
.passionate__block .text {
  width: 57%;
}
.passionate__block .text p,
.passionate__block .text li {
  font-size: 20px;
}
.passionate__block .choose__table {
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 42px 30px;
  margin-top: 40px;
}
.passionate__block .choose__table .choose-item {
  padding: 18px 0 0;
  border-top: 1px solid;
  border-right: none;
  transition: all, 0.4s;
}
.passionate__block .choose__table .choose-item.dark, .dark .passionate__block .choose__table .choose-item {
  border-top-color: #1D211F;
}
.passionate__block .choose__table .choose-item.light, .light .passionate__block .choose__table .choose-item {
  border-top-color: #E6E6E8;
}
.passionate__block .choose__table .choose-item.default, .default .passionate__block .choose__table .choose-item {
  border-top-color: #E6E6E8;
}
.passionate__block .choose__table .choose-item:after {
  display: none;
}

.awards__container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px 73px;
}
.awards-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.awards-item .pic {
  width: 100%;
  aspect-ratio: 17/8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.awards-item .pic img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.awards-item .name {
  margin: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
}

.cv__block {
  display: grid;
  grid-template-columns: 432px 1fr;
  grid-gap: 30px 54px;
  width: 100%;
  max-width: 1356px;
  margin-right: auto;
}
.cv__block .sidebar {
  grid-row: span 2;
}
.cv__block .team-item {
  opacity: 1;
  transform: scale(1);
  align-items: flex-start;
  text-align: left;
  padding-bottom: 42px;
  margin-bottom: 42px;
  border-bottom: 1px solid;
  transition: all, 0.4s;
}
.cv__block .team-item.dark, .dark .cv__block .team-item {
  border-bottom-color: #1D211F;
}
.cv__block .team-item.light, .light .cv__block .team-item {
  border-bottom-color: #E6E6E8;
}
.cv__block .team-item.default, .default .cv__block .team-item {
  border-bottom-color: #E6E6E8;
}
.cv__block .team-item:nth-child(-n+6) .name {
  font-size: 46px;
}
.cv__block .team-item .pic {
  width: 182px;
}
.cv__block .cont-info {
  padding-bottom: 42px;
  margin-bottom: 42px;
  border-bottom: 1px solid;
  transition: all, 0.4s;
}
.cv__block .cont-info.dark, .dark .cv__block .cont-info {
  border-bottom-color: #1D211F;
}
.cv__block .cont-info.light, .light .cv__block .cont-info {
  border-bottom-color: #E6E6E8;
}
.cv__block .cont-info.default, .default .cv__block .cont-info {
  border-bottom-color: #E6E6E8;
}
.cv__block .cont-info li {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #8B8B8B;
  margin-bottom: 24px;
  transition: all, 0.4s;
}
.cv__block .cont-info li.dark, .dark .cv__block .cont-info li {
  color: #fff;
}
.cv__block .cont-info li.light, .light .cv__block .cont-info li {
  color: #171A17;
}
.cv__block .cont-info li.default, .default .cv__block .cont-info li {
  color: #171A17;
}
.cv__block .cont-info li:last-of-type {
  margin-bottom: 0;
}
.cv__block .cont-info li img,
.cv__block .cont-info li svg {
  margin-right: 12px;
}
.cv__block .cont-info li a {
  color: inherit;
  text-decoration: none !important;
}
.cv__block .sidebar__content {
  padding-bottom: 120px;
}
.cv__block .implemented__projects h2 {
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 24px;
}
.cv__block .implemented__projects .cases .case:nth-child(2n+1) {
  margin-top: 0;
}
.cv__block .implemented__projects .cases::before {
  display: none;
}

.cv__content h1:not(.heading),
.cv__content h2:not(.heading),
.cv__content h3:not(.heading),
.cv__content h4:not(.heading),
.cv__content h5:not(.heading),
.cv__content h6:not(.heading) {
  transition: all, 0.4s;
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 1.3;
  font-weight: 400;
}
.cv__content h1:not(.heading).dark, .dark .cv__content h1:not(.heading),
.cv__content h2:not(.heading).dark,
.dark .cv__content h2:not(.heading),
.cv__content h3:not(.heading).dark,
.dark .cv__content h3:not(.heading),
.cv__content h4:not(.heading).dark,
.dark .cv__content h4:not(.heading),
.cv__content h5:not(.heading).dark,
.dark .cv__content h5:not(.heading),
.cv__content h6:not(.heading).dark,
.dark .cv__content h6:not(.heading) {
  color: #fff;
}
.cv__content h1:not(.heading).light, .light .cv__content h1:not(.heading),
.cv__content h2:not(.heading).light,
.light .cv__content h2:not(.heading),
.cv__content h3:not(.heading).light,
.light .cv__content h3:not(.heading),
.cv__content h4:not(.heading).light,
.light .cv__content h4:not(.heading),
.cv__content h5:not(.heading).light,
.light .cv__content h5:not(.heading),
.cv__content h6:not(.heading).light,
.light .cv__content h6:not(.heading) {
  color: #171A17;
}
.cv__content h1:not(.heading).default, .default .cv__content h1:not(.heading),
.cv__content h2:not(.heading).default,
.default .cv__content h2:not(.heading),
.cv__content h3:not(.heading).default,
.default .cv__content h3:not(.heading),
.cv__content h4:not(.heading).default,
.default .cv__content h4:not(.heading),
.cv__content h5:not(.heading).default,
.default .cv__content h5:not(.heading),
.cv__content h6:not(.heading).default,
.default .cv__content h6:not(.heading) {
  color: #171A17;
}
.cv__content h1:not(.heading):first-child,
.cv__content h2:not(.heading):first-child,
.cv__content h3:not(.heading):first-child,
.cv__content h4:not(.heading):first-child,
.cv__content h5:not(.heading):first-child,
.cv__content h6:not(.heading):first-child {
  margin-top: 0 !important;
}
.cv__content h3 {
  font-size: 22px;
}
.cv__content h4 {
  font-size: 20px;
}
.cv__content h5 {
  font-size: 18px;
}
.cv__content h6 {
  font-size: 16px;
}
.cv__content h2 {
  margin-top: 54px !important;
  font-size: 38px;
  margin-bottom: 24px !important;
}

.case__main {
  margin-bottom: 160px;
}
.case__main .limit {
  display: grid;
  grid-template-columns: 1fr 39.6%;
  grid-gap: 0 58px;
  align-items: start;
}
.case__main .pic {
  position: relative;
  grid-row: 1/3;
  grid-column: 2/3;
}
.case__main .pic img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.case__main .text {
  flex: 1;
}
.case__main .order__button {
  width: 231px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: -118px;
  margin-bottom: -120px;
}
.case__main .order__button .text {
  font-size: 24px;
}

.lets__talk {
  transition: all, 0.4s;
  border-radius: 20px;
  border: 2px solid;
  padding: clamp(90px, 5.729vw, 110px) clamp(62px, 6.25vw, 120px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lets__talk.dark, .dark .lets__talk {
  border-color: #1D211F;
}
.lets__talk.light, .light .lets__talk {
  border-color: #E6E6E8;
}
.lets__talk.default, .default .lets__talk {
  border-color: #E6E6E8;
}
.lets__talk img {
  width: 474px;
  align-self: flex-end;
  transform: translateY(clamp(90px, 5.729vw, 110px));
  margin-right: -8px;
}
.lets__talk .subheading {
  margin-bottom: 38px;
}
.lets__talk .text {
  flex: 1;
  margin-right: 16px;
}

.next__project {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  -webkit-clip-path: inset(0 round 20px);
  transition: all, 0.4s;
}
.next__project.dark, .dark .next__project {
  background-color: #1D211F;
}
.next__project.light, .light .next__project {
  background-color: #E6E6E8;
}
.next__project.default, .default .next__project {
  background-color: #E6E6E8;
}
.next__project .pic {
  width: 60.56%;
}
.next__project .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.next__project-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 39.44%;
  padding: clamp(30px, 3.75vw, 72px) clamp(30px, 3.125vw, 60px);
}
.next__project-content .next {
  color: #8B8B8B;
  align-self: flex-start;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: clamp(30px, 3.75vw, 72px);
  text-decoration: none !important;
  transition: color, 0.4s;
}
.next__project-content .next:hover {
  color: #FE3D43;
}
.next__project-content .text {
  margin: auto 0;
  width: 100%;
}
.next__project-content .text a {
  display: flex;
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 12px;
  text-decoration: none !important;
  transition: color, 0.4s;
}
.next__project-content .text a .arrow {
  margin-top: 24px;
  width: 34px;
  margin-left: 20px;
}
.next__project-content .text a:hover {
  color: #FE3D43;
}
.next__project-content .text p {
  font-size: 20px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}

.industries__block,
.service__description,
.help__block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.industries__block .pic,
.industries__block form,
.service__description .pic,
.service__description form,
.help__block .pic,
.help__block form {
  width: 586px;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
}
.industries__block .pic.sticky,
.industries__block form.sticky,
.service__description .pic.sticky,
.service__description form.sticky,
.help__block .pic.sticky,
.help__block form.sticky {
  padding-bottom: 120px;
}
.industries__block .pic .title,
.industries__block form .title,
.service__description .pic .title,
.service__description form .title,
.help__block .pic .title,
.help__block form .title {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
  margin-top: 0;
}
.industries__block .pic p,
.industries__block form p,
.service__description .pic p,
.service__description form p,
.help__block .pic p,
.help__block form p {
  margin-bottom: 30px;
}
.industries__block .text,
.service__description .text,
.help__block .text {
  flex: 1;
  max-width: 1048px;
}
.industries__block .text h3,
.service__description .text h3,
.help__block .text h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 18px;
  margin-top: -6px;
}
.industries__block .text ul,
.service__description .text ul,
.help__block .text ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 54px 30px;
}
.industries__block .text ul li,
.service__description .text ul li,
.help__block .text ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  font-size: 20px;
}
.industries__block .accordion,
.service__description .accordion,
.help__block .accordion {
  border-top: none;
  padding-top: 0;
}
.industries__block .accordion-item,
.service__description .accordion-item,
.help__block .accordion-item {
  padding-left: 0;
}
.industries__block .accordion-item:before,
.service__description .accordion-item:before,
.help__block .accordion-item:before {
  display: none;
}

.industries__item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.industries__item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 360px;
  margin-right: 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  color: #8B8B8B;
}
.industries__item-content img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 12px;
}
.industries__item-content .more {
  margin-top: 12px;
  transition: all, 0.4s;
}
.industries__item-content .more.dark, .dark .industries__item-content .more {
  color: #fff;
}
.industries__item-content .more.light, .light .industries__item-content .more {
  color: #171A17;
}
.industries__item-content .more.default, .default .industries__item-content .more {
  color: #171A17;
}
.industries__item-content .more:hover {
  color: #FE3D43 !important;
}
.industries__item-list {
  counter-reset: counter;
  flex: 1;
}
.industries__item-list-item {
  padding-bottom: 24px;
  border-bottom: 1px solid;
  counter-increment: counter;
  padding-left: 50px;
  position: relative;
  margin-bottom: 12px;
  transition: all, 0.4s;
}
.industries__item-list-item.dark, .dark .industries__item-list-item {
  border-bottom-color: #1D211F;
}
.industries__item-list-item.light, .light .industries__item-list-item {
  border-bottom-color: #E6E6E8;
}
.industries__item-list-item.default, .default .industries__item-list-item {
  border-bottom-color: #E6E6E8;
}
.industries__item-list-item:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.industries__item-list-item:before {
  content: counter(counter, decimal-leading-zero);
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #8B8B8B;
}
.industries__item-list-item a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none !important;
}
.industries__item-list-item a:hover {
  color: #FE3D43;
}
.industries__item-list-item a:hover .arrow {
  color: inherit;
}
.industries__item-list-item .arrow {
  width: 14px;
  margin-top: 9px;
  color: #8B8B8B;
}

.map {
  width: 100%;
  aspect-ratio: 120/47;
  border-radius: 20px;
  overflow: hidden;
}
.map-content, .map-item {
  width: 100%;
  max-width: 1202px;
}
.map-content {
  margin-right: 40px;
}
.map-item {
  display: none;
}
.map-item:first-of-type {
  display: block;
}
.map-item h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 15px;
}
.map iframe {
  width: 100%;
  height: 100% !important;
  transition: all, 0.4s;
}

.dark .map iframe {
  filter: grayscale(70%) invert(92%) contrast(83%);
}

.lost__page {
  margin-top: -120px;
  padding: 150px 0;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.lost__page p {
  margin-bottom: 35px;
}
.lost__page .limit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.div__404 {
  animation: glitch 1s linear infinite;
  font-size: 250px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  position: relative;
  display: flex;
  margin-bottom: -15px;
}

@keyframes glitch {
  2%, 64% {
    transform: translate(2px, 0) skew(0deg);
  }
  4%, 60% {
    transform: translate(-2px, 0) skew(0deg);
  }
  62% {
    transform: translate(0, 0) skew(5deg);
  }
}
.div__404:before,
.div__404:after {
  content: "";
  background: url("../images/icons/404.svg") center no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.div__404:before {
  animation: glitchTop 1s linear infinite;
  clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
}

@keyframes glitchTop {
  2%, 64% {
    transform: translate(2px, -2px);
  }
  4%, 60% {
    transform: translate(-2px, 2px);
  }
  62% {
    transform: translate(13px, -1px) skew(-13deg);
  }
}
.div__404:after {
  animation: glitchBotom 1.5s linear infinite;
  clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
}

@keyframes glitchBotom {
  2%, 64% {
    transform: translate(-2px, 0);
  }
  4%, 60% {
    transform: translate(-2px, 0);
  }
  62% {
    transform: translate(-22px, 5px) skew(21deg);
  }
}
.search-form {
  position: relative;
  width: 370px;
  max-width: 100%;
  margin-top: 42px;
}
.search-form input {
  width: 100%;
  padding-top: 0;
  padding-right: 40px;
  padding-left: 50px;
}
.search-form input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.search-form input:focus:-moz-placeholder {
  opacity: 0;
}
.search-form input:focus::-moz-placeholder {
  opacity: 0;
}
.search-form input:focus:-ms-input-placeholder {
  opacity: 0;
}
.search-form .ico {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  transition: all, 0.4s;
}
.search-form .ico.dark, .dark .search-form .ico {
  color: #fff;
}
.search-form .ico.light, .light .search-form .ico {
  color: #171A17;
}
.search-form .ico.default, .default .search-form .ico {
  color: #171A17;
}
.search-form button {
  cursor: pointer;
  background-color: transparent;
  color: #8B8B8B;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
}
.search-form button .arrow {
  width: 14px;
}

.rev {
  margin-top: 54px;
}
.rev h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 24px;
}
.rev .form-row {
  margin-bottom: 0;
}
.rev a {
  text-decoration: none !important;
  font-size: 28px;
  color: #8B8B8B;
  padding-right: 12px;
}
.rev a:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='28' viewBox='0 0 29 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8063 0.956971C14.075 0.347677 14.925 0.347675 15.1937 0.956973L18.4471 8.33356C18.7017 8.91083 19.2431 9.31021 19.8704 9.37713L27.8173 10.2248C28.4649 10.2939 28.7428 11.1177 28.2451 11.571L22.309 16.9777C21.8429 17.4022 21.6376 18.0436 21.7671 18.6606L23.4251 26.5611C23.5653 27.229 22.8622 27.7198 22.3036 27.3942L15.3815 23.3591C14.8362 23.0412 14.1638 23.0412 13.6185 23.3591L6.69636 27.3942C6.13775 27.7198 5.43468 27.229 5.57486 26.5611L7.23287 18.6606C7.36236 18.0436 7.15708 17.4022 6.69103 16.9777L0.754909 11.571C0.25716 11.1177 0.535115 10.2939 1.18273 10.2248L9.12956 9.37713C9.75688 9.31021 10.2983 8.91083 10.5529 8.33356L13.8063 0.956971Z' stroke='%238B8B8B'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 29px;
  height: 29px;
  display: inline-block;
}
.rev a.check:before {
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='28' viewBox='0 0 29 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3488 0.755202C13.7929 -0.251735 15.2071 -0.251733 15.6512 0.755204L18.9046 8.13179C19.0877 8.54709 19.4761 8.83223 19.9235 8.87995L27.8703 9.72764C28.9551 9.84336 29.3921 11.2027 28.5818 11.9407L22.6457 17.3474C22.3114 17.6518 22.1631 18.1131 22.2565 18.5579L23.9145 26.4584C24.1408 27.5369 22.9967 28.3769 22.0518 27.8261L15.1297 23.7911C14.74 23.5639 14.26 23.5639 13.8703 23.7911L6.94816 27.8261C6.00326 28.3769 4.85919 27.5369 5.08552 26.4584L6.74353 18.5579C6.83688 18.1131 6.68855 17.6518 6.35435 17.3474L0.418225 11.9407C-0.392083 11.2027 0.0449156 9.84336 1.12969 9.72764L9.07653 8.87995C9.52394 8.83223 9.91225 8.54709 10.0954 8.13179L13.3488 0.755202Z' fill='%23FF6E40'/%3E%3C/svg%3E%0A");
}

.cases .case {
  transition: all, 0.5s;
  transform: translateX(100%);
}
.cases .case:nth-child(2n) {
  transform: translateX(-100%);
}
.cases .case.fix {
  transform: translateX(0%);
}

.cases .case.show {
  transform: translateX(0);
  opacity: 1;
}

.details {
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 30px;
  transition: all 0.8s;
}
.details.active {
  max-height: 500px;
  margin-bottom: 30px;
}
.details_item {
  display: flex;
  align-items: start;
  gap: 12px;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
}
.details_item div span::after {
  content: ",";
}
.details_item div span:last-of-type::after {
  display: none;
}
.details_item img, .details_item svg {
  min-width: 18px;
  margin-top: 3px;
}

.form-row:has(.valid) label.error {
  display: none !important;
}
.form-row:has(.valid) input {
  border-bottom-color: green;
}
.form-row:has(.valid) label {
  transform: translateY(-110%);
}

.form-row:has(input.error) input {
  border-bottom-color: red;
}
.form-row:has(input.error) label.error {
  display: none !important;
}
.form-row:has(input.error) label {
  transform: translateY(-110%);
}

.subindustry_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 54px 24px;
}
.subindustry_list li {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  font-size: 20px;
}
.subindustry_list li h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 18px;
  margin-top: -6px;
}

.mm-menu.mm-offcanvas,
.mm-menu.mm-offcanvas.mm-fullscreen {
  max-width: 513px;
}

.mm-navbars-bottom {
  border-top: 1px solid #1d211f;
  padding: 19px 0;
}

.mm-navbars-bottom > .mm-navbar,
.theme_button_containner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
.mm-navbars-bottom > .mm-navbar .theme_text,
.theme_button_containner .theme_text {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  transition: all 0.3s;
  color: #8B8B8B;
}

.theme_button_containner:hover .theme_text {
  transition: all, 0.4s;
}
.theme_button_containner:hover .theme_text.dark, .dark .theme_button_containner:hover .theme_text {
  color: #fff;
}
.theme_button_containner:hover .theme_text.light, .light .theme_button_containner:hover .theme_text {
  color: #171A17;
}
.theme_button_containner:hover .theme_text.default, .default .theme_button_containner:hover .theme_text {
  color: #171A17;
}

html.mm-right.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
  transform: translate3d(-512px, 0, 0);
}

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 137px;
  padding-left: 51px;
  padding-right: 32px;
  padding-bottom: 55px;
}
.mm-panels > .mm-panel.mm-hasnavbar::before {
  display: none;
}

.mm-panel .mm-navbar {
  padding-right: 27px;
  padding-left: 51px;
}

.mm-prev {
  left: 51px !important;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 0;
  margin-bottom: 20px;
}

.mm-navbar .mm-title {
  padding: 24px 0 0;
}

.mm-menu .close {
  top: 35px;
  width: 25px;
  height: 25px;
}
.mm-menu .close svg {
  width: 100%;
  height: 100%;
}

ul:not(.not__list) li,
ol:not(.not__list) li {
  margin-bottom: 25px;
}

.mm-listview > li > a,
.mm-listview > li > span {
  padding: 0 10px 0 0px;
  min-height: 31px;
  font-size: 24px;
}

#get_in_touch.open .get_in_touch,
#get_in_touch.open .contact,
#contacts.open .get_in_touch,
#contacts.open .contact {
  box-shadow: 0 4px 50px 0 rgba(255, 255, 255, 0.02);
}

@media (max-width: 1700px) {
  .map-content {
    width: auto;
    max-width: calc(100% - 408px);
  }
}
@media (max-width: 1650px) {
  footer .limit {
    grid-template-columns: auto auto 40%;
  }
  .article__block {
    grid-template-columns: 432px 1fr;
  }
  .related__services {
    grid-area: inherit;
  }
  .related__services-content {
    transform: none !important;
    padding-bottom: 0;
    margin-bottom: 60px;
  }
  .article__sidebar {
    grid-area: 2/1/6/2;
  }
  .similar__articles {
    grid-area: 5/2/5/3;
  }
  .similar__articles-container {
    grid-template-columns: repeat(1, 1fr);
    max-width: 420px;
  }
  .choose-item {
    min-width: initial;
  }
}
@media (max-width: 1520px) {
  .insights__slider__block .process-grid,
  .blog__container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1521px) and (min-width: 1100px) {
  .insights__slider__block .process-grid .card:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1450px) {
  .lets__talk {
    padding: 90px 76px;
  }
  .lets__talk img {
    width: 440px;
    margin-right: -70px;
  }
  .cv__block {
    grid-template-columns: 410px 1fr;
  }
  .industries__block .pic,
  .industries__block form,
  .service__description .pic,
  .service__description form,
  .help__block .pic,
  .help__block form {
    width: 410px;
    margin-right: 30px;
  }
  .main__block .staff {
    max-width: 422px;
  }
  .main__block .limit > .text {
    max-width: calc(100% - 450px);
  }
  .breadcrumbs.project__crumbs {
    /* margin-bottom: 102px; */
    margin-bottom: 60px;
  }
}
@media (max-width: 1366px) {
  .main__block h1:not(.heading) {
    font-size: clamp(50px, 3.229vw, 62px);
  }
  .main__block .video__container .order__button {
    width: clamp(126px, 17.13vw, 234px);
  }
  .main__block .video__container .order__button .text {
    padding: 10px;
    font-size: clamp(16px, 1.464vw, 20px);
  }
  .main__block .video__container .order__button .arrow {
    width: clamp(22px, 2.489vw, 34px);
  }
  .order__button {
    width: clamp(216px, 25.915vw, 354px);
  }
  footer .limit {
    grid-template-columns: auto auto clamp(216px, 25.915vw, 354px);
    grid-gap: 0 40px;
  }
  .footer__menu ul {
    max-width: 230px;
  }
  footer .contact__info {
    margin-right: 0;
  }
  section {
    margin-bottom: clamp(150px, 14.934vw, 204px);
  }
  .awards__container {
    grid-template-columns: repeat(4, 1fr);
  }
  .awards-item .name {
    font-size: 18px;
    font-weight: 300;
  }
  .article__block {
    grid-template-columns: 300px 1fr;
  }
  h1 {
    font-size: clamp(50px, 4.539vw, 62px);
  }
  h2 {
    font-size: clamp(46px, 3.953vw, 54px);
  }
  h3 {
    font-size: clamp(40px, 3.367vw, 46px);
  }
  h4 {
    font-size: clamp(34px, 2.782vw, 38px);
  }
  h5 {
    font-size: clamp(20px, 1.611vw, 22px);
  }
  h6 {
    font-size: clamp(18px, 1.464vw, 20px);
  }
}
@media (max-width: 1300px) {
  header .limit {
    grid-template-columns: auto auto 1fr;
  }
  .services-pic {
    width: 360px;
  }
  .vision__pics,
  .approach__pics {
    width: 170px;
    min-width: 170px;
  }
  .vision__nav,
  .approach__nav {
    width: 300px;
    min-width: 300px;
  }
  .vision__content,
  .approach__content {
    width: calc(100% - 300px - 170px - 60px);
  }
  .vision-item {
    height: auto !important;
  }
  .case__main .limit {
    display: flex;
    grid-gap: 0;
    flex-direction: column;
  }
  .case__main .text {
    order: 3;
    max-width: 895px;
    margin: 0 auto;
  }
  .case__main .pic {
    margin: 42px auto 144px;
    max-width: 895px;
  }
  .case__main .order__button {
    left: 80px;
    margin-left: 0;
  }
  .services__links-item {
    display: flex;
    flex-direction: column;
  }
  .services__links-item a {
    width: 100%;
  }
  .industries__block form,
  .service__description form,
  .help__block form {
    width: 380px;
    margin-right: 30px;
  }
  .industries__item {
    flex-direction: column;
  }
  .industries__item-content {
    margin-right: 0;
    margin-bottom: 60px;
  }
  .slick-vertical .slick-slide {
    width: 100%;
  }
  .map-content {
    width: 100% !important;
  }
  .map-content {
    max-width: 100%;
    margin: 0;
  }
  .map {
    aspect-ratio: initial;
    height: 392px;
  }
  .map-content,
  .map-item {
    max-width: inherit;
  }
  .head .heading-block {
    max-width: calc(100% - 300px);
  }
}
@media (max-width: 1200px) {
  .subindustry_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .main__block .staff {
    display: none;
  }
  .main__block .limit > .text {
    max-width: 100%;
  }
  .main__block .video__container {
    margin-top: 100px;
  }
  .main__block .full__staff {
    display: none;
  }
  .industry__container {
    grid-template-columns: repeat(2, 1fr);
  }
  .choose-item span {
    font-size: 54px;
  }
  footer .limit {
    grid-template-columns: 1fr clamp(216px, 25.915vw, 354px);
  }
  footer .copyright {
    grid-column: span 2;
  }
  footer .order__button-container {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  footer .heading {
    grid-column: span 1;
  }
  .footer__menu ul {
    -moz-column-count: initial;
         column-count: initial;
    -moz-column-gap: 0;
         column-gap: 0;
    display: flex;
    justify-content: space-between;
  }
  .footer__menu ul li {
    width: auto;
  }
  .footer__menu {
    grid-column: span 2;
  }
  .stack__container {
    grid-template-columns: repeat(8, 1fr);
  }
  footer .contact__info {
    flex-wrap: wrap;
    gap: 26px;
  }
  footer .contact__info .buttons {
    width: 100%;
  }
  h1 {
    font-size: clamp(30px, 4.167vw, 50px);
  }
  h2 {
    font-size: clamp(28px, 3.833vw, 46px);
  }
  h3 {
    font-size: clamp(26px, 3.333vw, 40px);
  }
  h4 {
    font-size: clamp(24px, 3.333vw, 34px);
  }
  h5:not(.heading) {
    font-size: 20px;
  }
  h6:not(.heading) {
    font-size: 18px;
  }
  .cv__block {
    grid-template-columns: 300px 1fr;
  }
  .cv__block .team-item:nth-child(-n+6) .name {
    font-size: 40px;
  }
  .footer__menu ul {
    max-width: inherit;
  }
  .footer__menu {
    padding: 40px 0 87px;
  }
}
@media (max-width: 1100px) {
  .choose-item {
    font-size: 14px;
  }
  .insights__slider__block .process-grid,
  .blog__container {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px 20px;
  }
  .next__project .pic img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .lets__talk {
    flex-direction: column;
  }
  .lets__talk .text {
    margin-right: 0;
    margin-bottom: -175px;
  }
  .next__project {
    flex-direction: column;
  }
  .next__project .pic {
    width: 100%;
  }
  .next__project-content {
    width: 100%;
  }
  .industries__block,
  .service__description,
  .help__block {
    flex-direction: column;
  }
  .industries__block form,
  .service__description form,
  .help__block form {
    width: 100%;
    margin-right: 0;
    max-width: 800px;
    margin-bottom: 60px;
  }
  .industries__block .pic,
  .industries__block form,
  .service__description .pic,
  .service__description form,
  .help__block .pic,
  .help__block form {
    margin: 0 auto 60px;
    max-width: 100%;
  }
  .industries__block .pic.sticky,
  .industries__block form.sticky,
  .service__description .pic.sticky,
  .service__description form.sticky,
  .help__block .pic.sticky,
  .help__block form.sticky {
    padding-bottom: 0;
    transform: none !important;
  }
  .industries__block .text {
    max-width: 100%;
    width: 100%;
    order: -1;
    margin-bottom: 60px;
  }
  .next__project-content .text a {
    display: inline-block;
  }
  .next__project-content .text a .arrow {
    display: inline-flex;
  }
}
@media (max-width: 1024px) {
  .services-pic {
    width: 256px;
  }
  .services-pic {
    width: 100%;
    max-width: 620px;
    margin: 0;
    margin-bottom: 42px;
    aspect-ratio: 62/45;
  }
  .services-pic .services-slider {
    max-width: 100%;
  }
  .services-pic .services-slider .slick-list,
  .services-pic .services-slider .slick-track {
    height: 100%;
  }
  .services-pic .services-slider .slide {
    aspect-ratio: auto;
  }
  .services-pic .services-slider .slide img {
    aspect-ratio: auto;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .services__links-item .title,
  .accordion-item .title {
    font-size: 24px;
  }
  .services .subservices-item {
    height: 27px;
    font-size: 10px;
  }
  .choose-item span {
    font-size: 40px;
  }
  .awards__container {
    grid-template-columns: repeat(3, 1fr);
  }
  .awards-item .name {
    font-size: 16px;
  }
  .services__links-item::before,
  .accordion-item::before {
    font-size: 24px;
  }
  .services__links-item,
  .accordion-item {
    padding: 0 0 12px 50px;
  }
  .cases .case {
    transition: all, 0.5s;
    transform: translateX(100%);
  }
  .cases .case:nth-child(2n) {
    transform: translateX(-100%);
  }
  .cases .case.fix {
    transform: translateX(0%);
  }
  .cases .case.show {
    transform: translateX(0);
    opacity: 1;
  }
  /*
    .insights__slider__block {
        margin-bottom: clamp(150px, 14.934vw, 204px);
        height: auto !important;


    .insights__slider__block .process-grid {
        width: 443px;
        display: block;
        max-width: 100%;
        margin: 0 auto 0 0;

        .card {
            min-width: initial;
        }

        .slick-list {
            overflow: initial;
        }

        &:not(.slick-initialized) {
            .card {
                display: none;

                &:nth-child(1) {
                    display: block;
                }
            }
        }
    }*/
  .article__sidebar-content {
    padding-bottom: 0;
    position: sticky;
    top: 0;
  }
  .cv__block .sidebar__content {
    padding-bottom: 0;
  }
  .services__links-item a {
    padding-top: 0;
    gap: 15px;
  }
  .services {
    flex-direction: column;
  }
  .services__links-item.active a,
  .services__links-item a:hover {
    color: inherit;
  }
  .choose__table {
    width: 100%;
    display: inline-grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 42px 30px;
    margin-top: 40px;
  }
  .choose__table .choose-item {
    padding: 18px 0 0;
    border-top: 1px solid;
    border-right: none;
    transition: all, 0.4s;
  }
  .choose__table .choose-item.dark, .dark .choose__table .choose-item {
    border-top-color: #1D211F;
  }
  .choose__table .choose-item.light, .light .choose__table .choose-item {
    border-top-color: #E6E6E8;
  }
  .choose__table .choose-item.default, .default .choose__table .choose-item {
    border-top-color: #E6E6E8;
  }
  .choose__table .choose-item:after {
    display: none;
  }
}
@media (max-width: 900px) {
  .main__block .order__button .arrow {
    margin-bottom: 12px;
  }
  .right__container a[href^="tel:"] {
    display: none;
  }
  .cases .nums {
    margin-bottom: 30px;
    width: 100%;
  }
  .main__block .video__container .order__button {
    left: 30px;
  }
  .main__block .video__container img,
  .main__block .video__container video,
  .main__block .video__container iframe {
    border-radius: 10px;
  }
  .about__video {
    -webkit-clip-path: inset(0 round 10px);
  }
  .case .pic {
    border-radius: 10px;
  }
  .cases .case {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .cases .case:last-of-type {
    margin-bottom: 0;
  }
  .cases {
    display: flex;
    flex-direction: column;
    max-width: 726px;
    margin: 0 auto;
    gap: 0;
  }
  .cases .case:nth-child(2n+1) {
    margin-top: 0;
  }
  .cases .case {
    transition: all, 0.5s;
    transform: translateX(-100%);
  }
  .cases .case.fix {
    transform: translateX(0%);
  }
  .cases .case.show {
    transform: translateX(0);
    opacity: 1;
  }
  .team__container {
    grid-template-columns: repeat(3, 1fr);
  }
  .vision-item h3,
  .approach-item h3 {
    font-size: 30px;
  }
  .services__links-item,
  .accordion-item {
    position: relative;
    padding: 0 0 12px 50px;
    counter-increment: counter;
    border-bottom: 1px solid;
    margin-bottom: 12px;
    transition: all, 0.4s;
  }
  .choose-item {
    padding: 0 25px;
    font-size: 16px;
  }
  .head .heading-block {
    opacity: 1 !important;
    transform: scale(1) !important;
  }
  .head .heading-block:last-of-type {
    margin-bottom: 0;
  }
  .head .heading-block + * {
    margin-top: 24px;
  }
  header .limit {
    grid-template-columns: auto auto 1fr;
  }
  .head {
    flex-direction: column;
  }
  .head .heading-block {
    max-width: 100%;
  }
  .head .tags {
    order: inherit;
    margin-top: 30px;
  }
  .head .button {
    margin-top: 30px;
  }
  section {
    margin-bottom: 150px;
  }
  .comments-arrows {
    display: none;
  }
  .stack__container {
    grid-template-columns: repeat(6, 1fr);
  }
  .seo__block .limit .pic {
    display: none;
  }
  .seo__block .limit .text {
    width: 100%;
    margin-right: 0;
  }
  #get_in_touch .get_in_touch,
  #get_in_touch .contact,
  #contacts .get_in_touch,
  #contacts .contact {
    padding: 75px 110px 60px;
  }
  .industry-item .pic {
    width: 95px;
  }
  .industry-item {
    padding-left: 113px;
  }
  .passionate__block {
    flex-direction: column;
  }
  .passionate__block .text {
    width: 100%;
  }
  .passionate__block .choose__table {
    width: 100%;
  }
  .passionate__block .pic {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
  }
  .awards__container {
    grid-gap: 30px;
  }
  .article__block {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .article__sidebar-content {
    padding-bottom: 0;
    transform: none !important;
    margin-bottom: 60px;
  }
  .breadcrumbs {
    margin-bottom: 12px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .cv__block {
    display: flex;
    gap: 0;
    flex-direction: column;
  }
  .cv__block .sidebar {
    transform: none !important;
    padding-bottom: 0;
    width: 300px;
    max-width: 100%;
    margin: 0 auto 60px;
  }
  .cv__block .sidebar__content {
    padding-bottom: 0;
  }
  .cv__block .team-item {
    align-items: center;
    text-align: center;
  }
  .lets__talk {
    padding: 50px 30px;
  }
  .lets__talk img {
    margin-right: -60px;
  }
  .lets__talk img {
    transform: translateY(50px);
  }
  .similar__articles-container {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }
  .breadcrumbs.project__crumbs {
    margin-bottom: 50px;
  }
  .case__main .order__button {
    width: 126px;
    margin-bottom: -64px;
  }
  .case__main .order__button .text {
    font-size: 16px;
    padding: 10px;
  }
  .case__main .order__button {
    left: 35px;
  }
  .case__main .order__button .arrow {
    width: 12px;
  }
  .case__main .pic {
    margin: 42px auto 77px;
  }
  .comments {
    width: calc(100% + 48px);
  }
  .comments .slick-list {
    padding: 0 50px 0 0 !important;
    overflow: hidden;
    transition: all, 0.4s;
  }
  .comments .slick-list:after {
    content: "";
    width: 100px;
    height: 100px;
    transform: translate(50%, 50%);
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    border-radius: 20px 0 0 0;
  }
  .comments .slick-list.dark:after, .dark .comments .slick-list:after {
    background: radial-gradient(ellipse at center, #171A17 0%, #171A17 15%, rgba(23, 26, 23, 0) 100%);
  }
  .comments .slick-list.light:after, .light .comments .slick-list:after {
    background: radial-gradient(ellipse at center, #fff 0%, #fff 15%, rgba(255, 255, 255, 0) 100%);
  }
  .comments .slick-list.default:after, .default .comments .slick-list:after {
    background: radial-gradient(ellipse at center, #fff 0%, #fff 15%, rgba(255, 255, 255, 0) 100%);
  }
  .vision__pics,
  .approach__pics {
    width: 300px;
    min-width: 300px;
  }
  .approach__content {
    width: calc(100% - 300px - 60px);
  }
  .vision,
  .approach {
    flex-wrap: wrap;
  }
  .vision__nav,
  .approach__nav {
    width: 100%;
    margin-right: 0;
  }
  .vision__content {
    width: 100%;
  }
  .vision__nav,
  .approach__nav {
    min-height: 0;
    border-right: none;
  }
  .vision__nav li,
  .approach__nav li {
    margin-bottom: 0;
    white-space: nowrap;
    margin-right: 20px;
  }
  .vision__nav li.active,
  .approach__nav li.active {
    padding-left: 0;
  }
  .vision__nav li:first-of-type,
  .approach__nav li:first-of-type {
    margin-left: 30px;
  }
  .vision__nav,
  .approach__nav {
    transition: all, 0.4s;
  }
  .vision__nav.dark:before, .dark .vision__nav:before,
  .approach__nav.dark:before,
  .dark .approach__nav:before {
    background-color: #1D211F;
  }
  .vision__nav.light:before, .light .vision__nav:before,
  .approach__nav.light:before,
  .light .approach__nav:before {
    background-color: #E6E6E8;
  }
  .vision__nav.default:before, .default .vision__nav:before,
  .approach__nav.default:before,
  .default .approach__nav:before {
    background-color: #E6E6E8;
  }
  .vision__nav:before,
  .approach__nav:before {
    content: "";
    position: absolute;
    top: 34px;
    left: 35px;
    width: calc(100% - 32px);
    height: 4px;
  }
  .vision__nav ul,
  .approach__nav ul {
    display: flex;
    overflow-x: auto;
    padding-bottom: 15px;
    margin: 0 -30px 15px;
    position: relative;
    width: calc(100% + 60px);
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .vision__nav ul::-webkit-scrollbar,
  .approach__nav ul::-webkit-scrollbar {
    display: none;
  }
  .vision__nav li,
  .approach__nav li {
    transition: all, 0.4s;
  }
  .vision__nav li.dark:before, .dark .vision__nav li:before,
  .approach__nav li.dark:before,
  .dark .approach__nav li:before {
    background-color: #1D211F;
  }
  .vision__nav li.light:before, .light .vision__nav li:before,
  .approach__nav li.light:before,
  .light .approach__nav li:before {
    background-color: #E6E6E8;
  }
  .vision__nav li.default:before, .default .vision__nav li:before,
  .approach__nav li.default:before,
  .default .approach__nav li:before {
    background-color: #E6E6E8;
  }
  .vision__nav li:before,
  .approach__nav li:before {
    top: 100%;
    width: 100%;
    height: 4px;
    opacity: 1;
  }
  .vision__nav li.active:before,
  .approach__nav li.active:before {
    background-color: #FE3D43;
  }
  .next__project-content {
    padding: 48px 54px 81px;
  }
  .next__project-content .next {
    font-size: 28px;
    margin-bottom: 42px;
  }
  .next__project-content .text a {
    font-size: 46px;
  }
  .next__project-content .text a .arrow {
    margin-top: 0;
    width: 32px;
    margin-left: 10px;
    transform: translateY(8px);
  }
  .article__block .breadcrumbs {
    order: -2;
  }
  .article__heading {
    order: -1;
    padding-bottom: 18px;
    transition: all, 0.4s;
  }
  .article__heading.dark, .dark .article__heading {
    border-bottom: 1px solid #1D211F;
  }
  .article__heading.light, .light .article__heading {
    border-bottom: 1px solid #E6E6E8;
  }
  .article__heading.default, .default .article__heading {
    border-bottom: 1px solid #E6E6E8;
  }
  #get_in_touch h2,
  #contacts h2 {
    font-size: 40px;
  }
  .subheading,
  .passionate__block .text p,
  .passionate__block .text li {
    font-size: 18px;
  }
  #get_in_touch .get_in_touch h3,
  #contacts .get_in_touch h3 {
    font-size: 28px;
  }
  .awards-item .name {
    font-size: 14px;
  }
  .main__block h1:not(.heading) {
    font-size: clamp(30px, 3.906vw, 50px);
  }
  .main__block .text p:not(.subheading) {
    font-size: clamp(16px, 2.222vw, 20px);
  }
  h1.heading,
  h2.heading,
  h3.heading,
  h4.heading,
  h5.heading,
  h6.heading {
    font-size: clamp(40px, 9.115vw, 70px);
  }
  h1.heading:before,
  h2.heading:before,
  h3.heading:before,
  h4.heading:before,
  h5.heading:before,
  h6.heading:before {
    top: clamp(40px, 9.115vw, 70px);
  }
  .services__links.faq,
  .accordion.faq {
    padding-top: 24px;
  }
  .faq__block .accordion-item {
    padding: 0 0 24px 60px;
  }
}
@media (max-width: 768px) {
  #get_in_touch .get_in_touch,
  #get_in_touch .contact,
  #contacts .get_in_touch,
  #contacts .contact {
    padding: 75px 30px 60px;
  }
  .vision__content ul li,
  .vision__content ol li {
    padding-left: 35px;
  }
  .vision__content ol:not(.not__list) li::before {
    width: 30px;
  }
  .industry-item .title {
    font-size: 20px;
  }
  .industry-item p {
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  .subindustry_list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .services {
    flex-direction: column;
  }
  .services .services__links,
  .services .accordion {
    margin-left: 0;
  }
  .services-pic {
    margin-bottom: 23px;
    opacity: 1 !important;
    transform: scale(1) !important;
  }
  section {
    margin-bottom: 120px;
  }
  .industry-item p {
    display: none;
  }
  .industry-item .more {
    display: none;
  }
  .industry-item {
    padding-left: 0;
    transform-origin: center;
    text-align: center;
    align-items: center;
  }
  .industry-item .pic {
    position: static;
    margin-bottom: 12px;
  }
  .industry__container {
    grid-gap: 30px;
  }
  .vision,
  .approach {
    flex-direction: column;
    align-items: center;
  }
  .vision__pics,
  .approach__pics {
    margin: 0 auto 30px;
    order: -1;
  }
  .vision__nav,
  .approach__nav {
    order: -2;
  }
  .vision__content,
  .approach__content {
    width: 100%;
  }
  .comments,
  .vision,
  .approach {
    transform: translateX(0%) !important;
  }
  .comments {
    width: calc(100% + 48px);
  }
  .choose__table {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .choose__table .choose-item {
    padding: 24px 0 0;
    margin-bottom: 24px;
  }
  .choose__table .choose-item:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .choose__table .choose-item:first-of-type {
    padding-top: 0;
    border-top: none;
  }
  .choose-item::after {
    width: 100%;
    height: 1px;
    top: 100%;
  }
  footer .order__button-container {
    grid-row: 1/2;
  }
  footer .contact__info {
    grid-column: span 2;
  }
  footer .contact__info .buttons {
    flex-wrap: wrap;
  }
  .similar__articles-container {
    grid-template-columns: repeat(1, 1fr);
    max-width: 420px;
    margin: 0 auto;
  }
  .industries__block .text ul,
  .service__description .text ul,
  .help__block .text ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
  .approach-item {
    height: auto !important;
  }
  .breadcrumbs.project__crumbs {
    margin-bottom: 20px;
  }
  .insights__slider__block .process-grid,
  .blog__container {
    grid-template-columns: repeat(1, 1fr);
    max-width: 480px;
    margin: 0 auto;
    grid-gap: 30px;
  }
  .vision__pics,
  .approach__pics {
    margin: 0 auto 30px 0;
  }
  .vision__pics,
  .approach__pics {
    width: clamp(150px, 40vw, 300px);
    min-width: 150px;
  }
}
@media (max-width: 650px) {
  .paginator {
    margin-top: 60px;
  }
  .paginator li {
    margin: 0 5px 0 !important;
  }
  .paginator li a,
  .paginator li span {
    width: 34px;
    font-size: 16px;
  }
  .paginator li a svg,
  .paginator li span svg {
    max-width: 55%;
  }
  .mm-menu.mm-offcanvas.mm-right {
    left: 0;
    width: 100%;
    max-width: 100%;
  }
  html.mm-right.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    transform: translate3d(-100%, 0, 0);
  }
}
@media (max-width: 600px) {
  header {
    transition: all, 0.4s;
  }
  header.hide {
    transform: translateY(-110%);
  }
  .footer__menu ul {
    display: block;
    -moz-column-count: 4;
         column-count: 4;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .footer__menu ul li {
    width: 100%;
  }
  .vision__content ul,
  .vision__content ol {
    -moz-column-count: initial;
         column-count: initial;
  }
  .insights__slider__block .process-grid,
  .blog__container {
    max-width: 380px;
    margin: 0 auto;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 24px;
  }
  h5:not(.heading) {
    font-size: 20px;
  }
  h6:not(.heading) {
    font-size: 18px;
  }
  .lets__talk .text {
    margin-bottom: 0;
  }
  .lets__talk img {
    margin: 0 auto;
    max-width: 100%;
  }
  .next__project-content .text a {
    font-size: 30px;
    position: relative;
  }
  .next__project-content .text a .arrow {
    width: 24px;
    margin-left: 8px;
    transform: translateY(6px);
  }
  .next__project-content .next {
    font-size: 20px;
  }
  .passionate__block .choose__table {
    display: flex;
    grid-gap: 0;
  }
}
@media (max-width: 550px) {
  header {
    padding: 10px 0;
  }
  header .limit::after {
    bottom: -18px;
  }
  .cont__button-mob {
    display: flex;
  }
  .fixed__buttons {
    right: 8px;
  }
  header .limit {
    grid-template-columns: 1fr auto 1fr;
  }
  header .limit::after {
    width: calc(100% - 32px);
  }
  .footer__menu {
    padding: 40px 0 54px;
  }
  footer .heading {
    margin-top: -25px;
  }
  footer {
    padding-top: 60px;
  }
  header .limit .logo svg:first-of-type {
    display: none;
  }
  header .limit .logo svg:last-of-type {
    display: block;
  }
  h1.heading,
  h2.heading,
  h3.heading,
  h4.heading,
  h5.heading,
  h6.heading {
    font-size: 40px;
  }
  h1.heading::before,
  h2.heading::before,
  h3.heading::before,
  h4.heading::before,
  h5.heading::before,
  h6.heading::before {
    top: 42px;
  }
  .services__links-item .title,
  .accordion-item .title {
    font-size: 20px;
  }
  p,
  li {
    font-size: 16px;
  }
  .services__links-item::before,
  .accordion-item::before {
    font-size: 20px;
  }
  .accordion-item {
    padding: 0 0 12px 33px;
  }
  .team__container {
    grid-template-columns: repeat(2, 1fr);
  }
  .limit {
    padding: 0 16px;
  }
  .industry-item .title {
    font-size: 20px;
    font-weight: 400;
  }
  .case .title {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .case .arrow {
    margin-bottom: -12px;
    width: 12px;
  }
  .comments {
    width: calc(100% + 48px);
  }
  .comment-head::after {
    width: 42px;
    height: 32px;
    -webkit-mask-size: contain;
  }
  .comment-head {
    height: 75px;
    padding-left: 92px;
    padding-right: 50px;
  }
  .comment-head .pic {
    width: 75px;
  }
  .comment-head .pic.positive::after,
  .comment-head .pic.negative::after {
    width: 29px;
    background-size: 14px auto;
  }
  .stack__container {
    grid-template-columns: repeat(4, 1fr);
  }
  .stack-item {
    font-size: 14px;
  }
  .services__links-item:before {
    font-size: 24px;
  }
  .services__links-item .arrow {
    width: 14px;
    min-width: 14px;
    margin-top: 10px;
  }
  .faq__block .accordion-item {
    padding-left: 40px;
  }
}
@media (max-width: 480px) {
  .mm-menu.mm-fullscreen {
    width: 100% !important;
  }
  .layout {
    padding-top: 88px;
  }
  section {
    margin-bottom: 120px;
  }
  .cases .nums span {
    font-size: 40px;
  }
  .cases .nums p {
    width: 140px;
    font-size: 16px;
  }
  .cases .nums {
    padding: 21px 30px;
    height: auto;
  }
  .cases .case {
    transition: all, 0.4s;
  }
  .cases .case.show {
    transform: translateX(0);
    opacity: 1;
  }
  .footer__menu ul {
    -moz-column-count: 2;
         column-count: 2;
    max-width: 190px;
  }
  .team-item .name {
    font-size: 14px;
  }
  .team-item {
    font-size: 12px;
  }
  .team-item:nth-child(-n+6) {
    font-size: 14px;
  }
  .team__container {
    grid-gap: 30px 20px;
  }
  .comments {
    width: calc(100% + 36px);
  }
  .comment-head {
    padding-right: 0;
  }
  .comment-head .name {
    font-size: 18px;
    padding-right: 30px;
  }
  .comment-head {
    font-size: 12px;
  }
  .stack__container {
    grid-template-columns: repeat(3, 1fr);
  }
  .stack-item {
    font-size: 12px;
  }
  .tags .tag {
    padding: 0 10px;
    height: 27px;
    font-size: 10px;
  }
  .tags {
    gap: 6px;
  }
  .tags {
    margin-bottom: 42px;
  }
  #get_in_touch .need-item .tag,
  #contacts .need-item .tag {
    padding: 0 18px;
    height: 36px;
    font-size: 12px;
  }
  .card .info-item {
    font-size: 10px;
  }
  .insights__slider__block .process-grid .card {
    min-width: initial;
    max-width: calc(100vw - 44px);
    margin-right: 20px;
  }
  .card .info {
    gap: 8px 12px;
  }
  .order__button {
    width: 132px;
  }
  .order__button .text span {
    font-size: 14px;
  }
  .order__button .text {
    font-size: 18px;
  }
  .order__button .arrow {
    margin-bottom: 6px;
    width: 17px;
  }
  footer .contact__info {
    gap: 20px;
  }
  footer .contact__info {
    display: flex;
  }
  footer .copyright {
    display: flex;
    flex-direction: column-reverse;
  }
  footer .copyright a {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .footer__menu ul li {
    margin-bottom: 25px;
  }
  footer .limit {
    grid-template-columns: 1fr auto;
  }
  .awards__container {
    grid-template-columns: repeat(2, 1fr);
  }
  .awards-item .name {
    font-size: 12px;
  }
  #get_in_touch .form,
  #contacts .form {
    margin-bottom: 0;
  }
  #get_in_touch .need,
  #contacts .need {
    margin: 12px 0 30px;
  }
  .vision-pic,
  .approach-pic {
    width: 300px;
    height: 300px;
  }
  footer .contact__info a:not(.button) {
    font-size: 18px;
  }
  .mm-navbar {
    padding: 0 16px;
  }
  .mm-listview .mm-next + a,
  .mm-listview .mm-next + span {
    margin-right: 35px;
  }
  .mm-listview .mm-next {
    width: 35px;
  }
  .mm-next::after {
    right: 5px;
  }
  .mm-menu .close {
    right: 32px;
  }
  .mm-prev {
    left: 12px !important;
  }
  .mm-panels > .mm-panel.mm-hasnavbar {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mm-listview > li > a,
  .mm-listview > li > span {
    padding-right: 16px;
  }
  .mm-listview .mm-next {
    right: 16px !important;
  }
  .mm-panel .mm-navbar {
    padding-left: 16px;
    padding-right: 32px;
  }
  .insights__slider__block {
    height: auto !important;
  }
  .insights__slider__block {
    margin-bottom: 120px;
  }
  .comments .slick-list {
    padding: 0 30px 0 12px !important;
  }
  .comments.slick-initialized .comment {
    margin: 0 12px;
  }
  .cv__block .team-item:nth-child(-n+6) .name {
    font-size: 26px;
  }
  #get_in_touch .get_in_touch,
  #get_in_touch .contact,
  #contacts .get_in_touch,
  #contacts .contact {
    padding: 75px 15px 60px;
  }
  .button {
    padding: 12px 30px;
  }
  #get_in_touch .get_in_touch .cross,
  #get_in_touch .contact .cross,
  #contacts .get_in_touch .cross,
  #contacts .contact .cross {
    top: 30px;
    right: 30px;
  }
  .choose-item span {
    margin-bottom: 6px;
  }
  .choose-item {
    padding: 0 0 12px;
    margin-bottom: 12px;
  }
  .case .arrow {
    margin-bottom: -24px;
  }
  .insights__slider__block .process-grid .card {
    max-width: 100%;
    margin-right: 0;
  }
  .insights__slider__block .process-grid,
  .blog__container {
    grid-gap: 30px;
  }
  .next__project-content .text a {
    font-size: 30px;
    padding-right: 50px;
    position: relative;
  }
  .next__project-content .text a .arrow {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .next__project-content {
    padding: 24px;
  }
  .next__project-content .text p {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
  .services__links-item {
    grid-gap: 0;
  }
  .industries__block .text h3,
  .service__description .text h3,
  .help__block .text h3 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  .paginator li {
    margin: 0 2px !important;
  }
  .paginator li a,
  .paginator li span {
    width: 32px;
  }
  .main__block h1:not(.heading) {
    font-size: 30px;
  }
  .main__block .text p:not(.subheading) {
    font-size: 16px;
  }
  .breadcrumbs a span {
    font-size: 12px;
  }
  .breadcrumbs a span.back span {
    font-size: 16px;
    font-weight: 400;
  }
  .comment {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  #get_in_touch .get_in_touch,
  #get_in_touch .contact,
  #contacts .get_in_touch,
  #contacts .contact {
    padding: 60px 15px 60px;
  }
  .button {
    padding: 10px 20px;
  }
  #get_in_touch .links,
  #contacts .links {
    margin-bottom: 30px;
  }
  #get_in_touch h3,
  #contacts h3 {
    margin-bottom: 20px;
  }
  #get_in_touch .other__contacts li,
  #contacts .other__contacts li {
    margin-bottom: 15px;
  }
  .form-row {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */