/*! ==========================================================================
 *  Normalize
 *  ========================================================================== */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
main {
  display: block
}
h1 {
  margin: .67em 0;
  font-size: 2em
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
pre {
  font-size: 1em;
  font-family: monospace,monospace
}
a {
  background-color: transparent
}
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: none
}
b,
strong {
  font-weight: bolder
}
code,
kbd,
samp {
  font-size: 1em;
  font-family: monospace,monospace
}
small {
  font-size: 80%
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  border-style: none
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-size: 100%;
  font-family: inherit;
  line-height: 1.15
}
button,
input {
  overflow: visible
}
button,
select {
  text-transform: none
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  display: table;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}
details {
  display: block
}
summary {
  display: list-item
}
template {
  display: none
}
[hidden] {
  display: none
}
/*! ==========================================================================
 *  Fonts
 *  ========================================================================== */
@font-face {
  font-weight: 400;
  font-family: "Fragment Mono";
  font-style: normal;
  src: url(../fonts/FragmentMono-Regular.woff2) format("woff2");
  font-display: swap
}
@font-face {
  font-weight: 600;
  font-family: "Murs Gothic";
  font-style: normal;
  src: url(../fonts/murs-gothic-massive.woff2) format("woff2");
  font-display: swap
}
/*! ==========================================================================
 *  Global styles
 *  ========================================================================== */
*,
::after,
::before {
  box-sizing: border-box
}
@media (max-width:428px) {
  html {
    font-size: clamp(11.9626168224px,3.738317757vw,16px)
  }
}
html {
  scroll-behavior: smooth
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  color: var(--color-spanish-gray);
  font-size: clamp(.626rem,.198vw + .573rem,.751rem);
  font-family: var(--font-family-primary);
  line-height: 1.667;
  letter-spacing: .0625em;
  text-transform: uppercase;
  background-color: var(--color-blackboard)
}
@media (max-width:61.98rem) {
  body {
    line-height: 1.5
  }
}
main {
  display: flex;
  flex-direction: column;
  flex-grow: 1
}
a {
  color: inherit;
  text-underline-offset: .25em
}
@media (any-hover:hover) {
  a:hover {
    text-decoration: none
  }
}
a:active {
  text-decoration: none
}
ol,
ul {
  padding-left: 1.5em
}
li {
  margin-bottom: .5em
}
dt {
  font-weight: 700
}
dd {
  margin-bottom: .5em
}
button,
input,
select,
textarea {
  font: inherit
}
audio,
iframe,
img,
video {
  display: block;
  max-width: 100%;
  margin: 1.5em 0
}
img {
  object-fit: cover;
  object-position: center
}
iframe {
  border: none
}
table {
  width: 100%;
  margin: 1.5em 0;
  border-collapse: collapse
}
td,
th {
  padding: .625em;
  text-align: left;
  border: 1px solid #d3d3d3
}
th {
  font-weight: 700;
  background-color: #d3d3d3
}
code {
  padding: .125em .375em;
  font-size: .95em;
  font-family: monospace;
  background-color: #d3d3d3
}
pre {
  padding: 1em;
  overflow-x: auto;
  background-color: #d3d3d3;
  border-radius: .375em
}
abbr {
  cursor: help
}
blockquote {
  margin: 1.5em 0;
  padding: 1em 1.5em;
  font-style: italic;
  border-left: .25em solid currentcolor
}
:focus {
  outline-width: 0!important
}
:focus-visible {
  outline-width: 2px!important;
  outline-offset: 5px!important
}
@-moz-document url-prefix() {
  :focus-visible {
    outline: 2px solid gold!important
  }
}
/*! ==========================================================================
 *  Variables
 *  ========================================================================== */
:root {
  --font-family-primary: "Fragment Mono",sans-serif;
  --font-family-secondary: "Murs Gothic",sans-serif;
  --transition-base: 0.3s ease;
  --transition-colors: color var(--transition-base),background-color var(--transition-base),border-color var(--transition-base);
  --transition-opacity: opacity var(--transition-base),visibility var(--transition-base);
  --color-black: #000;
  --color-black-rgb: 0,0,0;
  --color-white: #fff;
  --color-white-rgb: 255,255,255;
  --color-blackboard: #1c1c1c;
  --color-blackboard-rgb: 28,28,28;
  --color-spanish-gray: #a0a0a0;
  --color-spanish-gray-rgb: 160,160,160;
  --color-boulder: #7a7a7a;
  --color-boulder-rgb: 122,122,122;
  --color-extreme-green: #00a21e;
  --color-extreme-green-rgb: 0,162,30;
  --color-rich-gray: #3b3b3b;
  --color-rich-gray-rgb: 59,59,59;
  --color-mine-shaft: #323232;
  --color-mine-shaft-rgb: 50,50,50;
  --color-lena: #989898;
  --color-lena-rgb: 152,152,152;
  --color-transparent-black: #272727;
  --color-transparent-black-rgb: 39,39,39;
  --color-glossy-black: #252424;
  --color-glossy-black-rgb: 37,36,36;
  --color-vibrant-silver: #cecece;
  --color-vibrant-silver-rgb: 206,206,206;
  --color-vivid-malachite-green: #00e029;
  --color-vivid-malachite-green-rgb: 0,224,41;
  --color-medium-gray: #707070;
  --color-medium-gray-rgb: 112,112,112;
  --color-intense-black: #1a1919;
  --color-intense-black-rgb: 26,25,25;
  --color-aurora-black: #201f20;
  --color-aurora-black-rgb: 32,31,32;
  --sal-duration: 700ms
}
/*! ==========================================================================
 *  Utils
 *  ========================================================================== */
.list-reset {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none
}
.list-reset > li {
  margin-bottom: 0
}
.btn-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: inherit;
  text-align: center;
  text-decoration: none;
  background: 0 0;
  border: none;
  cursor: pointer
}
.btn-reset:disabled {
  cursor: not-allowed
}
.text-reset {
  margin-top: 0;
  margin-bottom: 0
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}
/*! ==========================================================================
 *  .page-wrapper
 *  ========================================================================== */
.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  overflow: clip
}
.page-wrapper__main {
  position: relative
}
/*! ==========================================================================
 *  .icon
 *  ========================================================================== */
.icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}
.icon--height-auto {
  height: auto
}
.icon--width-auto {
  width: auto
}
.icon img,
.icon svg {
  display: block;
  width: inherit;
  height: inherit;
  margin: 0;
  fill: currentcolor
}
.icon img {
  object-fit: contain;
  object-position: center
}
/*! ==========================================================================
 *  .logo
 *  ========================================================================== */
.logo {
  display: flex;
  align-items: center;
  max-width: clamp(10.189rem,8.202vw + 7.995rem,15.376rem);
  margin: 0;
  text-decoration: none
}
.logo img,
.logo svg {
  display: block;
  width: 75%;
  height: auto;
  margin: 0
}
/*! ==========================================================================
 *  .container
 *  ========================================================================== */
.container {
  --container-width: 83.751rem;
  --container-padding-x: clamp(1.001rem, 3.36vw + 0.102rem, 3.126rem);
  --container-calc-width: min(
    var(--container-width),
    calc(100% - 2 * var(--container-padding-x))
  );
  width: var(--container-calc-width);
  margin-right: auto;
  margin-left: auto
}
/*! ==========================================================================
 *  .button
 *  ========================================================================== */
.button {
  --button-icon-bg-color: transparent;
  --button-icon-border-color: var(--color-white);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: clamp(2.501rem,.988vw + 2.237rem,3.126rem);
  padding: .314rem 0;
  color: var(--color-white);
  font-weight: 600;
  font-size: .626rem;
  font-family: var(--font-family-secondary);
  line-height: 1.2;
  letter-spacing: .15em;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid var(--color-white);
  border-radius: 50px;
  cursor: pointer;
  transition: var(--transition-colors),var(--transition-opacity)
}
.button:disabled {
  cursor: not-allowed
}
@media (any-hover:hover) {
  .button:hover {
    --button-icon-bg-color: var(--color-extreme-green);
    --button-icon-border-color: var(--color-extreme-green)
  }
  .button:hover .icon {
    color: var(--color-white)
  }
}
.button:active {
  --button-icon-bg-color: var(--color-extreme-green);
  --button-icon-border-color: var(--color-extreme-green)
}
.button:active .icon {
  color: var(--color-white)
}
.button__text {
  margin-top: .314rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: clamp(1.251rem,1.877vw + .749rem,2.439rem);
  padding-left: clamp(1.251rem,1.877vw + .749rem,2.439rem)
}
.button .icon {
  margin-right: .314rem;
  font-size: clamp(1.876rem,.988vw + 1.612rem,2.501rem)
}
.button .icon path {
  transition: fill var(--transition-base),stroke var(--transition-base)
}
/*! ==========================================================================
 *  .splide
 *  ========================================================================== */
.splide {
  --splide-per-page: 1;
  --splide-gap: 1.251rem;
  --splide-width: 100%
}
.splide .splide__slide {
  width: var(--splide-width,calc((100% - var(--splide-gap) * (var(--splide-per-page) - 1))/ var(--splide-per-page)))
}
.splide .splide__slide:not(:last-child) {
  margin-right: var(--splide-gap)
}
.splide__track--visible {
  overflow: visible
}
.splide__slide {
  display: flex
}
.splide__counter {
  display: flex;
  gap: 2.501rem;
  align-items: center
}
.splide__counter span:nth-child(1),
.splide__counter span:nth-child(3) {
  min-width: 2.689rem;
  font-size: 2.001rem;
  line-height: 1.2;
  letter-spacing: 5%
}
.splide__counter span:nth-child(1) {
  color: var(--color-white)
}
.splide__counter span:nth-child(2) {
  position: relative;
  display: block;
  width: 3.751rem;
  height: 1px;
  background-color: currentcolor
}
.splide__counter span:nth-child(2)::after,
.splide__counter span:nth-child(2)::before {
  position: absolute;
  top: 50%;
  display: block;
  width: .376rem;
  border-radius: 50%;
  transform: translateY(-50%);
  content: "";
  aspect-ratio: 1
}
.splide__counter span:nth-child(2)::before {
  right: calc(100% + .876rem);
  background-color: var(--color-white)
}
.splide__counter span:nth-child(2)::after {
  left: calc(100% + .876rem);
  border: 1px solid currentcolor
}
/*! ==========================================================================
 *  .about
 *  ========================================================================== */
.about {
  overflow: hidden;
  background-color: var(--color-mine-shaft)
}
@media (max-width:47.98rem) {
  .about {
    padding-top: 3.126rem;
    padding-bottom: 3.126rem;
    background-color: var(--color-lena)
  }
}
.about .about__title {
  margin-top: 0;
  margin-bottom: 1.376rem;
  padding: 0 1.689rem;
  color: var(--color-transparent-black);
  font-size: clamp(1.689rem,2.075vw + 1.133rem,3.001rem);
  font-family: var(--font-family-secondary);
  line-height: 1.5;
  letter-spacing: .22em
}
@media (min-width:48rem) {
  .about .about__title {
    display: none
  }
}
.about__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: clamp(22.501rem,10.045vw + 16.273rem,25.314rem) 1fr;
  gap: clamp(.001rem,9.077vw + -4.357rem,3.814rem);
  padding-left: clamp(3.751rem,37.723vw + -19.638rem,14.314rem)
}
@media (max-width:61.98rem) {
  .about__inner {
    padding-left: 0
  }
}
@media (max-width:47.98rem) {
  .about__inner {
    grid-template-columns: 1fr;
    overflow: hidden;
    background-color: var(--color-mine-shaft);
    border-radius: .939rem
  }
}
.about__info {
  display: flex;
  flex-direction: column;
  gap: calc(1.88rem - clamp(.001rem,.988vw + -.264rem,.626rem));
  align-items: flex-start;
  padding: 5.626rem 0 3.751rem
}
@media (max-width:47.98rem) {
  .about__info {
    order: 1;
    padding: 2.189rem 2.189rem 2.626rem;
    background-color: var(--color-glossy-black);
    border-radius: .939rem
  }
}
.about__subtitle {
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: clamp(.001rem,.593vw + -.159rem,.376rem);
  color: var(--color-boulder);
  font-weight: 600;
  font-size: clamp(.626rem,.395vw + .52rem,.876rem);
  font-family: var(--font-family-secondary);
  line-height: 1.25;
  text-align: right
}
@media (max-width:47.98rem) {
  .about__subtitle {
    align-self: flex-start;
    text-align: left
  }
}
.about__subtitle b,
.about__subtitle span,
.about__subtitle strong {
  display: block;
  margin-top: calc(.31rem - clamp(.001rem,.494vw + -.132rem,.314rem));
  color: var(--color-white);
  font-size: clamp(1.001rem,.395vw + .895rem,1.251rem)
}
.about__text {
  margin-top: 0;
  margin-bottom: .626rem;
  text-align: justify
}
.about__features {
  display: flex;
  flex-direction: column;
  gap: 1.939rem;
  padding-left: clamp(.001rem,.395vw + -.106rem,.251rem)
}
.about__features-item:not(:last-child) {
  position: relative
}
.about__features-item:not(:last-child)::after {
  position: absolute;
  bottom: .189rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-rich-gray);
  content: ""
}
@media (max-width:47.98rem) {
  .about__features-item:not(:last-child)::after {
    display: none
  }
}
.about__feature {
  display: flex;
  gap: calc(1rem - clamp(.001rem,.593vw + -.159rem,.376rem));
  align-items: center;
  margin: 0;
  color: var(--color-white);
  font-weight: 600;
  font-family: var(--font-family-secondary);
  line-height: 1.72;
  letter-spacing: .05em
}
@media (width <= 380px) {
  .about__feature {
    gap: .626rem
  }
}
.about__feature-number {
  min-width: 5.001rem;
  color: var(--color-extreme-green);
  font-size: 1.501rem;
  line-height: 1.2
}
.about__feature-text {
  font-size: clamp(.626rem,.099vw + .6rem,.689rem)
}
.about__image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  align-self: flex-end;
  min-height: 100%
}
@media (max-width:47.98rem) {
  .about__image-wrapper {
    justify-content: center;
    margin-bottom: -.938rem;
    padding-bottom: .939rem;
    overflow: hidden
  }
}
.about__image-wrapper::before {
  position: absolute;
  top: 0;
  right: calc(-.5 * (100vw - min(var(--container-width),100vw - 2 * var(--container-padding-x))));
  z-index: -3;
  display: block;
  width: clamp(25.001rem,29.762vw + 10.715rem,37.501rem);
  height: 100%;
  background-color: var(--color-white);
  content: "";
  clip-path: polygon(calc(100% - clamp(9.751rem,14.229vw + 5.945rem,18.751rem)) 0,100% 0,100% 100%,0 100%)
}
@media (max-width:47.98rem) {
  .about__image-wrapper::before {
    width: clamp(20.001rem,23.529vw + 13.707rem,25.001rem)
  }
}
.about__image {
  z-index: -1;
  display: block;
  width: clamp(31.876rem,7.738vw + 28.162rem,35.126rem);
  max-width: unset;
  margin: 0;
  margin-left: clamp(-5rem,7.905vw + -7.115rem,.001rem);
  object-fit: contain;
  object-position: center top;
  pointer-events: none;
  aspect-ratio: 1
}
@media (max-width:47.98rem) {
  .about__image {
    width: clamp(23.064rem,32.647vw + 14.33rem,30.001rem);
    margin-left: 0
  }
}
.about__image-decor {
  position: absolute;
  top: -11.438rem;
  left: 2.314rem;
  z-index: -2;
  display: block;
  width: clamp(56.251rem,23.661vw + 44.894rem,66.189rem);
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  aspect-ratio: 1
}
@media (max-width:47.98rem) {
  .about__image-decor {
    left: -5rem;
    width: clamp(39.314rem,79.706vw + 17.992rem,56.251rem)
  }
}
/*! ==========================================================================
 *  .contacts
 *  ========================================================================== */
.contacts {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}
.contacts__container {
  padding: 5.501rem 0
}
@media (max-width:47.98rem) {
  .contacts__container {
    padding: 7.689rem 0
  }
}
.contacts__info {
  display: flex;
  gap: 2.251rem;
  max-width: clamp(34.376rem,3.36vw + 33.477rem,36.501rem);
  margin-right: auto;
  margin-left: auto;
  padding: 1.876rem;
  background: rgba(var(--color-vibrant-silver-rgb),.3);
  border-radius: .939rem;
  box-shadow: 4px 4px 50px 0 rgba(0,0,0,.25);
  -webkit-backdrop-filter: blur(.939rem);
  backdrop-filter: blur(.939rem)
}
@media (max-width:47.98rem) {
  .contacts__info {
    flex-direction: column;
    gap: .939rem;
    align-items: center;
    max-width: clamp(21.876rem,23.123vw + 15.691rem,36.501rem);
    padding: 2.501rem 1.876rem
  }
}
.contacts__left {
  display: flex;
  flex-direction: column;
  gap: 1.251rem;
  align-items: flex-start;
  justify-content: space-between
}
@media (max-width:47.98rem) {
  .contacts__left {
    display: contents
  }
}
.contacts__avatar {
  width: 6.814rem;
  overflow: hidden;
  background-color: var(--color-rich-gray);
  border: 3px solid var(--color-vivid-malachite-green);
  border-radius: 50%;
  aspect-ratio: 1
}
@media (max-width:47.98rem) {
  .contacts__avatar {
    order: -2
  }
}
.contacts__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center
}
.contacts__text {
  margin: 0;
  color: #7a7a7a;
  font-weight: 400;
  font-size: .626rem;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: justify;
  text-transform: none
}
@media (max-width:47.98rem) {
  .contacts__text {
    margin-bottom: .626rem
  }
  .contacts__text span {
    display: none
  }
}
.contacts__right {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: flex-end;
  text-align: right
}
@media (max-width:47.98rem) {
  .contacts__right {
    display: contents
  }
}
.contacts__title {
  margin-top: 0;
  margin-bottom: clamp(1.439rem,1.087vw + 1.148rem,2.126rem);
  margin-left: -3.125rem;
  color: var(--color-blackboard);
  font-weight: 600;
  font-size: clamp(1.001rem,.395vw + .895rem,1.251rem);
  font-family: var(--font-family-secondary);
  line-height: 1.5;
  letter-spacing: .1em
}
@media (max-width:47.98rem) {
  .contacts__title {
    order: -1;
    margin-bottom: .501rem;
    margin-left: 0;
    text-align: center
  }
}
.contacts__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.501rem
}
@media (max-width:35.98rem) {
  .contacts__list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.251rem;
    align-items: center;
    justify-content: space-between;
    width: 100%
  }
}
.contacts__list-item {
  position: relative;
  width: 100%
}
@media (max-width:35.98rem) {
  .contacts__list-item {
    width: unset
  }
}
.contacts__list-item:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: -1.25rem;
  display: block;
  width: 1px;
  height: 100%;
  background-color: var(--color-medium-gray);
  content: ""
}
@media (max-width:47.98rem) {
  .contacts__list-item:not(:last-child)::after {
    display: none
  }
}
.contacts__contact {
  display: flex;
  flex-direction: column;
  gap: .376rem;
  align-items: center;
  text-align: center
}
.contacts__contact-qr {
  width: 100%;
  max-width: clamp(7.501rem,1.976vw + 6.972rem,8.751rem);
  margin: 0;
  aspect-ratio: 1
}
@media (max-width:47.98rem) {
  .contacts__contact-qr {
    display: none
  }
}
.contacts__contact-link {
  margin: 0;
  color: var(--color-blackboard);
  font-weight: 600;
  font-size: .751rem;
  font-family: var(--font-family-secondary);
  letter-spacing: .17em;
  text-decoration: none;
  transition: var(--transition-colors)
}
@media (any-hover:hover) {
  .contacts__contact-link:hover {
    color: var(--color-extreme-green)
  }
}
.contacts__contact-link:active {
  color: var(--color-extreme-green)
}
@media (max-width:47.98rem) {
  .contacts__contact-link {
    text-decoration: underline
  }
}
@media (max-width:47.98rem) and (any-hover:hover) {
  .contacts__contact-link:hover {
    text-decoration: none
  }
}
@media (max-width:47.98rem) {
  .contacts__contact-link:active {
    text-decoration: none
  }
}
/*! ==========================================================================
 *  .projects-list
 *  ========================================================================== */
.projects-list {
  display: grid;
  gap: clamp(1.251rem,1.976vw + .722rem,2.501rem)
}
/*! ==========================================================================
 *  .project-card
 *  ========================================================================== */
.project-card {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  background-color: var(--color-transparent-black);
  border-radius: .939rem
}
@media (max-width:47.98rem) {
  .project-card {
    flex-direction: column-reverse
  }
}
.project-card__info {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: clamp(21.876rem,17.787vw + 17.118rem,33.126rem);
  min-height: clamp(16.064rem,30.138vw + 8.001rem,35.126rem);
  padding: clamp(1.501rem,7.51vw + -.509rem,6.251rem) clamp(2.189rem,6.423vw + .47rem,6.251rem) clamp(2.189rem,6.423vw + .47rem,6.251rem)
}
@media (max-width:47.98rem) {
  .project-card__info {
    position: relative;
    z-index: 2;
    flex-grow: 1;
    max-width: 100%;
    background-color: var(--color-glossy-black);
    border-radius: .939rem
  }
}
.project-card__top {
  display: flex;
  gap: .626rem;
  align-items: center;
  justify-content: space-between;
  width: 100%
}
@media (min-width:48rem) {
  .project-card__top {
    display: contents
  }
}
.project-card__title {
  margin: 0;
  padding-top: 1.501rem;
  color: var(--color-white);
  font-weight: 600;
  font-size: clamp(1.001rem,.791vw + .79rem,1.501rem);
  font-family: var(--font-family-secondary);
  letter-spacing: .05em
}
@media (max-width:47.98rem) {
  .project-card__title {
    padding-top: 0
  }
}
.project-card__labels {
  display: flex;
  flex-wrap: wrap;
  gap: .939rem;
  margin: 0;
  margin-top: .251rem;
  margin-right: -3.25rem
}
@media (max-width:47.98rem) {
  .project-card__labels {
    gap: 1.251rem;
    margin-top: 0;
    margin-right: 0
  }
}
.project-card__label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 1.876rem;
  padding: .314rem 1.251rem;
  color: var(--color-extreme-green);
  font-size: .501rem;
  font-family: var(--font-family-secondary);
  line-height: 1.2;
  letter-spacing: .12em;
  border: 1px solid var(--color-extreme-green);
  border-radius: 50px
}
@media (min-width:48rem) {
  .project-card__label:nth-child(n+3) {
    display: none
  }
}
.project-card__label .icon {
  font-size: 1.876rem
}
@media (min-width:48rem) {
  .project-card__label .icon {
    display: none
  }
}
@media (max-width:47.98rem) {
  .project-card__label {
    padding: 0;
    border: none
  }
}
.project-card__label-text {
  margin-top: .126rem
}
@media (max-width:47.98rem) {
  .project-card__label-text {
    display: none
  }
}
.project-card__text {
  margin-top: clamp(1.251rem,2.964vw + .458rem,3.126rem);
  margin-bottom: 0;
  color: var(--color-white);
  font-size: clamp(.626rem,.198vw + .573rem,.751rem);
  line-height: 1.67
}
@media (max-width:47.98rem) {
  .project-card__text {
    margin-bottom: auto;
    line-height: 1.5
  }
}
.project-card__button {
  margin-top: 1.689rem
}
@media (max-width:47.98rem) {
  .project-card__button {
    width: 100%
  }
  .project-card__button .button__text {
    margin-left: 0
  }
}
.project-card__image-wrapper {
  position: relative;
  flex-grow: 1;
  align-self: stretch;
  margin-left: calc(.63rem - clamp(.001rem,9.524vw + -4.571rem,4.001rem));
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none
}
@media (max-width:47.98rem) {
  .project-card__image-wrapper {
    flex-grow: unset;
    margin-left: 0
  }
}
.project-card__image-wrapper img {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center left
}
@media (max-width:47.98rem) {
  .project-card__image-wrapper img {
    height: auto;
    object-position: center;
    aspect-ratio: 397/350
  }
}
.project-card__image-blur-dot {
  position: absolute;
  bottom: -13.188rem;
  left: -6.25rem;
  z-index: -2;
  display: block;
  width: clamp(24.814rem,10.178vw + 22.091rem,31.251rem);
  border-radius: 50%;
  filter: blur(75px);
  aspect-ratio: 1
}
@media (max-width:47.98rem) {
  .project-card__image-blur-dot {
    bottom: -8.563rem;
    left: 50%;
    transform: translateX(-50%)
  }
}
@media (min-width:48rem) {
  .project-card--reverse {
    flex-direction: row-reverse
  }
  .project-card--reverse .project-card__image-wrapper {
    margin-right: calc(.63rem - clamp(.001rem,8.631vw + -4.143rem,3.626rem));
    margin-left: 0
  }
  .project-card--reverse .project-card__image-wrapper img {
    object-position: center right
  }
  .project-card--reverse .project-card__image-blur-dot {
    right: -6.25rem;
    bottom: -13.188rem;
    left: auto
  }
}
@media (min-width:48rem) {
  .project-card--geko .project-card__image-wrapper {
    margin-right: -13.5rem
  }
  .project-card--geko .project-card__text {
    font-size: .689rem
  }
}
@media (min-width:48rem) {
  .project-card--ataman .project-card__text,
  .project-card--ataman-portfolio .project-card__text,
  .project-card--geko-portfolio .project-card__text {
    font-size: .689rem
  }
}
.project-card--bravo-mos .project-card__image-blur-dot {
  width: clamp(12.314rem,29.941vw + 4.304rem,31.251rem)
}
@media (max-width:47.98rem) {
  .project-card--bravo-mos .project-card__image-blur-dot {
    bottom: -1.875rem;
    left: -3rem
  }
}
.project-card--bravo-mos .project-card__image-blur-dot:last-child {
  top: -2.25rem;
  right: 0;
  bottom: auto;
  left: unset;
  width: clamp(11.751rem,24.506vw + 5.196rem,27.251rem);
  filter: blur(75px)
}
@media (max-width:47.98rem) {
  .project-card--bravo-mos .project-card__image-blur-dot:last-child {
    top: -2.25rem;
    right: -4rem
  }
}
/*! ==========================================================================
 *  .portfolio
 *  ========================================================================== */
.portfolio__container {
  padding-top: clamp(3.126rem,9.881vw + .483rem,9.376rem);
  padding-bottom: clamp(3.126rem,9.881vw + .483rem,9.376rem)
}
.portfolio__slider {
  padding-left: clamp(3.751rem,16.741vw + -6.629rem,8.439rem)
}
@media (max-width:61.98rem) {
  .portfolio__slider {
    padding-left: 0
  }
}
@media (min-width:48rem) {
  .portfolio__slider .projects-list {
    display: grid!important;
    gap: 2.501rem
  }
  .portfolio__slider .splide__counter {
    display: none
  }
}
@media (max-width:47.98rem) {
  .portfolio__slider .projects-list {
    display: flex;
    gap: unset
  }
}
.portfolio__slider .splide__counter {
  margin-bottom: .939rem;
  margin-left: 1.439rem
}
.portfolio__title {
  margin-top: 0;
  margin-bottom: 1.251rem;
  margin-left: 1.689rem;
  color: var(--color-white);
  font-weight: 600;
  font-size: 1.689rem;
  font-family: var(--font-family-secondary);
  line-height: 1.5;
  letter-spacing: .2em
}
@media (min-width:48rem) {
  .portfolio__title {
    display: none
  }
}

/*! ==========================================================================
 *  .template-page
 *  ========================================================================== */
.template-page {
  padding-top: calc(1.81rem - clamp(.001rem,1.581vw + -.423rem,1.001rem));
  padding-bottom: 5.439rem
}
.template-page__title {
  margin-top: 0;
  margin-bottom: clamp(1.314rem,4.545vw + .098rem,4.189rem);
  margin-left: calc(2.5rem - clamp(.001rem,3.953vw + -1.057rem,2.501rem));
  color: var(--color-white);
  font-weight: 600;
  font-size: clamp(1.689rem,2.767vw + .948rem,3.439rem);
  font-family: var(--font-family-secondary);
  line-height: 1.45;
  letter-spacing: .13em;
  text-transform: uppercase
}
.template-page__list {
  width: 100%;
  max-width: 75.314rem;
  margin-right: auto;
  margin-left: auto
}
.template-page__load-more-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4.689rem
}
.template-page__load-more {
  color: var(--color-white);
  font-weight: 600;
  font-size: .626rem;
  font-family: var(--font-family-secondary);
  letter-spacing: .15em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline
}
@media (any-hover:hover) {
  .template-page__load-more:hover {
    text-decoration: none
  }
}
.template-page__load-more:active {
  text-decoration: none
}

.template-page__content {
    max-width: 980px;
    margin: 0 auto;
}

.template-page__image {
    overflow: hidden;
    border-radius: 18px;
    background: #2b2b2b;
    margin-bottom: 2.5rem;
}

.template-page__image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.template-page__text {
    color: var(--color-spanish-gray);
    line-height: 1.8;
    text-transform: none;
}

.template-page__text p {
    margin: 0 0 1.6rem;
    font-size: clamp(.85rem, .3vw + .8rem, 1rem);
}

.template-page__text h2 {
    margin: 2.5rem 0 1rem;
    color: var(--color-white);
    font-family: var(--font-family-secondary);
    font-size: clamp(1.2rem, .8vw + 1rem, 2rem);
    letter-spacing: .08em;
    text-transform: uppercase;
}

.template-page__text ul {
    margin: 1rem 0 2rem;
    padding-left: 1.4rem;
}

.template-page__text li {
    margin-bottom: .6rem;
}

.order {
    padding: 80px 0;
}

.order__card{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;

    background:#242424;
    border-radius:20px;
    overflow:hidden;
    padding:60px;
}

.order__info{
    max-width:600px;
}

.order__subtitle{
    color:var(--color-extreme-green);
    margin-bottom:15px;
    letter-spacing:.15em;
}

.order__title{
    color:#fff;
    font-family:var(--font-family-secondary);
    font-size:clamp(2rem,4vw,3rem);
    margin-bottom:25px;
    line-height:1.2;
}

.order__text{
    text-transform:none;
    line-height:1.8;
    margin-bottom:30px;
}

.order__advantages{
    list-style:none;
    padding:0;
    margin:0 0 40px;
}

.order__advantages li{
    margin-bottom:14px;
    color:#fff;
}

.order__buttons{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}

.order__image{
    flex:0 0 420px;
}

.order__image img{
    width:100%;
    margin:0;
}

@media(max-width:992px){

    .order__card{
        flex-direction:column-reverse;
        padding:35px;
        text-align:center;
    }

    .order__advantages{
        text-align:left;
    }

    .order__buttons{
        justify-content:center;
    }

    .order__image{
        flex:auto;
        max-width:420px;
    }

}

/*! ==========================================================================
 *  .portfolio-page
 *  ========================================================================== */
.portfolio-page {
  padding-top: calc(1.81rem - clamp(.001rem,1.581vw + -.423rem,1.001rem));
  padding-bottom: 5.439rem
}
.portfolio-page__title {
  margin-top: 0;
  margin-bottom: clamp(1.314rem,4.545vw + .098rem,4.189rem);
  margin-left: calc(2.5rem - clamp(.001rem,3.953vw + -1.057rem,2.501rem));
  color: var(--color-white);
  font-weight: 600;
  font-size: clamp(1.689rem,2.767vw + .948rem,3.439rem);
  font-family: var(--font-family-secondary);
  line-height: 1.45;
  letter-spacing: .13em;
  text-transform: uppercase
}
.portfolio-page__list {
  width: 100%;
  max-width: 75.314rem;
  margin-right: auto;
  margin-left: auto
}
.portfolio-page__load-more-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4.689rem
}
.portfolio-page__load-more {
  color: var(--color-white);
  font-weight: 600;
  font-size: .626rem;
  font-family: var(--font-family-secondary);
  letter-spacing: .15em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline
}
@media (any-hover:hover) {
  .portfolio-page__load-more:hover {
    text-decoration: none
  }
}
.portfolio-page__load-more:active {
  text-decoration: none
}
/*! ==========================================================================
 *  .header-nav
 *  ========================================================================== */
@media (max-width:47.98rem) {
  .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    padding: .939rem .939rem 1.876rem;
    overflow: auto;
    background-color: var(--color-glossy-black);
    transform: translateX(-120%);
    transition: transform var(--transition-base)
  }
  .header-nav--active {
    transform: translateX(0)
  }
}
.header-nav__close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.501rem;
  margin-left: auto;
  color: var(--color-white);
  font-size: 2.501rem;
  transition: var(--transition-colors)
}
@media (min-width:48rem) {
  .header-nav__close-button {
    display: none
  }
}
@media (any-hover:hover) {
  .header-nav__close-button:hover {
    color: var(--color-extreme-green)
  }
}
.header-nav__close-button:active {
  color: var(--color-extreme-green)
}
.header-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(.626rem,.988vw + .362rem,1.251rem);
  align-items: center;
  justify-content: space-between
}
@media (max-width:47.98rem) {
  .header-nav__list {
    flex-direction: column;
    align-items: flex-start
  }
}
.header-nav__link {
  font-size: clamp(.751rem,.198vw + .698rem,.876rem);
  line-height: 1.43;
  letter-spacing: .07em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: var(--transition-colors)
}
@media (max-width:47.98rem) {
  .header-nav__link {
    color: var(--color-white);
    font-size: .876rem;
    font-family: var(--font-family-secondary)
  }
}
@media (any-hover:hover) {
  .header-nav__link:hover {
    color: var(--color-extreme-green)
  }
}
.header-nav__link:active {
  color: var(--color-extreme-green)
}
/*! ==========================================================================
 *  .header
 *  ========================================================================== */
.header {
  position: relative;
  z-index: 2;
  padding-top: clamp(.564rem,2.569vw + -.125rem,2.189rem);
  padding-bottom: clamp(.564rem,2.569vw + -.125rem,2.189rem)
}
@media (max-width:47.98rem) {
  .header {
    background-color: rgba(var(--color-black-rgb),.2)
  }
}
.header__container {
  display: flex;
  gap: clamp(1.251rem,4.941vw + -.072rem,4.376rem);
  align-items: center;
  justify-content: space-between
}
.header__burger {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-size: 2.501rem;
  transition: var(--transition-colors),transform var(--transition-base),opacity var(--transition-base)
}
@media (min-width:48rem) {
  .header__burger {
    display: none
  }
}
@media (any-hover:hover) {
  .header__burger:hover {
    color: var(--color-extreme-green)
  }
}
.header__burger:active {
  color: var(--color-extreme-green)
}
.header__logo {
  flex-shrink: 0
}
.header__nav {
  flex-grow: 1
}
@media (min-width:48rem) {
  .header__nav {
    padding-right: clamp(.001rem,2.679vw + -1.286rem,1.126rem)
  }
}
.header__link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-size: 2.501rem;
  transition: var(--transition-colors),transform var(--transition-base),opacity var(--transition-base)
}
@media (min-width:48rem) {
  .header__link {
    display: none
  }
}
@media (any-hover:hover) {
  .header a.header__link:hover {
    color: var(--color-extreme-green)
  }
}
.header a.header__link:active {
  color: var(--color-extreme-green)
}
.header__socials {
  flex-shrink: 0;
  padding: .751rem;
  border: 1px solid currentcolor;
  border-radius: clamp(1.001rem,.395vw + .895rem,1.251rem)
}
@media (max-width:47.98rem) {
  .header__socials {
    display: none
  }
}
.header__socials-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(.939rem,.494vw + .806rem,1.251rem)
}
.header__socials-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.876rem,.494vw + 1.744rem,2.189rem);
  border-radius: 50%;
  transition: var(--transition-colors)
}
@media (any-hover:hover) {
  .header__socials-link:hover {
    color: var(--color-extreme-green)
  }
}
.header__socials-link:active {
  color: var(--color-extreme-green)
}
/*! ==========================================================================
 *  .service-card
 *  ========================================================================== */
.service-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 35.126rem;
  padding: 1.251rem;
  overflow: hidden;
  color: var(--color-intense-black);
  background-color: var(--color-white);
  border-radius: .939rem;
  transition: var(--transition-colors)
}
@media (max-width:47.98rem) {
  .service-card {
    min-height: 26.626rem;
    padding: 13.126rem 1.251rem 1.251rem
  }
}
.service-card__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.814rem;
  margin-bottom: auto;
  margin-left: auto;
  font-size: 2.814rem;
  border: 1px solid currentcolor;
  border-radius: 50%;
  transition: var(--transition-colors);
  aspect-ratio: 1
}
@media (max-width:47.98rem) {
  .service-card__arrow {
    display: none
  }
}
.service-card__arrow .icon {
  transform: rotate(-45deg);
  transition: transform var(--transition-base)
}
.service-card__bg {
  position: absolute;
  top: -4.063rem;
  left: -6.5rem;
  z-index: -1;
  display: block;
  width: 25.001rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  aspect-ratio: 1;
  transition: var(--transition-opacity)
}
@media (max-width:47.98rem) {
  .service-card__bg {
    top: -2.188rem;
    left: -1%;
    width: 102%
  }
}
.service-card__bg--dark {
  opacity: 0
}
@media (min-width:48rem) {
  .service-card--development .service-card__bg {
    top: -4.625rem;
    left: -6.188rem;
    width: 27.564rem
  }
  .service-card--outsourcing .service-card__bg {
    top: -4.063rem;
    left: .001rem;
    width: 25.626rem
  }
  .service-card--online-services .service-card__bg {
    top: 2.689rem;
    left: -6.625rem;
    width: 21.126rem
  }
  .service-card--shops .service-card__bg {
    top: -1.5rem;
    left: -5.875rem;
    width: 20.501rem
  }
  .service-card--design .service-card__bg {
    top: -1.25rem;
    left: -7.313rem;
    width: 22.501rem
  }
}
.service-card__title {
  margin-top: 0;
  margin-bottom: clamp(.939rem,.296vw + .859rem,1.126rem);
  font-weight: 600;
  /* font-size: clamp(1.001rem,.395vw + .895rem,1.251rem); */
  font-size: clamp(.85rem, .25vw + .8rem, 1.05rem);
  font-family: var(--font-family-secondary);
  line-height: 1.5;
  letter-spacing: .1em;
  text-transform: uppercase
}
@media (max-width:47.98rem) {
  .service-card__title {
    line-height: 1.25;
    text-align: center
  }
}
.service-card__text {
  margin-top: 0;
  margin-bottom: calc(1.63rem - clamp(.001rem,.395vw + -.106rem,.251rem));
  font-weight: 400
}
.service-card__button {
  color: currentcolor;
  font-size: clamp(.626rem,.198vw + .573rem,.751rem);
  border-color: currentcolor;
  --button-icon-border-color: currentcolor
}
@media (max-width:47.98rem) {
  .service-card__button {
    margin-top: auto
  }
}
@media (any-hover:hover) and (min-width:48rem) {
  .service-card__button:hover {
    color: var(--color-extreme-green)
  }
}
@media (min-width:48rem) {
  .service-card__button:active {
    color: var(--color-extreme-green)
  }
}
@media (min-width:48rem) {
  .service-card__button .icon {
    display: none
  }
}
.service-card__button .button__text span {
  display: none;
  width: 0;
  opacity: 0;
  transition: opacity var(--transition-base),width var(--transition-base)
}
@media (max-width:47.98rem) {
  .service-card__button .button__text--desktop {
    display: none
  }
}
@media (min-width:48rem) {
  .service-card__button .button__text--mobile {
    display: none
  }
}
/*! ==========================================================================
 *  .services
 *  ========================================================================== */
.services {
  background-color: #dfdfdf
}
.services__container {
  padding-top: clamp(3.126rem,2.668vw + 2.412rem,4.814rem);
  padding-bottom: clamp(3.501rem,1.482vw + 3.105rem,4.439rem)
}
.services__slider {
  margin-right: calc(-.5 * (100vw - min(var(--container-width),100vw - 2 * var(--container-padding-x))));
  margin-left: clamp(3.751rem,16.964vw + -6.768rem,8.501rem);
  -webkit-user-select: none;
  user-select: none;
  --slide-size: clamp(14.376rem, 1.976vw + 13.847rem, 15.626rem);
  --slide-spacing: calc(1.25rem - clamp(0.001rem, 0.494vw + -0.132rem, 0.314rem))
}
@media (max-width:61.98rem) {
  .services__slider {
    margin-left: 0
  }
}
@media (max-width:47.98rem) {
  .services__slider {
    margin-left: calc(-.5 * (100vw - min(var(--container-width),100vw - 2 * var(--container-padding-x))))
  }
}
@media (min-width:48rem) {
  .services__slider .splide__counter {
    display: none
  }
}
.services__slider .embla__viewport {
  margin-bottom: -1.25rem;
  padding-bottom: 1.251rem;
  overflow: hidden
}
.services__slider .embla__container {
  display: flex;
  margin-left: calc(var(--slide-spacing) * -1);
  touch-action: pan-y pinch-zoom
}
.services__slider .embla__slide {
  flex: 0 0 calc(var(--slide-size) + var(--slide-spacing));
  min-width: 0;
  padding-left: var(--slide-spacing);
  transition: flex-basis .2s ease
}
@media (min-width:48rem) {
  .services__slider .embla__slide:last-child {
    margin-right: 10rem
  }
  .services__slider .embla__slide.is-active {
    --slide-size: 25.626rem
  }
  .services__slider .embla__slide.is-active .service-card {
    color: var(--color-white);
    background-color: var(--color-intense-black)
  }
  .services__slider .embla__slide.is-active .service-card__arrow {
    background-color: var(--color-extreme-green);
    border-color: var(--color-extreme-green)
  }
  .services__slider .embla__slide.is-active .service-card__arrow .icon {
    transform: rotate(0)
  }
  .services__slider .embla__slide.is-active .service-card__text {
    margin-right: 0
  }
  .services__slider .embla__slide.is-active .service-card__bg--dark {
    opacity: 1
  }
  .services__slider .embla__slide.is-active .service-card__bg--light {
    opacity: 0
  }
  .services__slider .embla__slide.is-active .service-card .button__text span {
    display: inline;
    width: auto;
    opacity: 1
  }
  .services__slider .embla__slide .service-card__text {
    margin-right: -10rem;
    transition: margin-right .2s ease
  }
}
@media (max-width:47.98rem) {
  .services__slider .embla__slide .service-card {
    box-shadow: 0 5px 10px 2px rgba(0,0,0,.2)
  }
  .services__slider .embla__slide.is-active .service-card {
    color: var(--color-white);
    background-color: var(--color-intense-black)
  }
  .services__slider .embla__slide.is-active .service-card__text {
    margin-right: 0
  }
  .services__slider .embla__slide.is-active .service-card__bg--dark {
    opacity: 1
  }
  .services__slider .embla__slide.is-active .service-card__bg--light {
    opacity: 0
  }
}
@media (max-width:47.98rem) {
  .services__slider .splide__counter {
    margin-bottom: .939rem;
    margin-left: calc(2.5rem - clamp(.001rem,2.964vw + -.793rem,1.876rem))
  }
}
.services__slider .splide__counter span:nth-child(1) {
  color: #3f3f3f
}
.services__slider .splide__counter span:nth-child(2)::before {
  background-color: #3f3f3f
}
.services__title {
  margin-top: 0;
  margin-bottom: clamp(2.501rem,1.976vw + 1.972rem,3.751rem);
  margin-left: calc(2.5rem - clamp(.001rem,2.964vw + -.793rem,1.876rem));
  color: #3f3f3f;
  font-weight: 600;
  font-size: clamp(1.689rem,2.767vw + .948rem,3.439rem);
  font-family: var(--font-family-secondary);
  line-height: 1.45;
  letter-spacing: .13em;
  text-transform: uppercase
}
@media (min-width:48rem) {
  .services__title {
    display: none
  }
}
/*! ==========================================================================
 *  .hero
 *  ========================================================================== */
.hero {
  position: relative;
  padding-top: 1.064rem
}
@media (min-width:48rem) {
  .hero::before {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200%;
    background: #1f2020;
    content: ""
  }
}
@media (max-width:47.98rem) {
  .hero {
    padding-top: 21.814rem;
    background: linear-gradient(180deg,#2a2a2a 0,#000 100%)
  }
}
@media (max-width:47.98rem) {
  .hero__slider {
    --splide-gap: 6.251rem
  }
}
.hero__slider-controls {
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none
}
.hero__slider .splide__arrows {
  position: relative;
  z-index: 1;
  display: flex;
  gap: .501rem;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: .314rem;
  padding-right: clamp(.001rem,8.482vw + -4.071rem,3.564rem);
  padding-left: clamp(.001rem,20.238vw + -9.714rem,8.501rem)
}
@media (max-width:47.98rem) {
  .hero__slider .splide__arrows {
    justify-content: flex-start;
    padding-right: 1.564rem;
    padding-left: 1.564rem
  }
}
.hero__slider .splide__arrow {
  --button-icon-bg-color: transparent;
  --button-icon-border-color: currentcolor;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(2.501rem,.494vw + 2.369rem,2.814rem);
  height: clamp(2.501rem,.494vw + 2.369rem,2.814rem);
  margin-top: -.25rem;
  font-size: clamp(2.501rem,.494vw + 2.369rem,2.814rem);
  background-color: transparent;
  transition: var(--transition-colors);
  pointer-events: all
}
@media (any-hover:hover) {
  .hero__slider .splide__arrow:hover {
    color: var(--color-white)
  }
}
.hero__slider .splide__arrow:active {
  color: var(--color-white)
}
.hero__slider .splide__arrow--prev .icon {
  transform: rotate(180deg)
}
@media (max-width:47.98rem) {
  .hero__slider .splide__arrow {
    display: none
  }
}
@media (min-width:48rem) {
  .hero__slider .splide__counter {
    display: flex;
    flex-direction: column;
    gap: .439rem;
    align-items: center
  }
  .hero__slider .splide__counter span:nth-child(1) {
    margin-left: .314rem;
    color: #1a1919;
    font-size: clamp(3.001rem,7.905vw + .886rem,8.001rem);
    letter-spacing: .05em;
    text-transform: uppercase
  }
  .hero__slider .splide__counter span:nth-child(2) {
    width: clamp(4.376rem,3.211vw + 3.517rem,6.407rem);
    background-color: #707070
  }
  .hero__slider .splide__counter span:nth-child(2)::after,
  .hero__slider .splide__counter span:nth-child(2)::before {
    width: .626rem;
    border-color: #707070
  }
  .hero__slider .splide__counter span:nth-child(2)::before {
    background-color: #707070
  }
  .hero__slider .splide__counter span:nth-child(3) {
    display: none
  }
}
.hero__slider .splide__track {
  margin-top: -27rem;
  padding-top: 27.001rem
}
.hero__slide {
  width: 100%;
  padding-top: clamp(2.501rem,3.261vw + 1.629rem,4.564rem);
  padding-bottom: clamp(2.501rem,.889vw + 2.263rem,3.064rem)
}
@media (max-width:47.98rem) {
  .hero__slide {
    padding-top: .939rem
  }
}
.hero__slide-inner {
  position: relative;
  padding-left: clamp(3.751rem,16.964vw + -6.768rem,8.501rem)
}
@media (max-width:61.98rem) {
  .hero__slide-inner {
    padding-left: 0
  }
}
.hero__slide-bg {
  position: absolute;
  top: calc(-17.81rem - clamp(.001rem,21.28vw + -10.214rem,8.939rem));
  left: clamp(-2.75rem,16.518vw + -10.679rem,4.189rem);
  z-index: -1;
  display: block;
  width: clamp(30.001rem,43.155vw + 9.287rem,48.126rem);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  aspect-ratio: 1
}
@media (max-width:47.98rem) {
  .hero__slide-bg {
    top: -29.5rem;
    left: 50%;
    width: 38.126rem;
    transform: translateX(-56.3%)
  }
}
.hero__slide-title {
  max-width: 15ch;
  margin-top: 0;
  margin-bottom: clamp(.939rem,2.372vw + .304rem,2.439rem);
  margin-left: auto;
  color: var(--color-white);
  font-weight: 600;
  font-size: clamp(1.689rem,4.249vw + .552rem,4.376rem);
  font-family: var(--font-family-secondary);
  line-height: 1.14;
  letter-spacing: .1em;
  text-align: right;
  text-transform: uppercase
}
@media (max-width:47.98rem) {
  .hero__slide-title {
    margin-left: 0;
    padding-right: 1.564rem;
    padding-left: 1.564rem;
    line-height: 1.5;
    letter-spacing: .22em;
    text-align: left
  }
}
.hero__slide-bottom {
  display: flex;
  gap: 1.251rem;
  align-items: flex-start;
  justify-content: space-between
}
@media (max-width:47.98rem) {
  .hero__slide-bottom {
    flex-direction: column;
    align-items: flex-start
  }
}
.hero__slide-text {
  max-width: 67ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(.626rem,.198vw + .573rem,.751rem)
}
@media (max-width:47.98rem) {
  .hero__slide-text {
    max-width: unset;
    padding-right: 1.564rem;
    padding-left: 1.564rem;
    line-height: 2
  }
}
.hero__slide-text span {
  color: var(--color-white)
}
.hero__slide-button {
  flex-shrink: 0;
  min-height: 3.126rem;
  margin-right: .626rem;
  font-size: .751rem;
  letter-spacing: 2px
}
.hero__slide-button .icon {
  font-size: 2.501rem
}
@media (max-width:47.98rem) {
  .hero__slide-button {
    width: 100%
  }
}
.dots {
  --top-offset: -1.563rem;
  position: absolute;
  top: var(--top-offset);
  left: calc((100vw - min(83.751rem,100vw - 2 * clamp(1.001rem,3.36vw + .102rem,3.126rem)))/ 2 - .001rem);
  z-index: 3;
  width: clamp(1.876rem,.988vw + 1.612rem,2.501rem);
  height: calc(100% - 5.439rem - var(--top-offset));
  border: 1px solid var(--color-medium-gray);
  border-radius: 3.126rem;
  animation: fade-dots .7s ease
}
@media (max-width:61.98rem) {
  .dots {
    display: none
  }
}
.dots__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: .501rem 0 1.064rem
}
.dot {
  position: relative;
  flex-shrink: 0;
  width: .751rem;
  height: .751rem;
  border: 1px solid var(--color-medium-gray);
  border-radius: 50%;
  transition: all .3s ease
}
.dot--milestone {
  position: relative;
  width: clamp(1.376rem,.395vw + 1.27rem,1.626rem);
  height: clamp(1.376rem,.395vw + 1.27rem,1.626rem);
  color: var(--color-medium-gray);
  border: none
}
.dot--milestone::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: currentcolor;
  border: none;
  border-radius: 0;
  content: "";
  clip-path: polygon(50% 0,90% 20%,100% 60%,75% 100%,25% 100%,0 60%,10% 20%)
}
.dot--milestone.dot--active {
  color: var(--color-extreme-green)
}
.dot__label {
  position: absolute;
  top: 50%;
  left: calc(100% + 1.689rem);
  margin-top: .126rem;
  color: currentcolor;
  font-weight: 600;
  font-size: clamp(.501rem,.198vw + .448rem,.626rem);
  font-family: var(--font-family-secondary);
  letter-spacing: .15em;
  white-space: nowrap;
  text-transform: uppercase;
  transform: translateY(-50%);
  opacity: 1;
  pointer-events: none
}
@keyframes fade-dots {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.empty-block {
  min-height: clamp(.001rem,23.221vw + -6.212rem,14.689rem);
  background-color: #3f3e3e
}
@media (max-width:47.98rem) {
  .empty-block {
    min-height: .001rem;
    background-color: unset
  }
}
/*! ==========================================================================
 *  .navbar
 *  ========================================================================== */
.navbar {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: none;
  width: 100%;
  padding: .189rem 1.001rem;
  color: #757575;
  background-color: #252424
}
@media (min-width:48rem) {
  .navbar {
    display: none
  }
}
.navbar__list {
  display: flex;
  align-items: center;
  justify-content: space-around
}
.navbar__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: .626rem;
  line-height: 2;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  transition: var(--transition-colors)
}
.navbar__link .icon {
  font-size: 1.751rem
}
@media (any-hover:hover) {
  .navbar__link:hover {
    color: var(--color-extreme-green)
  }
}
.navbar__link:active {
  color: var(--color-extreme-green)
}
.navbar__link--active {
  color: var(--color-extreme-green)
}
.navbar__link--main {
  width: 2.751rem;
  height: 2.751rem;
  color: var(--color-white);
  background-color: var(--color-extreme-green);
  filter: drop-shadow(0 0 33px rgba(0, 162, 30, .4));
  clip-path: polygon(50% 0,85% 15%,100% 50%,85% 85%,50% 100%,15% 85%,0 50%,15% 15%)
}
.navbar__link--main .navbar__link-text {
  display: none
}
.navbar__link--main .icon {
  font-size: 1.501rem
}

@media (max-width: 47.98rem) {
  .header__logo img {
    width: 180px; /* или 170–190px по вкусу */
  }
}

.hero-slide-video .hero__slide-bg {
  overflow: hidden;
  padding: 0;
  margin: 0;
  line-height: 0;
  border: 0;
  background: transparent;
}

.hero-slide-video .hero__video {
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(0.5);
  object-fit: cover;
  object-position: 30% center;
}

/* ==========================================================================
   Breadcrumbs
   ========================================================================== */

.breadcrumbs {
  margin: 24px 0 36px;
  font-size: 14px;
}

.breadcrumbs__container {
  padding-left: 110px;
  padding-right: 110px;
}

.breadcrumbs__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs__item {
  display: flex;
  align-items: center;
  color: #9a9a9a;
  line-height: 1.5;
}

.breadcrumbs__item:not(:last-child)::after {
  content: "/";
  margin: 0 12px;
  color: #5f5f5f;
  user-select: none;
}

.breadcrumbs__item a {
  color: inherit;
  text-decoration: none;
  transition: color .2s ease;
}

.breadcrumbs__item a:hover,
.breadcrumbs__item a:focus-visible {
  color: #00a21e;
}

.breadcrumbs__item[aria-current="page"] {
  color: #fff;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .breadcrumbs__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .breadcrumbs {
    margin: 16px 0 24px;
    font-size: 13px;
  }

  .breadcrumbs__container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .breadcrumbs__item:not(:last-child)::after {
    margin: 0 8px;
  }
}
